Skip to content

Commit

Permalink
Merge pull request #10783 from DestinyItemManager/dependabot/npm_and_…
Browse files Browse the repository at this point in the history
…yarn/minor-15b084541a

Bump the minor group with 23 updates
  • Loading branch information
auto-merge-helper[bot] authored Nov 5, 2024
2 parents 5ef021d + 7ddaa9e commit 013e180
Show file tree
Hide file tree
Showing 3 changed files with 621 additions and 595 deletions.
5 changes: 4 additions & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,10 @@ export default tseslint.config(
'@typescript-eslint/unified-signatures': 'error',
'@typescript-eslint/no-base-to-string': 'error',
'@typescript-eslint/non-nullable-type-assertion-style': 'error',
'@typescript-eslint/switch-exhaustiveness-check': 'error',
'@typescript-eslint/switch-exhaustiveness-check': [
'error',
{ considerDefaultExhaustiveForUnions: true },
],
'@typescript-eslint/consistent-type-definitions': 'error',
'@typescript-eslint/consistent-generic-constructors': 'error',
'@typescript-eslint/no-duplicate-enum-values': 'error',
Expand Down
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"@babel/preset-react": "^7.25.9",
"@babel/preset-typescript": "^7.26.0",
"@babel/register": "^7.25.9",
"@eslint-react/eslint-plugin": "^1.15.1",
"@eslint-react/eslint-plugin": "^1.15.2",
"@eslint/compat": "^1.2.2",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
"@testing-library/react": "^16.0.1",
Expand All @@ -111,8 +111,8 @@
"@types/webpack": "^5.28.5",
"@types/webpack-env": "^1.18.5",
"@types/webpack-stats-plugin": "^0.3.5",
"@typescript-eslint/eslint-plugin": "^8.12.0",
"@typescript-eslint/parser": "^8.12.0",
"@typescript-eslint/eslint-plugin": "^8.13.0",
"@typescript-eslint/parser": "^8.13.0",
"autoprefixer": "^10.4.20",
"babel-jest": "^29.7.0",
"babel-loader": "^9.2.1",
Expand Down Expand Up @@ -141,7 +141,7 @@
"fork-ts-checker-notifier-webpack-plugin": "^9.0.0",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"generate-json-webpack-plugin": "^2.0.0",
"globals": "^15.11.0",
"globals": "^15.12.0",
"html-loader": "^5.1.0",
"html-webpack-plugin": "^5.6.3",
"husky": "^9.1.6",
Expand All @@ -155,7 +155,7 @@
"lint-staged": "^15.2.10",
"markdown-loader": "^8.0.0",
"marked": "^14.1.3",
"mini-css-extract-plugin": "^2.9.1",
"mini-css-extract-plugin": "^2.9.2",
"mini-svg-data-uri": "^1.4.4",
"mkcert": "^3.2.0",
"nodemon": "^3.1.7",
Expand All @@ -167,8 +167,8 @@
"prettier-plugin-organize-imports": "^4.1.0",
"react-refresh": "^0.14.2",
"react-test-renderer": "^18.3.1",
"sass": "^1.80.4",
"sass-loader": "^16.0.2",
"sass": "^1.80.6",
"sass-loader": "^16.0.3",
"source-map-loader": "^5.0.0",
"style-loader": "^4.0.0",
"stylelint": "^16.10.0",
Expand All @@ -183,13 +183,13 @@
"ts-unused-exports": "^10.1.0",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"typescript": "^5.6.3",
"typescript-eslint": "^8.12.0",
"webpack": "^5.95.0",
"typescript-eslint": "^8.13.0",
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0",
"webpack-notifier": "^1.15.0",
"webpack-stats-plugin": "^1.1.3",
"workbox-webpack-plugin": "7.1.0"
"workbox-webpack-plugin": "7.3.0"
},
"dependencies": {
"@babel/runtime": "^7.26.0",
Expand All @@ -200,23 +200,23 @@
"@hello-pangea/dnd": "^17.0.0",
"@popperjs/core": "^2.11.8",
"@react-hook/resize-observer": "^2.0.2",
"@sentry/browser": "^8.35.0",
"@sentry/react": "^8.35.0",
"@sentry/types": "^8.35.0",
"@sentry/browser": "^8.36.0",
"@sentry/react": "^8.36.0",
"@sentry/types": "^8.36.0",
"@tanstack/react-virtual": "^3.10.8",
"@textcomplete/core": "^0.1.13",
"@textcomplete/textarea": "^0.1.13",
"@textcomplete/utils": "^0.1.13",
"bungie-api-ts": "^5.1.0",
"caniuse-lite": "^1.0.30001673",
"caniuse-lite": "^1.0.30001677",
"clsx": "^2.1.1",
"comlink": "^4.4.1",
"core-js": "^3.38.1",
"core-js": "^3.39.0",
"dnd-core": "^16.0.1",
"downshift": "^9.0.8",
"es-toolkit": "^1.26.1",
"fast-equals": "^5.0.1",
"framer-motion": "^11.11.10",
"framer-motion": "^11.11.11",
"i18next": "^23.16.4",
"i18next-http-backend": "^2.6.2",
"immer": "^10.1.1",
Expand All @@ -229,7 +229,7 @@
"react-dnd-multi-backend": "^8.0.3",
"react-dnd-touch-backend": "^16.0.1",
"react-dom": "^18.3.1",
"react-dropzone": "^14.2.10",
"react-dropzone": "^14.3.5",
"react-redux": "^9.1.2",
"react-router": "^6.27.0",
"react-router-dom": "^6.27.0",
Expand All @@ -240,12 +240,12 @@
"typesafe-actions": "^5.1.0",
"ua-parser-js": "^1.0.39",
"use-subscription": "^1.8.2",
"workbox-cacheable-response": "^7.1.0",
"workbox-core": "^7.1.0",
"workbox-expiration": "^7.1.0",
"workbox-precaching": "^7.1.0",
"workbox-routing": "^7.1.0",
"workbox-strategies": "^7.1.0"
"workbox-cacheable-response": "^7.3.0",
"workbox-core": "^7.3.0",
"workbox-expiration": "^7.3.0",
"workbox-precaching": "^7.3.0",
"workbox-routing": "^7.3.0",
"workbox-strategies": "^7.3.0"
},
"lint-staged": {
"*.{css,scss}": "stylelint --fix",
Expand Down
Loading

0 comments on commit 013e180

Please sign in to comment.