Skip to content

Commit

Permalink
chore: check dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
2heal1 committed Mar 3, 2025
1 parent 1010f96 commit 328180a
Show file tree
Hide file tree
Showing 47 changed files with 1,071 additions and 3,632 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ jobs:
- name: Run Build for All
run: npx nx run-many --targets=build --projects=tag:type:pkg --skip-nx-cache

- name: Check Dependency Version
run: pnpm run check-dependency-version

- name: Check Package Publishing Compatibility
run: |
for pkg in packages/*; do
Expand Down
4 changes: 2 additions & 2 deletions apps/3000-home/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"private": true,
"dependencies": {
"@ant-design/cssinjs": "^1.21.0",
"antd": "5.19.1",
"antd": "^5.19.1",
"lodash": "4.17.21",
"next": "14.2.16",
"react": "18.3.1"
"react": "^18.3.1"
},
"devDependencies": {
"@module-federation/nextjs-mf": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions apps/3001-shop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"private": true,
"dependencies": {
"@ant-design/cssinjs": "^1.21.0",
"antd": "5.19.1",
"antd": "^5.19.1",
"lodash": "4.17.21",
"next": "14.2.16",
"react": "18.3.1"
"react": "^18.3.1"
},
"devDependencies": {
"@module-federation/nextjs-mf": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions apps/3002-checkout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"private": true,
"dependencies": {
"@ant-design/cssinjs": "^1.21.0",
"antd": "5.19.1",
"antd": "^5.19.1",
"lodash": "4.17.21",
"next": "14.2.16",
"react": "18.3.1"
"react": "^18.3.1"
},
"devDependencies": {
"@module-federation/nextjs-mf": "workspace:*",
Expand Down
8 changes: 4 additions & 4 deletions apps/esbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
"@module-federation/esbuild": "workspace:*",
"@module-federation/runtime": "workspace:*",
"@module-federation/webpack-bundler-runtime": "workspace:*",
"@types/node": "^18.7.13",
"@types/node": "^20",
"concurrently": "^8.2.2",
"esbuild": "^0.15.5",
"json5": "^2.2.1",
"esbuild": "0.24.0",
"json5": "^2.2.3",
"live-server": "^1.1.0",
"typescript": "^4.8.2"
"typescript": "5.5.2"
},
"dependencies": {
"react": "^18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/manifest-demo/3009-webpack-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"react-refresh": "0.14.2"
},
"dependencies": {
"antd": "4.24.14"
"antd": "^5.19.1"
}
}
4 changes: 2 additions & 2 deletions apps/manifest-demo/3010-rspack-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@rspack/core": "^1.0.2"
},
"dependencies": {
"antd": "4.24.15",
"react-router-dom": "^6.23.1"
"antd": "^5.19.1",
"react-router-dom": "6.22.3"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
},
"dependencies": {
"lodash": "4.17.21",
"antd": "4.24.15"
"antd": "^5.19.1"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
},
"dependencies": {
"lodash": "4.17.21",
"antd": "4.24.15"
"antd": "^5.19.1"
}
}
2 changes: 1 addition & 1 deletion apps/manifest-demo/webpack-host/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"react-refresh": "0.14.2"
},
"dependencies": {
"antd": "4.24.15"
"antd": "^5.19.1"
}
}
10 changes: 5 additions & 5 deletions apps/modernjs-ssr/dynamic-nested-remote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,22 +28,22 @@
"@babel/runtime": "7.26.0",
"@modern-js/runtime": "2.65.1",
"@module-federation/modern-js": "workspace:*",
"antd": "4.24.15",
"react": "~18.3.1",
"react-dom": "~18.3.1"
"antd": "^5.19.1",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@modern-js-app/eslint-config": "2.59.0",
"@modern-js/app-tools": "2.65.1",
"@modern-js/eslint-config": "2.59.0",
"@modern-js/tsconfig": "2.65.1",
"@types/jest": "~29.5.0",
"@types/node": "~16.11.7",
"@types/node": "^20",
"@types/react": "~18.2.0",
"@types/react-dom": "~18.3.0",
"lint-staged": "~13.1.0",
"prettier": "~3.3.3",
"rimraf": "~3.0.2",
"typescript": "~5.0.4"
"typescript": "5.5.2"
}
}
10 changes: 5 additions & 5 deletions apps/modernjs-ssr/dynamic-remote-new-version/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,22 +28,22 @@
"@babel/runtime": "7.26.0",
"@modern-js/runtime": "2.65.1",
"@module-federation/modern-js": "workspace:*",
"antd": "4.24.15",
"react": "~18.3.1",
"react-dom": "~18.3.1"
"antd": "^5.19.1",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@modern-js-app/eslint-config": "2.59.0",
"@modern-js/app-tools": "2.65.1",
"@modern-js/eslint-config": "2.59.0",
"@modern-js/tsconfig": "2.65.1",
"@types/jest": "~29.5.0",
"@types/node": "~16.11.7",
"@types/node": "^20",
"@types/react": "~18.2.0",
"@types/react-dom": "~18.3.0",
"lint-staged": "~13.1.0",
"prettier": "~3.3.3",
"rimraf": "~3.0.2",
"typescript": "~5.0.4"
"typescript": "5.5.2"
}
}
10 changes: 5 additions & 5 deletions apps/modernjs-ssr/dynamic-remote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,22 +28,22 @@
"@babel/runtime": "7.26.0",
"@modern-js/runtime": "2.65.1",
"@module-federation/modern-js": "workspace:*",
"antd": "4.24.15",
"react": "~18.3.1",
"react-dom": "~18.3.1"
"antd": "^5.19.1",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@modern-js-app/eslint-config": "2.59.0",
"@modern-js/app-tools": "2.65.1",
"@modern-js/eslint-config": "2.59.0",
"@modern-js/tsconfig": "2.65.1",
"@types/jest": "~29.5.0",
"@types/node": "~16.11.7",
"@types/node": "^20",
"@types/react": "~18.2.0",
"@types/react-dom": "~18.3.0",
"lint-staged": "~13.1.0",
"prettier": "~3.3.3",
"rimraf": "~3.0.2",
"typescript": "~5.0.4"
"typescript": "5.5.2"
}
}
10 changes: 5 additions & 5 deletions apps/modernjs-ssr/host/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,22 +28,22 @@
"@babel/runtime": "7.26.0",
"@modern-js/runtime": "2.65.1",
"@module-federation/modern-js": "workspace:*",
"antd": "4.24.15",
"react": "~18.3.1",
"react-dom": "~18.3.1"
"antd": "^5.19.1",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@modern-js-app/eslint-config": "2.59.0",
"@modern-js/app-tools": "2.65.1",
"@modern-js/eslint-config": "2.59.0",
"@modern-js/tsconfig": "2.65.1",
"@types/jest": "~29.5.0",
"@types/node": "~16.11.7",
"@types/node": "^20",
"@types/react": "~18.2.0",
"@types/react-dom": "~18.3.0",
"lint-staged": "~13.1.0",
"prettier": "~3.3.3",
"rimraf": "~3.0.2",
"typescript": "~5.0.4"
"typescript": "5.5.2"
}
}
10 changes: 5 additions & 5 deletions apps/modernjs-ssr/nested-remote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,22 +28,22 @@
"@babel/runtime": "7.26.0",
"@modern-js/runtime": "2.65.1",
"@module-federation/modern-js": "workspace:*",
"antd": "4.24.15",
"react": "~18.3.1",
"react-dom": "~18.3.1"
"antd": "^5.19.1",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@modern-js-app/eslint-config": "2.59.0",
"@modern-js/app-tools": "2.65.1",
"@modern-js/eslint-config": "2.59.0",
"@modern-js/tsconfig": "2.65.1",
"@types/jest": "~29.5.0",
"@types/node": "~16.11.7",
"@types/node": "^20",
"@types/react": "~18.2.0",
"@types/react-dom": "~18.3.0",
"lint-staged": "~13.1.0",
"prettier": "~3.3.3",
"rimraf": "~3.0.2",
"typescript": "~5.0.4"
"typescript": "5.5.2"
}
}
10 changes: 5 additions & 5 deletions apps/modernjs-ssr/remote-new-version/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,22 +28,22 @@
"@babel/runtime": "7.26.0",
"@modern-js/runtime": "2.65.1",
"@module-federation/modern-js": "workspace:*",
"antd": "4.24.15",
"react": "~18.3.1",
"react-dom": "~18.3.1"
"antd": "^5.19.1",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@modern-js-app/eslint-config": "2.59.0",
"@modern-js/app-tools": "2.65.1",
"@modern-js/eslint-config": "2.59.0",
"@modern-js/tsconfig": "2.65.1",
"@types/jest": "~29.5.0",
"@types/node": "~16.11.7",
"@types/node": "^20",
"@types/react": "~18.2.0",
"@types/react-dom": "~18.3.0",
"lint-staged": "~13.1.0",
"prettier": "~3.3.3",
"rimraf": "~3.0.2",
"typescript": "~5.0.4"
"typescript": "5.5.2"
}
}
10 changes: 5 additions & 5 deletions apps/modernjs-ssr/remote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,22 +28,22 @@
"@babel/runtime": "7.26.0",
"@modern-js/runtime": "2.65.1",
"@module-federation/modern-js": "workspace:*",
"antd": "4.24.15",
"react": "~18.3.1",
"react-dom": "~18.3.1"
"antd": "^5.19.1",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@modern-js-app/eslint-config": "2.59.0",
"@modern-js/app-tools": "2.65.1",
"@modern-js/eslint-config": "2.59.0",
"@modern-js/tsconfig": "2.65.1",
"@types/jest": "~29.5.0",
"@types/node": "~16.11.7",
"@types/node": "^20",
"@types/react": "~18.2.0",
"@types/react-dom": "~18.3.0",
"lint-staged": "~13.1.0",
"prettier": "~3.3.3",
"rimraf": "~3.0.2",
"typescript": "~5.0.4"
"typescript": "5.5.2"
}
}
8 changes: 4 additions & 4 deletions apps/modernjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,21 +28,21 @@
"@babel/runtime": "7.26.0",
"@modern-js/runtime": "2.65.1",
"@module-federation/enhanced": "workspace:*",
"react": "18.3.1",
"react-dom": "18.3.1"
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@modern-js-app/eslint-config": "2.59.0",
"@modern-js/app-tools": "2.65.1",
"@modern-js/eslint-config": "2.59.0",
"@modern-js/tsconfig": "2.65.1",
"@types/jest": "~29.5.0",
"@types/node": "~20.12.12",
"@types/node": "^20",
"@types/react": "~18.2.0",
"@types/react-dom": "~18.3.0",
"lint-staged": "~13.1.0",
"prettier": "~3.3.3",
"rimraf": "~3.0.2",
"typescript": "~5.0.4"
"typescript": "5.5.2"
}
}
10 changes: 5 additions & 5 deletions apps/router-demo/router-host-2000/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@
"@module-federation/retry-plugin": "workspace:*",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.24.1",
"react-router-dom": "6.22.3",
"react-error-boundary": "5.0.0"
},
"devDependencies": {
"@module-federation/rsbuild-plugin": "workspace:*",
"@rsbuild/core": "^1.0.19",
"@rsbuild/plugin-react": "^1.0.6",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.3.0",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
"@types/react": "~18.2.0",
"@types/react-dom": "~18.3.0",
"tailwindcss": "3.4.13",
"typescript": "5.5.2"
}
}
10 changes: 5 additions & 5 deletions apps/router-demo/router-host-v5-2200/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@module-federation/bridge-react": "workspace:*",
"@module-federation/enhanced": "workspace:*",
"@types/react-router-dom": "5",
"antd": "^5.16.2",
"antd": "^5.19.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^5.3.4"
Expand All @@ -21,9 +21,9 @@
"@module-federation/rsbuild-plugin": "workspace:*",
"@rsbuild/core": "^1.0.19",
"@rsbuild/plugin-react": "^1.0.6",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.3.0",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
"@types/react": "~18.2.0",
"@types/react-dom": "~18.3.0",
"tailwindcss": "3.4.13",
"typescript": "5.5.2"
}
}
6 changes: 3 additions & 3 deletions apps/router-demo/router-host-vue3-2100/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
"dependencies": {
"@module-federation/bridge-vue3": "workspace:*",
"@module-federation/enhanced": "workspace:*",
"vue": "^3.4.19",
"vue": "^3.4.29",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@module-federation/rsbuild-plugin": "workspace:*",
"@rsbuild/core": "^1.0.19",
"@rsbuild/plugin-vue": "^1.0.3",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.2"
"tailwindcss": "3.4.13",
"typescript": "5.5.2"
}
}
Loading

0 comments on commit 328180a

Please sign in to comment.