Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
86 changes: 43 additions & 43 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,24 @@
"repository": "https://github.com/TheThingsNetwork/lorawan-stack.git",
"license": "Apache-2.0",
"devDependencies": {
"@babel/cli": "^7.26.4",
"@babel/core": "^7.26.9",
"@babel/eslint-parser": "^7.26.8",
"@babel/cli": "^7.27.2",
"@babel/core": "^7.27.7",
"@babel/eslint-parser": "^7.27.5",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.25.9",
"@babel/plugin-proposal-decorators": "^7.27.1",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.26.9",
"@babel/plugin-transform-spread": "^7.25.9",
"@babel/plugin-transform-strict-mode": "^7.25.9",
"@babel/preset-env": "^7.26.9",
"@babel/preset-react": "^7.26.3",
"@babel/register": "^7.25.9",
"@babel/runtime-corejs2": "^7.26.9",
"@inquirer/prompts": "^7.3.2",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
"@babel/plugin-transform-runtime": "^7.27.4",
"@babel/plugin-transform-spread": "^7.27.1",
"@babel/plugin-transform-strict-mode": "^7.27.1",
"@babel/preset-env": "^7.27.2",
"@babel/preset-react": "^7.27.1",
"@babel/register": "^7.27.1",
"@babel/runtime-corejs2": "^7.27.6",
"@inquirer/prompts": "^7.5.3",
"@pmmmwh/react-refresh-webpack-plugin": "^0.6.1",
"@storybook/addon-designs": "8.2.0",
"@storybook/addon-essentials": "8.6.3",
"@storybook/addon-mdx-gfm": "8.6.3",
"@storybook/addon-essentials": "8.6.14",
"@storybook/addon-mdx-gfm": "8.6.14",
"@storybook/addon-actions": "8.6.3",
"@storybook/cli": "8.6.3",
"@storybook/react": "8.6.3",
Expand All @@ -38,25 +38,25 @@
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^13.0.0",
"css-loader": "^6.10.0",
"cypress": "14.1.0",
"cypress": "14.5.0",
"cypress-browser-permissions": "^1.1.0",
"cypress-file-upload": "^5.0.8",
"cypress-log-to-output": "^1.1.2",
"eslint": "^8.44.0",
"eslint-config-prettier": "^10.1.1",
"eslint-config-prettier": "^10.1.5",
"eslint-config-ttn": "git+https://github.com/TheThingsNetwork/eslint-config-ttn.git#v1.4.0",
"eslint-import-resolver-webpack": "^0.13.10",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-cypress": "^3.6.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jest": "^28.11.0",
"eslint-plugin-jsdoc": "^50.6.3",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-prettier": "5.2.3",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-prettier": "5.5.1",
"eslint-plugin-react": "^7.37.5",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.6.3",
"http-proxy-middleware": "^3.0.3",
"http-proxy-middleware": "^3.0.5",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"js-yaml": "^4.0.0",
Expand All @@ -66,35 +66,35 @@
"mjml": "^4.15.3",
"mkdirp": "^3.0.1",
"nib": "^1.2.0",
"pg": "^8.13.3",
"prettier": "3.5.3",
"react-refresh": "^0.16.0",
"stylelint": "^16.15.0",
"pg": "^8.16.3",
"prettier": "3.6.2",
"react-refresh": "^0.17.0",
"stylelint": "^16.21.0",
"stylelint-stylus": "^1.0.0",
"storybook": "^8.1.8",
"stylus": "^0.64.0",
"stylus-loader": "^8.1.1",
"wait-on": "^8.0.2",
"webpack": "^5.98.0",
"wait-on": "^8.0.3",
"webpack": "^5.99.9",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.0",
"webpack-dev-server": "^5.2.2",
"webpack-shell-plugin": "https://github.com/cdeutsch/webpack-shell-plugin.git#bee537d",
"yargs": "^17.7.2"
},
"dependencies": {
"@tabler/icons-react": "^3.30.0",
"@formatjs/intl-datetimeformat": "^6.17.3",
"@formatjs/intl-displaynames": "^6.8.10",
"@formatjs/intl-listformat": "^7.7.10",
"@formatjs/intl-locale": "^4.2.10",
"@formatjs/intl-numberformat": "^8.15.3",
"@formatjs/intl-pluralrules": "^5.4.3",
"@formatjs/intl-relativetimeformat": "^11.4.10",
"@reduxjs/toolkit": "^2.6.0",
"@tabler/icons-react": "^3.34.0",
"@formatjs/intl-datetimeformat": "^6.18.0",
"@formatjs/intl-displaynames": "^6.8.11",
"@formatjs/intl-listformat": "^7.7.11",
"@formatjs/intl-locale": "^4.2.11",
"@formatjs/intl-numberformat": "^8.15.4",
"@formatjs/intl-pluralrules": "^5.4.4",
"@formatjs/intl-relativetimeformat": "^11.4.11",
"@reduxjs/toolkit": "^2.8.2",
"@sentry/integrations": "^7.114.0",
"@sentry/react": "^9.5.0",
"@sentry/react": "^9.33.0",
"@tippyjs/react": "^4.2.6",
"apexcharts": "^4.5.0",
"apexcharts": "^4.7.0",
"autobind-decorator": "^2.4.0",
"axios": "^1.5.1",
"brace": "^0.11.1",
Expand All @@ -110,26 +110,26 @@
"lodash": "^4.17.21",
"md5": "^2.3.0",
"prop-types": "^15.8.1",
"query-string": "^9.1.1",
"query-string": "^9.2.1",
"react": "^17.0.1",
"react-ace": "^6.6.0",
"react-apexcharts": "^1.7.0",
"react-display-name": "^0.2.5",
"react-dom": "^17.0.1",
"react-focus-lock": "^2.13.6",
"react-helmet": "^6.1.0",
"react-intl": "^7.1.6",
"react-intl": "^7.1.11",
"react-leaflet": "^4.2.1",
"react-paginate": "^8.3.0",
"react-redux": "^8.1.2",
"react-remove-scroll": "^2.6.3",
"react-remove-scroll": "^2.7.1",
"react-router-dom": "^6.14.1",
"react-select": "^5.10.1",
"react-string-replace": "^1.1.1",
"react-switch": "^7.1.0",
"react-text-mask": "^5.5.0",
"react-toastify": "^9.1.3",
"react-virtualized-auto-sizer": "^1.0.25",
"react-virtualized-auto-sizer": "^1.0.26",
"react-window": "^1.8.11",
"react-window-infinite-loader": "^1.0.10",
"redux": "^5.0.1",
Expand Down
Loading
Loading