Skip to content
Merged
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
4 changes: 2 additions & 2 deletions config/webpack.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { InjectManifest } from '@aaroon/workbox-rspack-plugin';
import filterWebpackStats from '@bundle-stats/plugin-webpack-filter';
import { type Configuration, rspack } from '@rspack/core';
import ReactRefreshPlugin from '@rspack/plugin-react-refresh';
import { ReactRefreshRspackPlugin as ReactRefreshPlugin } from '@rspack/plugin-react-refresh';
import { CleanWebpackPlugin } from 'clean-webpack-plugin';
import CompressionPlugin from 'compression-webpack-plugin';
import GenerateJsonPlugin from 'generate-json-webpack-plugin';
Expand Down Expand Up @@ -530,7 +530,7 @@ export default (env: Env) => {
if (env.dev) {
// In dev we use babel to compile TS, and fork off a separate typechecker
plugins.push(new TsCheckerRspackPlugin());
plugins.push(new ReactRefreshPlugin({ overlay: false }));
plugins.push(new ReactRefreshPlugin());
} else {
// env.beta and env.release
plugins.push(
Expand Down
135 changes: 68 additions & 67 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,24 +83,25 @@
},
"devDependencies": {
"@aaroon/workbox-rspack-plugin": "^0.3.3",
"@babel/core": "^7.28.6",
"@babel/plugin-transform-react-constant-elements": "^7.27.1",
"@babel/plugin-transform-react-inline-elements": "^7.27.1",
"@babel/plugin-transform-runtime": "^7.28.5",
"@babel/plugin-transform-typescript": "^7.28.6",
"@babel/preset-env": "^7.28.6",
"@babel/preset-react": "^7.28.5",
"@babel/preset-typescript": "^7.28.5",
"@babel/register": "^7.28.6",
"@babel/core": "^7.29.7",
"@babel/plugin-transform-react-constant-elements": "^7.29.7",
"@babel/plugin-transform-react-inline-elements": "^7.29.7",
"@babel/plugin-transform-runtime": "^7.29.7",
"@babel/plugin-transform-typescript": "^7.29.7",
"@babel/preset-env": "^7.29.7",
"@babel/preset-react": "^7.29.7",
"@babel/preset-typescript": "^7.29.7",
"@babel/register": "^7.29.7",
"@bhollis/css-modules-typescript-loader": "^1.0.1",
"@bhollis/eslint-plugin-css-modules": "^1.0.1",
"@bundle-stats/plugin-webpack-filter": "^4.21.10",
"@bundle-stats/plugin-webpack-filter": "^4.22.2",
"@eslint-react/eslint-plugin": "^3.0.0",
"@eslint/compat": "^2.0.1",
"@eslint/compat": "^2.1.0",
"@eslint/js": "^10.0.1",
"@rspack/cli": "^1.7.7",
"@rspack/core": "^1.7.7",
"@rspack/plugin-react-refresh": "^1.6.1",
"@rspack/cli": "^2.0.8",
"@rspack/core": "^2.0.8",
"@rspack/dev-server": "^2.0.3",
"@rspack/plugin-react-refresh": "^2.0.2",
"@svgr/webpack": "^8.1.0",
"@testing-library/react": "^16.3.2",
"@types/dom-chromium-installation-events": "^101.0.4",
Expand All @@ -110,129 +111,129 @@
"@types/node": "22.0.2",
"@types/papaparse": "^5.5.2",
"@types/prop-types": "^15.7.15",
"@types/react": "19.2.14",
"@types/react": "19.2.17",
"@types/react-dom": "^19.2.3",
"@types/ua-parser-js": "^0.7.39",
"@types/use-subscription": "^1.0.2",
"@types/webpack": "^5.28.5",
"@types/webpack-env": "^1.18.8",
"@types/webpack-stats-plugin": "^0.3.5",
"@typescript-eslint/eslint-plugin": "^8.56.1",
"@typescript-eslint/parser": "^8.56.1",
"babel-jest": "^30.2.0",
"babel-loader": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^8.61.0",
"@typescript-eslint/parser": "^8.61.0",
"babel-jest": "^30.4.1",
"babel-loader": "^10.1.1",
"babel-plugin-object-to-json-parse": "^0.2.3",
"babel-plugin-optimize-clsx": "^2.6.2",
"browserslist": "^4.28.1",
"browserslist": "^4.28.2",
"chalk": "^5.6.2",
"clean-webpack-plugin": "^4.0.0",
"compression-webpack-plugin": "^12.0.0",
"content-security-policy-builder": "^2.3.0",
"css-loader": "^7.1.4",
"eslint": "^10.1.0",
"eslint-plugin-array-func": "^5.0.2",
"eslint": "^10.5.0",
"eslint-plugin-array-func": "^5.1.1",
"eslint-plugin-github": "^6.0.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-react-redux": "^4.2.2",
"eslint-plugin-regexp": "^3.0.0",
"eslint-plugin-regexp": "^3.1.0",
"eslint-plugin-sonarjs": "^1.0.4",
"fontawesome-subset": "^4.6.0",
"generate-json-webpack-plugin": "^2.0.0",
"globals": "^17.4.0",
"globals": "^17.6.0",
"html-loader": "^5.1.0",
"html-webpack-plugin": "^5.6.6",
"html-webpack-plugin": "^5.6.7",
"husky": "^9.1.7",
"i18next-scanner": "^4.6.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^30.2.0",
"jest-environment-jsdom": "^30.2.0",
"jest": "^30.4.2",
"jest-environment-jsdom": "^30.4.1",
"jest-fetch-mock": "^3.0.3",
"jest-junit": "^16.0.0",
"json-sort-cli": "^4.1.3",
"lint-staged": "^16.3.2",
"lint-staged": "^16.4.0",
"markdown-loader": "^8.0.0",
"marked": "^17.0.4",
"marked": "^17.0.6",
"mini-svg-data-uri": "^1.4.4",
"mkcert": "^3.2.0",
"nodemon": "^3.1.14",
"prettier": "^3.8.1",
"prettier": "^3.8.4",
"prettier-plugin-organize-imports": "^4.3.0",
"react-refresh": "^0.18.0",
"sass": "^1.97.3",
"sass-loader": "^16.0.7",
"sonda": "^0.11.1",
"sass": "^1.101.0",
"sass-loader": "^16.0.8",
"sonda": "^0.12.1",
"source-map-loader": "^5.0.0",
"style-loader": "^4.0.0",
"stylelint": "^17.4.0",
"stylelint": "^17.13.0",
"stylelint-config-css-modules": "^4.6.0",
"stylelint-config-standard-scss": "^17.0.0",
"stylelint-order": "^8.1.1",
"svgo": "^4.0.1",
"svgo-loader": "^4.0.0",
"ts-checker-rspack-plugin": "^1.3.0",
"ts-jest": "^29.4.6",
"ts-loader": "^9.5.4",
"ts-checker-rspack-plugin": "^1.4.0",
"ts-jest": "^29.4.11",
"ts-loader": "9.5.4",
"ts-unused-exports": "^11.0.1",
"typescript": "^6.0.2",
"typescript-eslint": "^8.56.1",
"typescript": "^6.0.3",
"typescript-eslint": "^8.61.0",
"webpack-stats-plugin": "^1.1.3"
},
"dependencies": {
"@babel/runtime": "^7.28.6",
"@babel/runtime": "^7.29.7",
"@beyond-js/md5": "^0.0.1",
"@destinyitemmanager/dim-api-types": "^1.40.0",
"@fortawesome/fontawesome-free": "^5.15.4",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/react-fontawesome": "^3.2.0",
"@fortawesome/react-fontawesome": "^3.3.1",
"@popperjs/core": "^2.11.8",
"@react-hook/resize-observer": "^2.0.2",
"@sentry/browser": "^10.42.0",
"@sentry/react": "^10.42.0",
"@sentry/types": "^10.42.0",
"@tanstack/react-virtual": "^3.13.19",
"@sentry/browser": "^10.57.0",
"@sentry/react": "^10.57.0",
"@sentry/types": "^10.57.0",
"@tanstack/react-virtual": "^3.14.2",
"@textcomplete/core": "^0.1.13",
"@textcomplete/textarea": "^0.1.13",
"@textcomplete/utils": "^0.1.13",
"bungie-api-ts": "^5.10.0",
"caniuse-lite": "^1.0.30001776",
"caniuse-lite": "^1.0.30001799",
"clsx": "^2.1.1",
"comlink": "^4.4.2",
"core-js": "^3.48.0",
"core-js": "^3.49.0",
"dnd-core": "^16.0.1",
"downshift": "^9.3.2",
"es-toolkit": "^1.45.1",
"downshift": "^9.3.6",
"es-toolkit": "^1.47.1",
"fast-equals": "^6.0.0",
"i18next": "^25.8.14",
"i18next-http-backend": "^3.0.5",
"immer": "^11.1.4",
"i18next": "^25.10.10",
"i18next-http-backend": "^3.0.6",
"immer": "^11.1.8",
"memoize-one": "^6.0.0",
"motion": "^12.35.0",
"motion": "^12.40.0",
"papaparse": "^5.5.3",
"react": "^19.2.4",
"react-aria": "^3.47.0",
"react": "^19.2.7",
"react-aria": "^3.49.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dnd-multi-backend": "^9.0.0",
"react-dnd-touch-backend": "^16.0.1",
"react-dom": "^19.2.4",
"react-dom": "^19.2.7",
"react-dropzone": "^15.0.0",
"react-redux": "^9.2.0",
"react-router": "^7.15.0",
"react-redux": "^9.3.0",
"react-router": "^7.17.0",
"react-textarea-autosize": "^8.5.9",
"redux": "^5.0.1",
"redux-thunk": "^3.1.0",
"reselect": "^5.1.1",
"reselect": "^5.2.0",
"typesafe-actions": "^5.1.0",
"ua-parser-js": "^1.0.39",
"use-subscription": "^1.12.0",
"workbox-cacheable-response": "^7.4.0",
"workbox-core": "^7.4.0",
"workbox-expiration": "^7.4.0",
"workbox-precaching": "^7.4.0",
"workbox-routing": "^7.4.0",
"workbox-strategies": "^7.4.0"
"workbox-cacheable-response": "^7.4.1",
"workbox-core": "^7.4.1",
"workbox-expiration": "^7.4.1",
"workbox-precaching": "^7.4.1",
"workbox-routing": "^7.4.1",
"workbox-strategies": "^7.4.1"
},
"lint-staged": {
"*.{css,scss}": "stylelint --fix",
Expand Down Expand Up @@ -270,4 +271,4 @@
"unrs-resolver"
]
}
}
}
Loading