File tree 12 files changed +22
-22
lines changed
module-federation-vite-angular
module-federation-vite-react
module-federation-vite-solid
module-federation-vite-svelte
module-federation-vite-vue3
12 files changed +22
-22
lines changed Original file line number Diff line number Diff line change 1
- # React host and remote
1
+ # Angular host and remote
2
2
3
3
## Getting started
4
4
Original file line number Diff line number Diff line change 17
17
"@angular/platform-browser" : " ^18.0.0" ,
18
18
"@angular/platform-browser-dynamic" : " ^18.0.0" ,
19
19
"@angular/platform-server" : " ^18.0.0" ,
20
- "@module-federation/vite" : " 1.1.2 " ,
20
+ "@module-federation/vite" : " 1.1.3 " ,
21
21
"rxjs" : " ~7.8.0" ,
22
22
"tslib" : " ^2.3.0" ,
23
23
"zone.js" : " ~0.14.3"
29
29
"typescript" : " 5.4.5" ,
30
30
"vite" : " ^5.4.1"
31
31
}
32
- }
32
+ }
Original file line number Diff line number Diff line change 17
17
"@angular/platform-browser" : " ^18.0.0" ,
18
18
"@angular/platform-browser-dynamic" : " ^18.0.0" ,
19
19
"@angular/platform-server" : " ^18.0.0" ,
20
- "@module-federation/vite" : " 1.1.2 " ,
20
+ "@module-federation/vite" : " 1.1.3 " ,
21
21
"rxjs" : " ~7.8.0" ,
22
22
"tslib" : " ^2.3.0" ,
23
23
"zone.js" : " ~0.14.3"
29
29
"typescript" : " 5.4.5" ,
30
30
"vite" : " ^5.4.1"
31
31
}
32
- }
32
+ }
Original file line number Diff line number Diff line change 13
13
"rxjs" : " ^7.8.1"
14
14
},
15
15
"devDependencies" : {
16
- "@module-federation/vite" : " 1.0.0 " ,
16
+ "@module-federation/vite" : " 1.1.3 " ,
17
17
"@types/react" : " 18.2.79" ,
18
18
"@types/react-dom" : " 18.2.25" ,
19
19
"@vitejs/plugin-react" : " 4.2.1" ,
20
20
"typescript" : " 5.4.5" ,
21
21
"vite" : " 5.2.10"
22
22
}
23
- }
23
+ }
Original file line number Diff line number Diff line change 12
12
"react-dom" : " ^18.3.1"
13
13
},
14
14
"devDependencies" : {
15
- "@module-federation/vite" : " 1.0.0 " ,
15
+ "@module-federation/vite" : " 1.1.3 " ,
16
16
"@types/react" : " 18.2.79" ,
17
17
"@types/react-dom" : " 18.2.25" ,
18
18
"@vitejs/plugin-react" : " 4.2.1" ,
19
19
"typescript" : " 5.4.5" ,
20
20
"vite" : " 5.2.10"
21
21
}
22
- }
22
+ }
Original file line number Diff line number Diff line change 16
16
"vite-plugin-solid" : " ^2.8.2"
17
17
},
18
18
"dependencies" : {
19
- "@module-federation/vite" : " ^ 1.1.1 " ,
19
+ "@module-federation/vite" : " 1.1.3 " ,
20
20
"solid-js" : " ^1.8.11"
21
21
}
22
- }
22
+ }
Original file line number Diff line number Diff line change 16
16
"vite-plugin-solid" : " ^2.8.2"
17
17
},
18
18
"dependencies" : {
19
- "@module-federation/vite" : " ^ 1.1.1 " ,
19
+ "@module-federation/vite" : " 1.1.3 " ,
20
20
"solid-js" : " ^1.8.11"
21
21
}
22
- }
22
+ }
Original file line number Diff line number Diff line change 10
10
"check" : " svelte-check --tsconfig ./tsconfig.json"
11
11
},
12
12
"devDependencies" : {
13
- "@module-federation/vite" : " 1.1.1 " ,
13
+ "@module-federation/vite" : " 1.1.3 " ,
14
14
"@sveltejs/vite-plugin-svelte" : " ^3.1.2" ,
15
15
"@tsconfig/svelte" : " ^5.0.4" ,
16
16
"svelte" : " ^4.2.19" ,
22
22
"dependencies" : {
23
23
"rxjs" : " ^7.6.0"
24
24
}
25
- }
25
+ }
Original file line number Diff line number Diff line change 10
10
"check" : " svelte-check --tsconfig ./tsconfig.json"
11
11
},
12
12
"devDependencies" : {
13
- "@module-federation/vite" : " 1.1.1 " ,
13
+ "@module-federation/vite" : " 1.1.3 " ,
14
14
"@sveltejs/vite-plugin-svelte" : " ^3.1.2" ,
15
15
"@tsconfig/svelte" : " ^5.0.4" ,
16
16
"svelte" : " ^4.2.19" ,
22
22
"dependencies" : {
23
23
"rxjs" : " ^7.6.0"
24
24
}
25
- }
25
+ }
Original file line number Diff line number Diff line change 1
- # Svelte host and remote
1
+ # Vue3 host and remote
2
2
3
3
## Getting started
4
4
Original file line number Diff line number Diff line change 17
17
"vue" : " ^3.2.45"
18
18
},
19
19
"devDependencies" : {
20
- "@module-federation/vite" : " 1.1.1 " ,
20
+ "@module-federation/vite" : " 1.1.3 " ,
21
21
"@rushstack/eslint-patch" : " ^1.1.4" ,
22
22
"@types/node" : " ^18.11.12" ,
23
23
"@vitejs/plugin-vue" : " ^4.0.0" ,
33
33
"vite" : " ^5.3.5" ,
34
34
"vue-tsc" : " ^1.0.12"
35
35
}
36
- }
36
+ }
Original file line number Diff line number Diff line change 18
18
"vue" : " ^3.2.45"
19
19
},
20
20
"devDependencies" : {
21
- "@module-federation/vite" : " 1.1.1 " ,
21
+ "@module-federation/vite" : " 1.1.3 " ,
22
22
"@rushstack/eslint-patch" : " ^1.1.4" ,
23
23
"@types/node" : " ^18.11.12" ,
24
24
"@vitejs/plugin-vue" : " ^4.0.0" ,
35
35
"vite" : " ^5.0.0" ,
36
36
"vue-tsc" : " ^1.0.12"
37
37
}
38
- }
38
+ }
You can’t perform that action at this time.
0 commit comments