Skip to content

Commit 0f98f3d

Browse files
committed
Revert "Merge pull request #11677 from DestinyItemManager/dependabot/npm_and_yarn/minor-282734b224"
This reverts commit f7f5840, reversing changes made to 6c7f20f.
1 parent f7f5840 commit 0f98f3d

File tree

3 files changed

+1184
-1396
lines changed

3 files changed

+1184
-1396
lines changed

babel.config.cjs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,10 @@ module.exports = function (api) {
4949
// Really edge-case bugfix for Array.prototype.push and friends
5050
'es.array.push',
5151
'es.array.unshift',
52-
// This fixes an obscure Webkit bug that we don't care about
53-
'es.map.group-by',
5452
// Remove this if we start using proposed set methods like .intersection
5553
/^es(next)?\.set/,
5654
// Remove this if we start using iterator-helpers (which would be nice!)
57-
/^es(next)?\.iterator\.(?!concat)/,
55+
/^es(next)?\.iterator/,
5856
// Not sure what exactly this is, but we have our own error-cause stuff
5957
'es.error.cause',
6058
// Only used when customizing JSON parsing w/ a "reviver"

package.json

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -82,42 +82,42 @@
8282
"react-is": "^18.3.1"
8383
},
8484
"devDependencies": {
85-
"@aaroon/workbox-rspack-plugin": "^0.3.3",
86-
"@babel/core": "^7.28.6",
85+
"@aaroon/workbox-rspack-plugin": "^0.3.2",
86+
"@babel/core": "^7.28.5",
8787
"@babel/plugin-transform-react-constant-elements": "^7.27.1",
8888
"@babel/plugin-transform-react-inline-elements": "^7.27.1",
8989
"@babel/plugin-transform-runtime": "^7.28.5",
90-
"@babel/plugin-transform-typescript": "^7.28.6",
91-
"@babel/preset-env": "^7.28.6",
90+
"@babel/plugin-transform-typescript": "^7.28.5",
91+
"@babel/preset-env": "^7.28.5",
9292
"@babel/preset-react": "^7.28.5",
9393
"@babel/preset-typescript": "^7.28.5",
94-
"@babel/register": "^7.28.6",
94+
"@babel/register": "^7.28.3",
9595
"@bhollis/css-modules-typescript-loader": "^1.0.1",
9696
"@bhollis/eslint-plugin-css-modules": "^1.0.0",
9797
"@bundle-stats/plugin-webpack-filter": "^4.21.8",
98-
"@eslint-react/eslint-plugin": "^2.7.2",
99-
"@eslint/compat": "^2.0.1",
100-
"@rspack/cli": "^1.7.2",
101-
"@rspack/core": "^1.7.2",
98+
"@eslint-react/eslint-plugin": "^2.5.1",
99+
"@eslint/compat": "^2.0.0",
100+
"@rspack/cli": "^1.7.1",
101+
"@rspack/core": "^1.7.1",
102102
"@rspack/plugin-react-refresh": "^1.6.0",
103103
"@svgr/webpack": "^8.1.0",
104-
"@testing-library/react": "^16.3.2",
104+
"@testing-library/react": "^16.3.1",
105105
"@types/dom-chromium-installation-events": "^101.0.4",
106106
"@types/dom-screen-wake-lock": "^1.0.3",
107107
"@types/generate-json-webpack-plugin": "^0.3.8",
108108
"@types/jest": "^30.0.0",
109109
"@types/node": "22.0.2",
110110
"@types/papaparse": "^5.5.2",
111111
"@types/prop-types": "^15.7.15",
112-
"@types/react": "19.2.8",
112+
"@types/react": "19.2.7",
113113
"@types/react-dom": "^19.2.3",
114114
"@types/ua-parser-js": "^0.7.39",
115115
"@types/use-subscription": "^1.0.2",
116116
"@types/webpack": "^5.28.5",
117117
"@types/webpack-env": "^1.18.8",
118118
"@types/webpack-stats-plugin": "^0.3.5",
119-
"@typescript-eslint/eslint-plugin": "^8.53.1",
120-
"@typescript-eslint/parser": "^8.53.1",
119+
"@typescript-eslint/eslint-plugin": "^8.52.0",
120+
"@typescript-eslint/parser": "^8.52.0",
121121
"babel-jest": "^30.2.0",
122122
"babel-loader": "^10.0.0",
123123
"babel-plugin-object-to-json-parse": "^0.2.3",
@@ -141,22 +141,22 @@
141141
"generate-json-webpack-plugin": "^2.0.0",
142142
"globals": "^17.0.0",
143143
"html-loader": "^5.1.0",
144-
"html-webpack-plugin": "^5.6.6",
144+
"html-webpack-plugin": "^5.6.5",
145145
"husky": "^9.1.7",
146146
"i18next-scanner": "^4.6.0",
147147
"identity-obj-proxy": "^3.0.0",
148148
"jest": "^30.2.0",
149149
"jest-environment-jsdom": "^30.2.0",
150150
"jest-fetch-mock": "^3.0.3",
151151
"jest-junit": "^16.0.0",
152-
"json-sort-cli": "^4.1.3",
152+
"json-sort-cli": "^4.1.0",
153153
"lint-staged": "^16.2.7",
154154
"markdown-loader": "^8.0.0",
155155
"marked": "^17.0.1",
156156
"mini-svg-data-uri": "^1.4.4",
157157
"mkcert": "^3.2.0",
158158
"nodemon": "^3.1.11",
159-
"prettier": "^3.8.0",
159+
"prettier": "^3.7.4",
160160
"prettier-plugin-organize-imports": "^4.3.0",
161161
"react-refresh": "^0.18.0",
162162
"sass": "^1.97.2",
@@ -170,44 +170,44 @@
170170
"stylelint-order": "^7.0.1",
171171
"svgo": "^4.0.0",
172172
"svgo-loader": "^4.0.0",
173-
"ts-checker-rspack-plugin": "^1.2.4",
173+
"ts-checker-rspack-plugin": "^1.2.3",
174174
"ts-jest": "^29.4.6",
175175
"ts-loader": "^9.5.4",
176176
"ts-unused-exports": "^11.0.1",
177177
"typescript": "^5.9.3",
178-
"typescript-eslint": "^8.53.1",
178+
"typescript-eslint": "^8.52.0",
179179
"webpack-stats-plugin": "^1.1.3"
180180
},
181181
"dependencies": {
182-
"@babel/runtime": "^7.28.6",
182+
"@babel/runtime": "^7.28.4",
183183
"@beyond-js/md5": "^0.0.1",
184184
"@destinyitemmanager/dim-api-types": "^1.40.0",
185185
"@fortawesome/fontawesome-free": "^5.15.4",
186186
"@fortawesome/fontawesome-svg-core": "^1.2.36",
187187
"@fortawesome/react-fontawesome": "^3.1.1",
188188
"@popperjs/core": "^2.11.8",
189189
"@react-hook/resize-observer": "^2.0.2",
190-
"@sentry/browser": "^10.35.0",
191-
"@sentry/react": "^10.35.0",
192-
"@sentry/types": "^10.35.0",
193-
"@tanstack/react-virtual": "^3.13.18",
190+
"@sentry/browser": "^10.32.1",
191+
"@sentry/react": "^10.32.1",
192+
"@sentry/types": "^10.32.1",
193+
"@tanstack/react-virtual": "^3.13.17",
194194
"@textcomplete/core": "^0.1.13",
195195
"@textcomplete/textarea": "^0.1.13",
196196
"@textcomplete/utils": "^0.1.13",
197197
"bungie-api-ts": "^5.10.0",
198-
"caniuse-lite": "^1.0.30001765",
198+
"caniuse-lite": "^1.0.30001762",
199199
"clsx": "^2.1.1",
200200
"comlink": "^4.4.2",
201201
"core-js": "^3.47.0",
202202
"dnd-core": "^16.0.1",
203203
"downshift": "^9.0.13",
204-
"es-toolkit": "^1.44.0",
204+
"es-toolkit": "^1.43.0",
205205
"fast-equals": "^6.0.0",
206-
"i18next": "^25.7.4",
206+
"i18next": "^25.7.3",
207207
"i18next-http-backend": "^3.0.2",
208208
"immer": "^11.1.3",
209209
"memoize-one": "^6.0.0",
210-
"motion": "^12.27.1",
210+
"motion": "^12.24.10",
211211
"papaparse": "^5.5.3",
212212
"react": "^19.2.3",
213213
"react-aria": "^3.45.0",

0 commit comments

Comments
 (0)