File tree Expand file tree Collapse file tree 6 files changed +100
-101
lines changed
Expand file tree Collapse file tree 6 files changed +100
-101
lines changed Original file line number Diff line number Diff line change 4242 "@types/lodash" : " ^4.17.20" ,
4343 "@types/semver" : " ^7.7.1" ,
4444 "typescript" : " ^5.9.3" ,
45- "webpack" : " ^5.102.1 "
45+ "webpack" : " ^5.103.0 "
4646 },
4747 "peerDependencies" : {
4848 "@rsbuild/core" : " 1.x"
Original file line number Diff line number Diff line change 3434 "picocolors" : " ^1.1.1" ,
3535 "reduce-configs" : " ^1.1.1" ,
3636 "tsconfig-paths-webpack-plugin" : " 4.2.0" ,
37- "webpack" : " ^5.102.1 "
37+ "webpack" : " ^5.103.0 "
3838 },
3939 "devDependencies" : {
4040 "@rsbuild/core" : " workspace:*" ,
Original file line number Diff line number Diff line change @@ -18,8 +18,7 @@ export async function createCompiler(options: InitConfigsOptions) {
1818
1919 const compiler = ( webpackConfigs . length === 1
2020 ? webpack ( webpackConfigs [ 0 ] )
21- : // @ts -expect-error webpack type issue
22- webpack ( webpackConfigs ) ) as unknown as
21+ : webpack ( webpackConfigs ) ) as unknown as
2322 | Rspack . Compiler
2423 | Rspack . MultiCompiler ;
2524
Original file line number Diff line number Diff line change 9999 "style-loader" : " 3.3.4" ,
100100 "tinyglobby" : " 0.2.14" ,
101101 "typescript" : " ^5.9.3" ,
102- "webpack" : " ^5.102.1 " ,
102+ "webpack" : " ^5.103.0 " ,
103103 "webpack-bundle-analyzer" : " ^4.10.2" ,
104104 "webpack-merge" : " 6.0.1" ,
105105 "ws" : " ^8.18.3"
Original file line number Diff line number Diff line change 2929 },
3030 "dependencies" : {
3131 "rspack-vue-loader" : " ^17.4.4" ,
32- "webpack" : " ^5.102.1 "
32+ "webpack" : " ^5.103.0 "
3333 },
3434 "devDependencies" : {
3535 "@rsbuild/core" : " workspace:*" ,
You can’t perform that action at this time.
0 commit comments