|
6 | 6 | "repository": "https://github.com/TheThingsNetwork/lorawan-stack.git",
|
7 | 7 | "license": "Apache-2.0",
|
8 | 8 | "devDependencies": {
|
9 |
| - "@babel/cli": "^7.25.9", |
| 9 | + "@babel/cli": "^7.26.4", |
10 | 10 | "@babel/core": "^7.26.0",
|
11 | 11 | "@babel/eslint-parser": "^7.25.9",
|
12 | 12 | "@babel/plugin-proposal-class-properties": "^7.18.6",
|
|
16 | 16 | "@babel/plugin-transform-spread": "^7.25.9",
|
17 | 17 | "@babel/plugin-transform-strict-mode": "^7.25.9",
|
18 | 18 | "@babel/preset-env": "^7.26.0",
|
19 |
| - "@babel/preset-react": "^7.25.9", |
| 19 | + "@babel/preset-react": "^7.26.3", |
20 | 20 | "@babel/register": "^7.25.9",
|
21 | 21 | "@babel/runtime-corejs2": "^7.26.0",
|
22 |
| - "@inquirer/prompts": "^7.1.0", |
| 22 | + "@inquirer/prompts": "^7.2.1", |
23 | 23 | "@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
|
24 | 24 | "@storybook/addon-designs": "8.0.4",
|
25 |
| - "@storybook/addon-essentials": "8.4.5", |
26 |
| - "@storybook/addon-mdx-gfm": "8.4.5", |
27 |
| - "@storybook/addon-actions": "8.4.5", |
28 |
| - "@storybook/cli": "8.4.5", |
29 |
| - "@storybook/react": "8.4.5", |
30 |
| - "@storybook/react-webpack5": "8.4.5", |
| 25 | + "@storybook/addon-essentials": "8.4.7", |
| 26 | + "@storybook/addon-mdx-gfm": "8.4.7", |
| 27 | + "@storybook/addon-actions": "8.4.7", |
| 28 | + "@storybook/cli": "8.4.7", |
| 29 | + "@storybook/react": "8.4.7", |
| 30 | + "@storybook/react-webpack5": "8.4.7", |
31 | 31 | "@testing-library/cypress": "^10.0.2",
|
32 | 32 | "add-asset-html-webpack-plugin": "^6.0.0",
|
33 | 33 | "babel-jest": "^29.7.0",
|
|
38 | 38 | "clean-webpack-plugin": "^4.0.0",
|
39 | 39 | "copy-webpack-plugin": "^12.0.2",
|
40 | 40 | "css-loader": "^6.10.0",
|
41 |
| - "cypress": "13.16.0", |
| 41 | + "cypress": "13.17.0", |
42 | 42 | "cypress-browser-permissions": "^1.1.0",
|
43 | 43 | "cypress-file-upload": "^5.0.8",
|
44 | 44 | "cypress-log-to-output": "^1.1.2",
|
45 | 45 | "eslint": "^8.44.0",
|
46 | 46 | "eslint-config-prettier": "^9.1.0",
|
47 | 47 | "eslint-config-ttn": "git+https://github.com/TheThingsNetwork/eslint-config-ttn.git#v1.4.0",
|
48 |
| - "eslint-import-resolver-webpack": "^0.13.9", |
| 48 | + "eslint-import-resolver-webpack": "^0.13.10", |
49 | 49 | "eslint-plugin-babel": "^5.3.1",
|
50 | 50 | "eslint-plugin-cypress": "^3.6.0",
|
51 | 51 | "eslint-plugin-import": "^2.31.0",
|
52 |
| - "eslint-plugin-jest": "^28.9.0", |
53 |
| - "eslint-plugin-jsdoc": "^50.5.0", |
| 52 | + "eslint-plugin-jest": "^28.10.0", |
| 53 | + "eslint-plugin-jsdoc": "^50.6.1", |
54 | 54 | "eslint-plugin-prefer-arrow": "^1.2.3",
|
55 | 55 | "eslint-plugin-prettier": "5.2.1",
|
56 |
| - "eslint-plugin-react": "^7.37.2", |
| 56 | + "eslint-plugin-react": "^7.37.3", |
57 | 57 | "file-loader": "^6.2.0",
|
58 | 58 | "html-webpack-plugin": "^5.6.3",
|
59 | 59 | "http-proxy-middleware": "^3.0.3",
|
|
67 | 67 | "mkdirp": "^3.0.1",
|
68 | 68 | "nib": "^1.2.0",
|
69 | 69 | "pg": "^8.13.1",
|
70 |
| - "prettier": "3.3.3", |
71 |
| - "react-refresh": "^0.14.2", |
72 |
| - "stylelint": "^16.10.0", |
| 70 | + "prettier": "3.4.2", |
| 71 | + "react-refresh": "^0.16.0", |
| 72 | + "stylelint": "^16.12.0", |
73 | 73 | "stylelint-stylus": "^1.0.0",
|
74 | 74 | "storybook": "^8.1.8",
|
75 | 75 | "stylus": "^0.64.0",
|
76 | 76 | "stylus-loader": "^8.1.1",
|
77 | 77 | "wait-on": "^8.0.1",
|
78 |
| - "webpack": "^5.96.1", |
| 78 | + "webpack": "^5.97.1", |
79 | 79 | "webpack-cli": "^5.1.4",
|
80 |
| - "webpack-dev-server": "^5.1.0", |
| 80 | + "webpack-dev-server": "^5.2.0", |
81 | 81 | "webpack-shell-plugin": "https://github.com/cdeutsch/webpack-shell-plugin.git#bee537d",
|
82 | 82 | "yargs": "^17.7.2"
|
83 | 83 | },
|
84 | 84 | "dependencies": {
|
85 |
| - "@tabler/icons-react": "^3.22.0", |
86 |
| - "@formatjs/intl-datetimeformat": "^6.16.5", |
87 |
| - "@formatjs/intl-displaynames": "^6.8.5", |
88 |
| - "@formatjs/intl-listformat": "^7.7.5", |
89 |
| - "@formatjs/intl-locale": "^4.2.5", |
90 |
| - "@formatjs/intl-numberformat": "^8.14.5", |
91 |
| - "@formatjs/intl-pluralrules": "^5.3.5", |
92 |
| - "@formatjs/intl-relativetimeformat": "^11.4.5", |
93 |
| - "@reduxjs/toolkit": "^2.3.0", |
| 85 | + "@tabler/icons-react": "^3.26.0", |
| 86 | + "@formatjs/intl-datetimeformat": "^6.17.1", |
| 87 | + "@formatjs/intl-displaynames": "^6.8.8", |
| 88 | + "@formatjs/intl-listformat": "^7.7.8", |
| 89 | + "@formatjs/intl-locale": "^4.2.8", |
| 90 | + "@formatjs/intl-numberformat": "^8.15.1", |
| 91 | + "@formatjs/intl-pluralrules": "^5.4.1", |
| 92 | + "@formatjs/intl-relativetimeformat": "^11.4.8", |
| 93 | + "@reduxjs/toolkit": "^2.5.0", |
94 | 94 | "@sentry/integrations": "^7.114.0",
|
95 |
| - "@sentry/react": "^8.40.0", |
| 95 | + "@sentry/react": "^8.47.0", |
96 | 96 | "@tippyjs/react": "^4.2.6",
|
97 | 97 | "apexcharts": "^4.3.0",
|
98 | 98 | "autobind-decorator": "^2.4.0",
|
|
113 | 113 | "query-string": "^9.1.1",
|
114 | 114 | "react": "^17.0.1",
|
115 | 115 | "react-ace": "^6.6.0",
|
116 |
| - "react-apexcharts": "^1.6.0", |
| 116 | + "react-apexcharts": "^1.7.0", |
117 | 117 | "react-display-name": "^0.2.5",
|
118 | 118 | "react-dom": "^17.0.1",
|
119 |
| - "react-focus-lock": "^2.13.2", |
| 119 | + "react-focus-lock": "^2.13.5", |
120 | 120 | "react-helmet": "^6.1.0",
|
121 |
| - "react-intl": "^7.0.1", |
| 121 | + "react-intl": "^7.0.4", |
122 | 122 | "react-leaflet": "^4.2.1",
|
123 | 123 | "react-paginate": "^8.2.0",
|
124 | 124 | "react-redux": "^8.1.2",
|
125 |
| - "react-remove-scroll": "^2.6.0", |
| 125 | + "react-remove-scroll": "^2.6.2", |
126 | 126 | "react-router-dom": "^6.14.1",
|
127 |
| - "react-select": "^5.8.3", |
| 127 | + "react-select": "^5.9.0", |
128 | 128 | "react-string-replace": "^1.1.1",
|
129 |
| - "react-switch": "^7.0.0", |
| 129 | + "react-switch": "^7.1.0", |
130 | 130 | "react-text-mask": "^5.5.0",
|
131 | 131 | "react-toastify": "^9.1.3",
|
132 |
| - "react-virtualized-auto-sizer": "^1.0.24", |
133 |
| - "react-window": "^1.8.10", |
| 132 | + "react-virtualized-auto-sizer": "^1.0.25", |
| 133 | + "react-window": "^1.8.11", |
134 | 134 | "react-window-infinite-loader": "^1.0.9",
|
135 | 135 | "redux": "^5.0.1",
|
136 | 136 | "redux-actions": "^2.6.5",
|
|
140 | 140 | "ttn-lw": "file:sdk/js",
|
141 | 141 | "unicode-properties": "^1.4.1",
|
142 | 142 | "url-template": "^3.1.1",
|
143 |
| - "yup": "^1.4.0" |
| 143 | + "yup": "^1.6.1" |
144 | 144 | },
|
145 | 145 | "resolutions": {
|
146 | 146 | "cli-truncate": "2.1.0",
|
|
0 commit comments