|
6 | 6 | "repository": "https://github.com/TheThingsNetwork/lorawan-stack.git", |
7 | 7 | "license": "Apache-2.0", |
8 | 8 | "devDependencies": { |
9 | | - "@babel/cli": "^7.26.4", |
10 | | - "@babel/core": "^7.26.9", |
11 | | - "@babel/eslint-parser": "^7.26.8", |
| 9 | + "@babel/cli": "^7.27.0", |
| 10 | + "@babel/core": "^7.26.10", |
| 11 | + "@babel/eslint-parser": "^7.27.0", |
12 | 12 | "@babel/plugin-proposal-class-properties": "^7.18.6", |
13 | 13 | "@babel/plugin-proposal-decorators": "^7.25.9", |
14 | 14 | "@babel/plugin-syntax-dynamic-import": "^7.8.3", |
15 | | - "@babel/plugin-transform-runtime": "^7.26.9", |
| 15 | + "@babel/plugin-transform-runtime": "^7.26.10", |
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.9", |
19 | 19 | "@babel/preset-react": "^7.26.3", |
20 | 20 | "@babel/register": "^7.25.9", |
21 | | - "@babel/runtime-corejs2": "^7.26.9", |
22 | | - "@inquirer/prompts": "^7.3.2", |
| 21 | + "@babel/runtime-corejs2": "^7.27.0", |
| 22 | + "@inquirer/prompts": "^7.4.0", |
23 | 23 | "@pmmmwh/react-refresh-webpack-plugin": "^0.5.15", |
24 | | - "@storybook/addon-designs": "8.2.0", |
25 | | - "@storybook/addon-essentials": "8.6.3", |
26 | | - "@storybook/addon-mdx-gfm": "8.6.3", |
27 | | - "@storybook/addon-actions": "8.6.3", |
28 | | - "@storybook/cli": "8.6.3", |
29 | | - "@storybook/react": "8.6.3", |
30 | | - "@storybook/react-webpack5": "8.6.3", |
| 24 | + "@storybook/addon-designs": "8.2.1", |
| 25 | + "@storybook/addon-essentials": "8.6.11", |
| 26 | + "@storybook/addon-mdx-gfm": "8.6.11", |
| 27 | + "@storybook/addon-actions": "8.6.11", |
| 28 | + "@storybook/cli": "8.6.11", |
| 29 | + "@storybook/react": "8.6.11", |
| 30 | + "@storybook/react-webpack5": "8.6.11", |
31 | 31 | "@testing-library/cypress": "^10.0.3", |
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": "^13.0.0", |
40 | 40 | "css-loader": "^6.10.0", |
41 | | - "cypress": "14.1.0", |
| 41 | + "cypress": "14.2.1", |
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", |
|
50 | 50 | "eslint-plugin-cypress": "^3.6.0", |
51 | 51 | "eslint-plugin-import": "^2.31.0", |
52 | 52 | "eslint-plugin-jest": "^28.11.0", |
53 | | - "eslint-plugin-jsdoc": "^50.6.3", |
| 53 | + "eslint-plugin-jsdoc": "^50.6.9", |
54 | 54 | "eslint-plugin-prefer-arrow": "^1.2.3", |
55 | | - "eslint-plugin-prettier": "5.2.3", |
| 55 | + "eslint-plugin-prettier": "5.2.5", |
56 | 56 | "eslint-plugin-react": "^7.37.4", |
57 | 57 | "file-loader": "^6.2.0", |
58 | 58 | "html-webpack-plugin": "^5.6.3", |
|
66 | 66 | "mjml": "^4.15.3", |
67 | 67 | "mkdirp": "^3.0.1", |
68 | 68 | "nib": "^1.2.0", |
69 | | - "pg": "^8.13.3", |
| 69 | + "pg": "^8.14.1", |
70 | 70 | "prettier": "3.5.3", |
71 | 71 | "react-refresh": "^0.16.0", |
72 | | - "stylelint": "^16.15.0", |
| 72 | + "stylelint": "^16.17.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 | | - "wait-on": "^8.0.2", |
| 77 | + "wait-on": "^8.0.3", |
78 | 78 | "webpack": "^5.98.0", |
79 | 79 | "webpack-cli": "^6.0.1", |
80 | | - "webpack-dev-server": "^5.2.0", |
| 80 | + "webpack-dev-server": "^5.2.1", |
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.30.0", |
86 | | - "@formatjs/intl-datetimeformat": "^6.17.3", |
87 | | - "@formatjs/intl-displaynames": "^6.8.10", |
88 | | - "@formatjs/intl-listformat": "^7.7.10", |
89 | | - "@formatjs/intl-locale": "^4.2.10", |
90 | | - "@formatjs/intl-numberformat": "^8.15.3", |
91 | | - "@formatjs/intl-pluralrules": "^5.4.3", |
92 | | - "@formatjs/intl-relativetimeformat": "^11.4.10", |
93 | | - "@reduxjs/toolkit": "^2.6.0", |
| 85 | + "@tabler/icons-react": "^3.31.0", |
| 86 | + "@formatjs/intl-datetimeformat": "^6.18.0", |
| 87 | + "@formatjs/intl-displaynames": "^6.8.11", |
| 88 | + "@formatjs/intl-listformat": "^7.7.11", |
| 89 | + "@formatjs/intl-locale": "^4.2.11", |
| 90 | + "@formatjs/intl-numberformat": "^8.15.4", |
| 91 | + "@formatjs/intl-pluralrules": "^5.4.4", |
| 92 | + "@formatjs/intl-relativetimeformat": "^11.4.11", |
| 93 | + "@reduxjs/toolkit": "^2.6.1", |
94 | 94 | "@sentry/integrations": "^7.114.0", |
95 | | - "@sentry/react": "^9.5.0", |
| 95 | + "@sentry/react": "^9.10.0", |
96 | 96 | "@tippyjs/react": "^4.2.6", |
97 | 97 | "apexcharts": "^4.5.0", |
98 | 98 | "autobind-decorator": "^2.4.0", |
|
118 | 118 | "react-dom": "^17.0.1", |
119 | 119 | "react-focus-lock": "^2.13.6", |
120 | 120 | "react-helmet": "^6.1.0", |
121 | | - "react-intl": "^7.1.6", |
| 121 | + "react-intl": "^7.1.10", |
122 | 122 | "react-leaflet": "^4.2.1", |
123 | 123 | "react-paginate": "^8.3.0", |
124 | 124 | "react-redux": "^8.1.2", |
|
0 commit comments