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
4 changes: 2 additions & 2 deletions basic-host-remote/app1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"@modern-js/tsconfig": "2.54.6",
"@module-federation/enhanced": "0.6.7",
"husky": "9.0.11",
"lint-staged": "15.2.7",
"lint-staged": "15.2.10",
"prettier": "3.3.2",
"rimraf": "5.0.8"
}
}
}
4 changes: 2 additions & 2 deletions comprehensive-demo-react16/app-04/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"mini-css-extract-plugin": "2.9.1",
"serve": "14.2.3",
"style-loader": "4.0.0",
"svelte": "4.2.18",
"svelte": "4.2.19",
"svelte-loader": "3.2.3",
"webpack": "5.95.0",
"webpack-cli": "5.1.4",
Expand All @@ -30,4 +30,4 @@
"serve": "serve public -p 3004",
"clean": "rm -rf dist"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"html-webpack-plugin": "5.6.0",
"postcss-loader": "8.1.1",
"serve": "14.2.3",
"tailwindcss": "3.4.4",
"tailwindcss": "3.4.13",
"webpack": "5.95.0",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.0.4"
Expand All @@ -33,4 +33,4 @@
"react-dom": "18.3.1",
"style-loader": "^4.0.0"
}
}
}
2 changes: 1 addition & 1 deletion federated-library-from-cdn/app1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"babel-loader": "9.1.3",
"css-loader": "7.1.2",
"html-webpack-plugin": "5.6.0",
"postcss": "8.4.39",
"postcss": "8.4.47",
"postcss-loader": "8.1.1",
"postcss-preset-env": "9.6.0",
"style-loader": "4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions genesis/ssr-mf-about/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
"start": "NODE_ENV=production node dist/genesis.prod"
},
"devDependencies": {
"@fmfe/genesis-compiler": "2.7.20",
"@fmfe/genesis-compiler": "2.7.21",
"@types/express": "4.17.21",
"vue": "2.7.16",
"vue-meta": "2.4.0",
"vue-router": "3.6.5"
},
"dependencies": {
"@fmfe/genesis-core": "2.7.20",
"@fmfe/genesis-core": "2.7.21",
"express": "4.19.2"
}
}
2 changes: 1 addition & 1 deletion i18next-nextjs-react/react-host/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@babel/preset-typescript": "7.24.7",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"autoprefixer": "10.4.19",
"autoprefixer": "10.4.20",
"babel-loader": "9.1.3",
"css-loader": "7.1.2",
"html-webpack-plugin": "5.6.0",
Expand Down
2 changes: 1 addition & 1 deletion loadable-react-16/app1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@types/loadable__server": "5.12.11",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"axios": "1.7.2",
"axios": "1.7.7",
"babel-loader": "9.1.3",
"rimraf": "5.0.8",
"webpack": "5.95.0",
Expand Down
6 changes: 3 additions & 3 deletions medusa-nx-native-federation-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@
"@nrwl/react": "14.8.9",
"@nrwl/web": "14.8.9",
"@nrwl/workspace": "15.9.7",
"@swc-node/register": "1.10.2",
"@swc-node/register": "1.10.9",
"@swc/cli": "0.4.0",
"@swc/core": "1.6.13",
"@testing-library/react": "16.0.0",
"@types/jest": "29.5.12",
"@testing-library/react": "16.0.1",
"@types/jest": "29.5.13",
"@types/node": "16.18.101",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/react-test-renderer": "18.3.0",
"@vitejs/plugin-react": "4.3.1",
"@vitejs/plugin-react": "4.3.2",
"babel-loader": "9.1.3",
"css-loader": "7.1.2",
"html-webpack-plugin": "5.6.0",
Expand Down
Loading
Loading