Skip to content

Commit

Permalink
Merge pull request #10922 from DestinyItemManager/clear-space-default
Browse files Browse the repository at this point in the history
Update dependencies to fix incorrect clear-space default
  • Loading branch information
bhollis authored Feb 4, 2025
2 parents 0824d03 + 5568207 commit f213a15
Show file tree
Hide file tree
Showing 3 changed files with 564 additions and 627 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@
"@babel/preset-react": "^7.26.3",
"@babel/preset-typescript": "^7.26.0",
"@babel/register": "^7.25.9",
"@eslint-react/eslint-plugin": "^1.25.0",
"@eslint/compat": "^1.2.5",
"@eslint-react/eslint-plugin": "^1.26.1",
"@eslint/compat": "^1.2.6",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
"@testing-library/react": "^16.2.0",
"@types/dom-chromium-installation-events": "^101.0.4",
Expand All @@ -108,10 +108,10 @@
"@types/ua-parser-js": "^0.7.39",
"@types/use-subscription": "^1.0.2",
"@types/webpack": "^5.28.5",
"@types/webpack-env": "^1.18.6",
"@types/webpack-env": "^1.18.8",
"@types/webpack-stats-plugin": "^0.3.5",
"@typescript-eslint/eslint-plugin": "^8.22.0",
"@typescript-eslint/parser": "^8.22.0",
"@typescript-eslint/eslint-plugin": "^8.23.0",
"@typescript-eslint/parser": "^8.23.0",
"autoprefixer": "^10.4.20",
"babel-jest": "^29.7.0",
"babel-loader": "^9.2.1",
Expand All @@ -126,13 +126,13 @@
"css-loader": "^7.1.2",
"css-modules-typescript-loader": "^4.0.1",
"cssnano": "^7.0.6",
"eslint": "^9.17.0",
"eslint": "^9.19.0",
"eslint-plugin-array-func": "^5.0.2",
"eslint-plugin-css-modules": "^2.12.0",
"eslint-plugin-github": "^5.1.5",
"eslint-plugin-github": "^5.1.7",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "=5.0.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-redux": "^4.2.0",
"eslint-plugin-regexp": "^2.7.0",
"eslint-plugin-sonarjs": "^1.0.4",
Expand Down Expand Up @@ -182,7 +182,7 @@
"ts-unused-exports": "^11.0.1",
"tsconfig-paths-webpack-plugin": "^4.2.0",
"typescript": "^5.7.3",
"typescript-eslint": "^8.22.0",
"typescript-eslint": "^8.23.0",
"webpack": "^5.97.1",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.0",
Expand All @@ -193,35 +193,35 @@
"dependencies": {
"@babel/runtime": "^7.26.7",
"@beyond-js/md5": "^0.0.1",
"@destinyitemmanager/dim-api-types": "^1.34.0",
"@destinyitemmanager/dim-api-types": "^1.35.0",
"@fortawesome/fontawesome-free": "^5.15.4",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/react-fontawesome": "^0.2.2",
"@hello-pangea/dnd": "^17.0.0",
"@popperjs/core": "^2.11.8",
"@react-hook/resize-observer": "^2.0.2",
"@sentry/browser": "^8.51.0",
"@sentry/react": "^8.51.0",
"@sentry/types": "^8.51.0",
"@tanstack/react-virtual": "^3.11.3",
"@sentry/browser": "^8.54.0",
"@sentry/react": "^8.54.0",
"@sentry/types": "^8.54.0",
"@tanstack/react-virtual": "^3.12.0",
"@textcomplete/core": "^0.1.13",
"@textcomplete/textarea": "^0.1.13",
"@textcomplete/utils": "^0.1.13",
"bungie-api-ts": "^5.2.0",
"caniuse-lite": "^1.0.30001695",
"caniuse-lite": "^1.0.30001697",
"clsx": "^2.1.1",
"comlink": "^4.4.2",
"core-js": "^3.40.0",
"dnd-core": "^16.0.1",
"downshift": "^9.0.8",
"es-toolkit": "^1.31.0",
"es-toolkit": "^1.32.0",
"fast-equals": "^5.2.2",
"i18next": "^23.16.8",
"i18next-http-backend": "^3.0.2",
"immer": "^10.1.1",
"memoize-one": "^6.0.0",
"motion": "^12.0.6",
"papaparse": "^5.5.1",
"motion": "^12.0.11",
"papaparse": "^5.5.2",
"react": "^19.0.0",
"react-aria": "^3.37.0",
"react-dnd": "^16.0.1",
Expand All @@ -231,7 +231,7 @@
"react-dom": "^19.0.0",
"react-dropzone": "^14.3.5",
"react-redux": "^9.2.0",
"react-router": "^7.1.3",
"react-router": "^7.1.5",
"react-textarea-autosize": "^8.5.7",
"redux": "^5.0.1",
"redux-thunk": "^3.1.0",
Expand Down
Loading

0 comments on commit f213a15

Please sign in to comment.