Skip to content

Commit 7798241

Browse files
chore: update native-federation-react dependencies
Updated dependencies to latest versions including the cjs-exports-parser replacement. This ensures the esm-node-services error is fully resolved in cloud environments with updated lockfile. Major updates: - React 17 → 19, React Types updated - Native federation packages updated to latest stable versions - Build tools (esbuild, concurrently, etc.) updated - Lockfile reflects all changes 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent ef5eaa9 commit 7798241

File tree

2 files changed

+960
-637
lines changed

2 files changed

+960
-637
lines changed

native-federation-react/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -22,22 +22,22 @@
2222
"author": "",
2323
"license": "ISC",
2424
"devDependencies": {
25-
"@hyrious/esbuild-plugin-commonjs": "0.2.4",
26-
"@softarc/native-federation": "0.9.2-beta.7",
27-
"@softarc/native-federation-runtime": "0.9.2-beta.7",
28-
"@types/node": "18.19.39",
29-
"@types/react": "17.0.80",
25+
"@hyrious/esbuild-plugin-commonjs": "0.2.6",
26+
"@softarc/native-federation": "3.3.1",
27+
"@softarc/native-federation-runtime": "3.3.1",
28+
"@types/node": "24.2.1",
29+
"@types/react": "19.1.10",
3030
"@types/webpack": "5.28.5",
31-
"concurrently": "8.2.2",
32-
"esbuild": "0.23.0",
3331
"cjs-exports-parser": "0.1.1",
32+
"concurrently": "9.2.0",
33+
"esbuild": "0.25.9",
3434
"json5": "2.2.3",
35-
"serve": "14.2.3",
36-
"wait-on": "7.2.0"
35+
"serve": "14.2.4",
36+
"wait-on": "8.0.4"
3737
},
3838
"dependencies": {
39-
"date-fns": "^2.30.0",
40-
"react": "^17.0.2",
41-
"react-dom": "^17.0.2"
39+
"date-fns": "^4.1.0",
40+
"react": "^19.1.1",
41+
"react-dom": "^19.1.1"
4242
}
4343
}

0 commit comments

Comments
 (0)