Skip to content

Commit

Permalink
chore: upgrade modernjs
Browse files Browse the repository at this point in the history
  • Loading branch information
2heal1 committed Aug 12, 2024
1 parent 821acc5 commit 93068b9
Show file tree
Hide file tree
Showing 4 changed files with 491 additions and 491 deletions.
10 changes: 5 additions & 5 deletions apps/modernjs-ssr-data-loader/host/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,18 @@
"dist/"
],
"dependencies": {
"@modern-js/runtime": "0.0.0-next-20240730094311",
"@modern-js/runtime": "2.57.0",
"react": "~18.2.0",
"react-dom": "~18.2.0",
"@module-federation/modern-js": "workspace:*",
"@babel/runtime": "7.24.4",
"antd": "4.24.15"
},
"devDependencies": {
"@modern-js/app-tools": "0.0.0-next-20240730094311",
"@modern-js/eslint-config": "0.0.0-next-20240730094311",
"@modern-js/tsconfig": "0.0.0-next-20240730094311",
"@modern-js-app/eslint-config": "0.0.0-next-20240730094311",
"@modern-js/app-tools": "2.57.0",
"@modern-js/eslint-config": "2.57.0",
"@modern-js/tsconfig": "2.57.0",
"@modern-js-app/eslint-config": "2.57.0",
"typescript": "~5.0.4",
"@types/jest": "~29.5.0",
"@types/node": "~16.11.7",
Expand Down
10 changes: 5 additions & 5 deletions apps/modernjs-ssr-data-loader/remote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,18 @@
"dist/"
],
"dependencies": {
"@modern-js/runtime": "0.0.0-next-20240730094311",
"@modern-js/runtime": "2.57.0",
"react": "~18.2.0",
"react-dom": "~18.2.0",
"@module-federation/modern-js": "workspace:*",
"@babel/runtime": "7.24.4",
"antd": "4.24.15"
},
"devDependencies": {
"@modern-js/app-tools": "0.0.0-next-20240730094311",
"@modern-js/eslint-config": "0.0.0-next-20240730094311",
"@modern-js/tsconfig": "0.0.0-next-20240730094311",
"@modern-js-app/eslint-config": "0.0.0-next-20240730094311",
"@modern-js/app-tools": "2.57.0",
"@modern-js/eslint-config": "2.57.0",
"@modern-js/tsconfig": "2.57.0",
"@modern-js-app/eslint-config": "2.57.0",
"typescript": "~5.0.4",
"@types/jest": "~29.5.0",
"@types/node": "~16.11.7",
Expand Down
10 changes: 5 additions & 5 deletions packages/modernjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,11 @@
"devDependencies": {
"@types/hoist-non-react-statics": "3.3.2",
"@module-federation/manifest": "workspace:*",
"@modern-js/app-tools": "0.0.0-next-20240730094311",
"@modern-js/core": "0.0.0-next-20240730094311",
"@modern-js/runtime": "0.0.0-next-20240730094311",
"@modern-js/module-tools": "0.0.0-next-20240730094311",
"@modern-js/tsconfig": "0.0.0-next-20240730094311"
"@modern-js/app-tools": "2.57.0",
"@modern-js/core": "2.57.0",
"@modern-js/runtime": "2.57.0",
"@modern-js/module-tools": "2.57.0",
"@modern-js/tsconfig": "2.57.0"
},
"peerDependencies": {
"react": ">=17",
Expand Down
Loading

0 comments on commit 93068b9

Please sign in to comment.