chore: rspack deps

This commit is contained in:
Nathan Walker
2025-04-17 10:15:16 -07:00
parent 15e76fb662
commit c43e9d39ba
2 changed files with 2348 additions and 1227 deletions

View File

File diff suppressed because it is too large Load Diff

View File

@@ -20,10 +20,11 @@
}, },
"dependencies": { "dependencies": {
"@babel/core": "^7.26.9", "@babel/core": "^7.26.9",
"@nx/angular-rspack": "^20.6.2",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.15", "@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
"@rsbuild/plugin-node-polyfill": "^1.3.0", "@rsbuild/plugin-node-polyfill": "^1.3.0",
"@rspack/cli": "^1.2.7", "@rspack/cli": "^1.3.4",
"@rspack/core": "^1.2.8", "@rspack/core": "^1.3.4",
"@swc/helpers": "^0.5.15", "@swc/helpers": "^0.5.15",
"@vue/compiler-sfc": "^3.5.13", "@vue/compiler-sfc": "^3.5.13",
"acorn": "^8.14.0", "acorn": "^8.14.0",
@@ -53,7 +54,7 @@
"vue-loader": "^17.0.0", "vue-loader": "^17.0.0",
"webpack-bundle-analyzer": "^4.10.2", "webpack-bundle-analyzer": "^4.10.2",
"webpack-merge": "^5.10.0", "webpack-merge": "^5.10.0",
"rspack-chain": "^1.2.1" "rspack-chain": "^1.2.4"
}, },
"devDependencies": { "devDependencies": {
"@angular-devkit/build-angular": "^19.0.0", "@angular-devkit/build-angular": "^19.0.0",
@@ -72,6 +73,6 @@
"mkdirp": "^3.0.1", "mkdirp": "^3.0.1",
"semver": "^7.7.1", "semver": "^7.7.1",
"ts-jest": "29.2.5", "ts-jest": "29.2.5",
"typescript": "~5.6.0" "typescript": "~5.7.0"
} }
} }