Skip to content

Commit bf29df2

Browse files
chore: update dependencies via repotools
- Updated module federation packages across all examples - Upgraded @rspack/core from 0.7.5/1.0.8 to 1.4.11 - Ran pnpm install to sync lockfile 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 1881acf commit bf29df2

File tree

3 files changed

+1296
-6261
lines changed

3 files changed

+1296
-6261
lines changed

error-boundary/app1/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
"babel-loader": "9.1.3",
88
"html-webpack-plugin": "5.6.0",
99
"serve": "14.2.3",
10-
"@rspack/core": "1.0.8",
11-
"@rspack/cli": "1.0.8",
12-
"@rspack/dev-server": "1.0.7",
13-
"webpack": "5.95.0",
10+
"@rspack/core": "1.4.11",
11+
"@rspack/cli": "1.4.11",
12+
"@rspack/dev-server": "1.1.3",
13+
"webpack": "5.101.0",
1414
"webpack-cli": "5.1.4",
1515
"webpack-dev-server": "5.1.0",
16-
"@module-federation/runtime": "0.6.8",
17-
"@module-federation/enhanced": "0.6.8"
16+
"@module-federation/runtime": "0.17.1",
17+
"@module-federation/enhanced": "0.17.1"
1818
},
1919
"scripts": {
2020
"start": "rspack serve -c rspack.config.js",
@@ -29,4 +29,4 @@
2929
"react-dom": "^17.0.2",
3030
"lodash": "^4.17.21"
3131
}
32-
}
32+
}

error-boundary/app2/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
"babel-loader": "9.1.3",
88
"html-webpack-plugin": "5.6.0",
99
"serve": "14.2.3",
10-
"@rspack/core": "0.7.5",
11-
"@rspack/cli": "0.7.5",
12-
"@rspack/dev-server": "0.7.5",
13-
"webpack": "5.92.1",
10+
"@rspack/core": "1.4.11",
11+
"@rspack/cli": "1.4.11",
12+
"@rspack/dev-server": "1.1.3",
13+
"webpack": "5.101.0",
1414
"webpack-cli": "5.1.4",
1515
"webpack-dev-server": "5.0.4",
16-
"@module-federation/runtime": "0.2.5",
17-
"@module-federation/enhanced": "0.2.5"
16+
"@module-federation/runtime": "0.17.1",
17+
"@module-federation/enhanced": "0.17.1"
1818
},
1919
"scripts": {
2020
"start": "rspack serve -c rspack.config.js",
@@ -29,4 +29,4 @@
2929
"react-dom": "^16.13.0",
3030
"lodash": "^3.10.1"
3131
}
32-
}
32+
}

0 commit comments

Comments
 (0)