|
6 | 6 | "repository": "https://github.com/TheThingsNetwork/lorawan-stack.git", |
7 | 7 | "license": "Apache-2.0", |
8 | 8 | "devDependencies": { |
9 | | - "@babel/cli": "^7.28.3", |
10 | | - "@babel/core": "^7.28.5", |
11 | | - "@babel/eslint-parser": "^7.28.5", |
| 9 | + "@babel/cli": "^7.28.6", |
| 10 | + "@babel/core": "^7.28.6", |
| 11 | + "@babel/eslint-parser": "^7.28.6", |
12 | 12 | "@babel/plugin-proposal-class-properties": "^7.18.6", |
13 | | - "@babel/plugin-proposal-decorators": "^7.28.0", |
| 13 | + "@babel/plugin-proposal-decorators": "^7.28.6", |
14 | 14 | "@babel/plugin-syntax-dynamic-import": "^7.8.3", |
15 | 15 | "@babel/plugin-transform-runtime": "^7.28.5", |
16 | | - "@babel/plugin-transform-spread": "^7.27.1", |
| 16 | + "@babel/plugin-transform-spread": "^7.28.6", |
17 | 17 | "@babel/plugin-transform-strict-mode": "^7.27.1", |
18 | | - "@babel/preset-env": "^7.28.5", |
| 18 | + "@babel/preset-env": "^7.28.6", |
19 | 19 | "@babel/preset-react": "^7.28.5", |
20 | | - "@babel/register": "^7.28.3", |
21 | | - "@babel/runtime-corejs2": "^7.28.4", |
22 | | - "@inquirer/prompts": "^8.1.0", |
| 20 | + "@babel/register": "^7.28.6", |
| 21 | + "@babel/runtime-corejs2": "^7.28.6", |
| 22 | + "@inquirer/prompts": "^8.2.0", |
23 | 23 | "@pmmmwh/react-refresh-webpack-plugin": "^0.6.2", |
| 24 | + "@storybook/addon-actions": "9.0.8", |
24 | 25 | "@storybook/addon-designs": "8.2.1", |
25 | 26 | "@storybook/addon-essentials": "8.6.14", |
26 | 27 | "@storybook/addon-mdx-gfm": "8.6.14", |
27 | | - "@storybook/addon-actions": "9.0.8", |
28 | | - "@storybook/cli": "10.1.9", |
| 28 | + "@storybook/cli": "10.1.11", |
29 | 29 | "@storybook/react": "8.6.14", |
30 | 30 | "@storybook/react-webpack5": "8.6.14", |
31 | 31 | "@testing-library/cypress": "^10.1.0", |
|
38 | 38 | "clean-webpack-plugin": "^4.0.0", |
39 | 39 | "copy-webpack-plugin": "^13.0.1", |
40 | 40 | "css-loader": "^6.10.0", |
41 | | - "cypress": "15.8.0", |
| 41 | + "cypress": "15.8.2", |
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", |
|
69 | 69 | "pg": "^8.16.3", |
70 | 70 | "prettier": "3.7.4", |
71 | 71 | "react-refresh": "^0.18.0", |
| 72 | + "storybook": "^8.6.15", |
72 | 73 | "stylelint": "^16.26.1", |
73 | 74 | "stylelint-stylus": "^1.0.0", |
74 | | - "storybook": "^8.6.15", |
75 | 75 | "stylus": "^0.64.0", |
76 | 76 | "stylus-loader": "^8.1.2", |
77 | 77 | "wait-on": "^9.0.3", |
78 | | - "webpack": "^5.104.0", |
| 78 | + "webpack": "^5.104.1", |
79 | 79 | "webpack-cli": "^6.0.1", |
80 | | - "webpack-dev-server": "^5.2.2", |
| 80 | + "webpack-dev-server": "^5.2.3", |
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.36.0", |
86 | | - "@formatjs/intl-datetimeformat": "^6.18.2", |
87 | | - "@formatjs/intl-displaynames": "^6.8.13", |
88 | | - "@formatjs/intl-listformat": "^7.7.13", |
89 | | - "@formatjs/intl-locale": "^4.2.13", |
90 | | - "@formatjs/intl-numberformat": "^8.15.6", |
91 | | - "@formatjs/intl-pluralrules": "^5.4.6", |
92 | | - "@formatjs/intl-relativetimeformat": "^11.4.13", |
| 85 | + "@formatjs/intl-datetimeformat": "^7.1.2", |
| 86 | + "@formatjs/intl-displaynames": "^7.1.2", |
| 87 | + "@formatjs/intl-listformat": "^8.1.2", |
| 88 | + "@formatjs/intl-locale": "^5.1.2", |
| 89 | + "@formatjs/intl-numberformat": "^9.1.2", |
| 90 | + "@formatjs/intl-pluralrules": "^6.1.2", |
| 91 | + "@formatjs/intl-relativetimeformat": "^12.1.2", |
93 | 92 | "@reduxjs/toolkit": "^2.11.2", |
94 | 93 | "@sentry/integrations": "^7.114.0", |
95 | | - "@sentry/react": "^10.31.0", |
| 94 | + "@sentry/react": "^10.33.0", |
| 95 | + "@tabler/icons-react": "^3.36.1", |
96 | 96 | "@tippyjs/react": "^4.2.6", |
97 | 97 | "apexcharts": "^5.3.6", |
98 | 98 | "autobind-decorator": "^2.4.0", |
|
107 | 107 | "history": "^5.3.0", |
108 | 108 | "jsqr": "^1.4.0", |
109 | 109 | "leaflet": "^1.9.4", |
110 | | - "lodash": "^4.17.21", |
| 110 | + "lodash": "^4.17.23", |
111 | 111 | "md5": "^2.3.0", |
112 | 112 | "prop-types": "^15.8.1", |
113 | 113 | "query-string": "^9.3.1", |
|
125 | 125 | "react-remove-scroll": "^2.7.2", |
126 | 126 | "react-router-dom": "^6.14.1", |
127 | 127 | "react-select": "^5.10.2", |
128 | | - "react-string-replace": "^1.1.1", |
| 128 | + "react-string-replace": "^2.0.1", |
129 | 129 | "react-switch": "^7.1.0", |
130 | 130 | "react-text-mask": "^5.5.0", |
131 | 131 | "react-toastify": "^9.1.3", |
|
0 commit comments