File tree Expand file tree Collapse file tree 7 files changed +557
-359
lines changed Expand file tree Collapse file tree 7 files changed +557
-359
lines changed Original file line number Diff line number Diff line change 6
6
"@ant-design/cssinjs" : " ^1.21.0" ,
7
7
"antd" : " 5.19.1" ,
8
8
"lodash" : " 4.17.21" ,
9
- "next" : " 14.2.16 " ,
10
- "react" : " 18.3.1 " ,
11
- "react-dom" : " 18.3.1 "
9
+ "next" : " 15.3.3 " ,
10
+ "react" : " 19.0.0 " ,
11
+ "react-dom" : " 19.0.0 "
12
12
},
13
13
"devDependencies" : {
14
- "@module-federation/nextjs-mf" : " workspace:*" ,
15
- "@module-federation/runtime" : " workspace:*"
14
+ "@module-federation/nextjs-mf" : " 0.0.0-next-20250701105507" ,
15
+ "@module-federation/runtime" : " workspace:*" ,
16
+ "webpack" : " ^5.98.0"
16
17
},
17
18
"scripts" : {
18
19
"start" : " next start" ,
Original file line number Diff line number Diff line change 6
6
"@ant-design/cssinjs" : " ^1.21.0" ,
7
7
"antd" : " 5.19.1" ,
8
8
"lodash" : " 4.17.21" ,
9
- "next" : " 14.2.16 " ,
10
- "react" : " 18.3.1 " ,
11
- "react-dom" : " 18.3.1 "
9
+ "next" : " 15.3.3 " ,
10
+ "react" : " 19.0.0 " ,
11
+ "react-dom" : " 19.0.0 "
12
12
},
13
13
"devDependencies" : {
14
- "@module-federation/nextjs-mf" : " workspace:* " ,
14
+ "@module-federation/nextjs-mf" : " 0.0.0-next-20250701105507 " ,
15
15
"@module-federation/runtime" : " workspace:*" ,
16
- "@module-federation/sdk" : " workspace:*"
16
+ "@module-federation/sdk" : " workspace:*" ,
17
+ "webpack" : " ^5.98.0"
17
18
},
18
19
"scripts" : {
19
20
"start" : " next start" ,
Original file line number Diff line number Diff line change 6
6
"@ant-design/cssinjs" : " ^1.21.0" ,
7
7
"antd" : " 5.19.1" ,
8
8
"lodash" : " 4.17.21" ,
9
- "next" : " 14.2.16 " ,
10
- "react" : " 18.3.1 " ,
11
- "react-dom" : " 18.3.1 "
9
+ "next" : " 15.3.3 " ,
10
+ "react" : " 19.0.0 " ,
11
+ "react-dom" : " 19.0.0 "
12
12
},
13
13
"devDependencies" : {
14
- "@module-federation/nextjs-mf" : " workspace:* " ,
14
+ "@module-federation/nextjs-mf" : " 0.0.0-next-20250701105507 " ,
15
15
"@module-federation/runtime" : " workspace:*" ,
16
- "@module-federation/sdk" : " workspace:*"
16
+ "@module-federation/sdk" : " workspace:*" ,
17
+ "webpack" : " ^5.98.0"
17
18
},
18
19
"scripts" : {
19
20
"start" : " next start" ,
Original file line number Diff line number Diff line change 75
75
"react-dom" : " >=16.9.0"
76
76
},
77
77
"devDependencies" : {
78
- "@testing-library/react" : " ^16 .0.0 " ,
78
+ "@testing-library/react-hooks " : " ^8 .0.1 " ,
79
79
"@types/fs-extra" : " 9.0.6" ,
80
80
"@types/jest" : " ^29.5.11" ,
81
81
"@types/node" : " ^17.0.45" ,
82
- "@types/react" : " npm:types-react@19 .0.0-rc.1 " ,
82
+ "@types/react" : " ~18 .0.38 " ,
83
83
"jest" : " ^29.7.0" ,
84
84
"jest-environment-jsdom" : " ^29.7.0" ,
85
85
"minimist" : " ^1.2.8" ,
86
- "react" : " ^19.1.0 " ,
87
- "react-dom" : " ^19.1.0 " ,
86
+ "react" : " ^18.3.1 " ,
87
+ "react-dom" : " ^18.3.1 " ,
88
88
"react-router" : " ^6.21.3" ,
89
- "react-test-renderer" : " ^19.1 .0" ,
89
+ "react-test-renderer" : " ^18.2 .0" ,
90
90
"ts-jest" : " 29.0.1" ,
91
91
"webpack" : " 5.75.0"
92
92
},
Original file line number Diff line number Diff line change 82
82
},
83
83
"react-dom" : {
84
84
"optional" : true
85
- },
86
- "next" : {
87
- "optional" : true
88
85
}
89
86
}
90
87
}
Original file line number Diff line number Diff line change 52
52
}
53
53
},
54
54
"dependencies" : {
55
- "@module-federation/sdk " : " workspace:*" ,
56
- "@module-federation/error-codes " : " workspace:*"
55
+ "@module-federation/error-codes " : " workspace:*" ,
56
+ "@module-federation/sdk " : " workspace:*"
57
57
}
58
58
}
You can’t perform that action at this time.
0 commit comments