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
8 changes: 4 additions & 4 deletions advanced-api/automatic-vendor-sharing/app1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"devDependencies": {
"@babel/core": "7.24.7",
"@babel/preset-react": "7.24.7",
"@module-federation/enhanced": "0.6.10",
"@rspack/cli": "1.0.10",
"@rspack/core": "1.0.10",
"@module-federation/enhanced": "0.7.3",
"@rspack/cli": "1.1.1",
"@rspack/core": "1.1.1",
"@rspack/dev-server": "1.0.9",
"babel-loader": "9.1.3",
"html-webpack-plugin": "5.6.0",
"serve": "14.2.3",
"webpack": "5.95.0",
"webpack": "5.96.1",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.0.4"
},
Expand Down
8 changes: 4 additions & 4 deletions advanced-api/automatic-vendor-sharing/app2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"devDependencies": {
"@babel/core": "7.24.7",
"@babel/preset-react": "7.24.7",
"@module-federation/enhanced": "0.6.10",
"@rspack/cli": "1.0.10",
"@rspack/core": "1.0.10",
"@module-federation/enhanced": "0.7.3",
"@rspack/cli": "1.1.1",
"@rspack/core": "1.1.1",
"@rspack/dev-server": "1.0.9",
"babel-loader": "9.1.3",
"html-webpack-plugin": "5.6.0",
"serve": "14.2.3",
"webpack": "5.95.0",
"webpack": "5.96.1",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.0.4"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
"devDependencies": {
"@babel/core": "7.24.7",
"@babel/preset-react": "7.24.7",
"@module-federation/enhanced": "0.6.10",
"@module-federation/runtime": "0.6.10",
"@rspack/cli": "1.0.10",
"@rspack/core": "1.0.10",
"@module-federation/enhanced": "0.7.3",
"@module-federation/runtime": "0.7.3",
"@rspack/cli": "1.1.1",
"@rspack/core": "1.1.1",
"@rspack/dev-server": "1.0.9",
"babel-loader": "9.1.3",
"copy-webpack-plugin": "12.0.2",
"html-webpack-plugin": "5.6.0",
"serve": "14.2.3",
"webpack": "5.95.0",
"webpack": "5.96.1",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.0.4"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"devDependencies": {
"@babel/core": "7.24.7",
"@babel/preset-react": "7.24.7",
"@module-federation/enhanced": "0.6.10",
"@rspack/cli": "1.0.10",
"@rspack/core": "1.0.10",
"@module-federation/enhanced": "0.7.3",
"@rspack/cli": "1.1.1",
"@rspack/core": "1.1.1",
"@rspack/dev-server": "1.0.9",
"babel-loader": "9.1.3",
"html-webpack-plugin": "5.6.0",
"serve": "14.2.3",
"webpack": "5.95.0",
"webpack": "5.96.1",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.0.4"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"devDependencies": {
"@babel/core": "7.24.7",
"@babel/preset-react": "7.24.7",
"@module-federation/enhanced": "0.6.10",
"@module-federation/enhanced": "0.7.3",
"babel-loader": "9.1.3",
"html-webpack-plugin": "5.6.0",
"serve": "14.2.3",
"webpack": "5.95.0",
"webpack": "5.96.1",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.0.4"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"devDependencies": {
"@babel/core": "7.24.7",
"@babel/preset-react": "7.24.7",
"@module-federation/enhanced": "0.6.10",
"@module-federation/enhanced": "0.7.3",
"babel-loader": "9.1.3",
"html-webpack-plugin": "5.6.0",
"serve": "14.2.3",
"webpack": "5.95.0",
"webpack": "5.96.1",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.0.4"
},
Expand Down
10 changes: 5 additions & 5 deletions advanced-api/dynamic-remotes/app1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"devDependencies": {
"@babel/core": "7.24.7",
"@babel/preset-react": "7.24.7",
"@module-federation/enhanced": "0.6.10",
"@module-federation/runtime": "0.6.10",
"@rspack/cli": "1.0.10",
"@rspack/core": "1.0.10",
"@module-federation/enhanced": "0.7.3",
"@module-federation/runtime": "0.7.3",
"@rspack/cli": "1.1.1",
"@rspack/core": "1.1.1",
"@rspack/dev-server": "1.0.9",
"babel-loader": "9.1.3",
"html-webpack-plugin": "5.6.0",
"serve": "14.2.3",
"webpack": "5.95.0",
"webpack": "5.96.1",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.0.4"
},
Expand Down
8 changes: 4 additions & 4 deletions advanced-api/dynamic-remotes/app2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"devDependencies": {
"@babel/core": "7.24.7",
"@babel/preset-react": "7.24.7",
"@module-federation/enhanced": "0.6.10",
"@rspack/cli": "1.0.10",
"@rspack/core": "1.0.10",
"@module-federation/enhanced": "0.7.3",
"@rspack/cli": "1.1.1",
"@rspack/core": "1.1.1",
"@rspack/dev-server": "1.0.9",
"babel-loader": "9.1.3",
"html-webpack-plugin": "5.6.0",
"serve": "14.2.3",
"webpack": "5.95.0",
"webpack": "5.96.1",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.0.4"
},
Expand Down
8 changes: 4 additions & 4 deletions advanced-api/dynamic-remotes/app3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"devDependencies": {
"@babel/core": "7.24.7",
"@babel/preset-react": "7.24.7",
"@module-federation/enhanced": "0.6.10",
"@rspack/cli": "1.0.10",
"@rspack/core": "1.0.10",
"@module-federation/enhanced": "0.7.3",
"@rspack/cli": "1.1.1",
"@rspack/core": "1.1.1",
"@rspack/dev-server": "1.0.9",
"babel-loader": "9.1.3",
"html-webpack-plugin": "5.6.0",
"serve": "14.2.3",
"webpack": "5.95.0",
"webpack": "5.96.1",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.0.4"
},
Expand Down
2 changes: 1 addition & 1 deletion angular-universal-ssr/client-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"ts-node": "10.9.2",
"tslint": "6.1.3",
"typescript": "5.5.3",
"webpack": "5.95.0",
"webpack": "5.96.1",
"webpack-cli": "5.1.4"
}
}
2 changes: 1 addition & 1 deletion angular-universal-ssr/host-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"ts-node": "10.9.2",
"tslint": "6.1.3",
"typescript": "5.5.3",
"webpack": "5.95.0",
"webpack": "5.96.1",
"webpack-cli": "5.1.4"
}
}
8 changes: 4 additions & 4 deletions apollo-client/app1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
"@babel/preset-env": "7.24.7",
"@babel/preset-react": "7.24.7",
"@babel/preset-typescript": "7.24.7",
"@module-federation/node": "2.5.20",
"@rspack/cli": "1.0.10",
"@rspack/core": "1.0.10",
"@module-federation/node": "2.6.8",
"@rspack/cli": "1.1.1",
"@rspack/core": "1.1.1",
"@rspack/dev-server": "1.0.9",
"@types/express": "4.17.21",
"@types/react": "18.3.3",
Expand All @@ -42,7 +42,7 @@
"@types/serialize-javascript": "5.0.4",
"babel-loader": "9.1.3",
"rimraf": "5.0.8",
"webpack": "5.95.0",
"webpack": "5.96.1",
"webpack-cli": "5.1.4",
"webpack-merge": "6.0.1"
}
Expand Down
8 changes: 4 additions & 4 deletions apollo-client/app2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
"@babel/preset-env": "7.24.7",
"@babel/preset-react": "7.24.7",
"@babel/preset-typescript": "7.24.7",
"@module-federation/node": "2.5.20",
"@rspack/cli": "1.0.10",
"@rspack/core": "1.0.10",
"@module-federation/node": "2.6.8",
"@rspack/cli": "1.1.1",
"@rspack/core": "1.1.1",
"@rspack/dev-server": "1.0.9",
"@types/express": "4.17.21",
"@types/react": "18.3.3",
Expand All @@ -42,7 +42,7 @@
"@types/serialize-javascript": "5.0.4",
"babel-loader": "9.1.3",
"rimraf": "5.0.8",
"webpack": "5.95.0",
"webpack": "5.96.1",
"webpack-cli": "5.1.4",
"webpack-merge": "6.0.1"
}
Expand Down
5 changes: 0 additions & 5 deletions basic-host-remote/app1/.husky/pre-commit

This file was deleted.

2 changes: 1 addition & 1 deletion basic-host-remote/app1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@modern-js/builder-rspack-provider": "2.46.1",
"@modern-js/eslint-config": "2.54.6",
"@modern-js/tsconfig": "2.54.6",
"@module-federation/enhanced": "0.6.10",
"@module-federation/enhanced": "0.7.3",
"husky": "9.0.11",
"lint-staged": "15.2.10",
"prettier": "3.3.2",
Expand Down
5 changes: 0 additions & 5 deletions basic-host-remote/app2/.husky/pre-commit

This file was deleted.

2 changes: 1 addition & 1 deletion basic-host-remote/app2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@modern-js/builder-rspack-provider": "2.46.1",
"@modern-js/eslint-config": "2.54.6",
"@modern-js/tsconfig": "2.54.6",
"@module-federation/enhanced": "0.6.10",
"@module-federation/enhanced": "0.7.3",
"husky": "9.0.11",
"lint-staged": "15.2.7",
"prettier": "3.3.2",
Expand Down
5 changes: 0 additions & 5 deletions bi-directional/app1/.husky/pre-commit

This file was deleted.

2 changes: 1 addition & 1 deletion bi-directional/app1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@modern-js/builder-rspack-provider": "2.46.1",
"@modern-js/eslint-config": "2.54.6",
"@modern-js/tsconfig": "2.54.6",
"@module-federation/enhanced": "0.6.10",
"@module-federation/enhanced": "0.7.3",
"husky": "9.0.11",
"lint-staged": "15.2.7",
"prettier": "3.3.2",
Expand Down
5 changes: 0 additions & 5 deletions bi-directional/app2/.husky/pre-commit

This file was deleted.

2 changes: 1 addition & 1 deletion bi-directional/app2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@modern-js/builder-rspack-provider": "2.46.1",
"@modern-js/eslint-config": "2.54.6",
"@modern-js/tsconfig": "2.54.6",
"@module-federation/enhanced": "0.6.10",
"@module-federation/enhanced": "0.7.3",
"husky": "9.0.11",
"lint-staged": "15.2.7",
"prettier": "3.3.2",
Expand Down
6 changes: 3 additions & 3 deletions clo/host/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
]
},
"devDependencies": {
"@rsbuild/core": "1.0.14",
"@rsbuild/plugin-react": "1.0.4",
"@rspack/core": "1.0.10"
"@rsbuild/core": "1.1.2",
"@rsbuild/plugin-react": "1.0.7",
"@rspack/core": "1.1.1"
}
}
6 changes: 3 additions & 3 deletions clo/remote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
]
},
"devDependencies": {
"@rsbuild/core": "1.0.14",
"@rsbuild/plugin-react": "1.0.4",
"@rspack/core": "1.0.10"
"@rsbuild/core": "1.1.2",
"@rsbuild/plugin-react": "1.0.7",
"@rspack/core": "1.1.1"
}
}
6 changes: 3 additions & 3 deletions cloud/azure-functions-node-v4/remote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
"@babel/core": "7.24.7",
"@babel/preset-react": "7.24.7",
"@babel/preset-typescript": "7.24.7",
"@module-federation/enhanced": "0.6.10",
"@module-federation/node": "2.5.20",
"@module-federation/enhanced": "0.7.3",
"@module-federation/node": "2.6.8",
"babel-loader": "9.1.3",
"html-webpack-plugin": "5.6.0",
"rimraf": "5.0.8",
"tsconfig-paths-webpack-plugin": "4.1.0",
"webpack": "5.95.0",
"webpack": "5.96.1",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.0.4",
"webpack-livereload-plugin": "3.0.2"
Expand Down
8 changes: 4 additions & 4 deletions cloud/azure-functions-node-v4/shell/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
},
"dependencies": {
"@azure/functions": "^4.0.0-alpha.9",
"@module-federation/node": "2.5.20",
"@module-federation/runtime": "0.6.10",
"@module-federation/node": "2.6.8",
"@module-federation/runtime": "0.7.3",
"memory-stream": "1.0.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "6.24.1",
"tslib": "2.6.3",
"webpack": "5.95.0"
"webpack": "5.96.1"
},
"devDependencies": {
"@babel/core": "7.24.7",
Expand All @@ -30,7 +30,7 @@
"@types/react-dom": "18.3.0",
"babel-loader": "9.1.3",
"css-loader": "7.1.2",
"mini-css-extract-plugin": "2.9.1",
"mini-css-extract-plugin": "2.9.2",
"style-loader": "4.0.0",
"swc-loader": "0.2.6",
"tsconfig-paths-webpack-plugin": "4.1.0",
Expand Down
4 changes: 2 additions & 2 deletions cloud/azure-functions-node-v4/shell/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
"@babel/polyfill": "7.12.1",
"@babel/preset-react": "7.24.7",
"@babel/preset-typescript": "7.24.7",
"@module-federation/enhanced": "0.6.10",
"@module-federation/enhanced": "0.7.3",
"@swc/core": "1.6.13",
"@types/react-router-dom": "5.3.3",
"babel-loader": "9.1.3",
"html-webpack-plugin": "5.6.0",
"swc-loader": "0.2.6",
"tsconfig-paths-webpack-plugin": "4.1.0",
"typescript-transform-paths": "3.4.7",
"webpack": "5.95.0",
"webpack": "5.96.1",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.0.4",
"webpack-livereload-plugin": "3.0.2"
Expand Down
8 changes: 4 additions & 4 deletions complete-react-case/component-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"devDependencies": {
"@babel/core": "7.24.7",
"@babel/preset-react": "7.24.7",
"@module-federation/enhanced": "0.6.10",
"@rspack/cli": "1.0.10",
"@rspack/core": "1.0.10",
"@module-federation/enhanced": "0.7.3",
"@rspack/cli": "1.1.1",
"@rspack/core": "1.1.1",
"@rspack/dev-server": "1.0.9",
"babel-loader": "9.1.3",
"concurrently": "8.2.2",
Expand All @@ -27,7 +27,7 @@
"serve": "14.2.3",
"style-loader": "4.0.0",
"url-loader": "4.1.1",
"webpack": "5.95.0",
"webpack": "5.96.1",
"webpack-cli": "5.1.4"
},
"dependencies": {
Expand Down
Loading
Loading