File tree Expand file tree Collapse file tree 9 files changed +60
-57
lines changed
packages/plugin-rsc/examples Expand file tree Collapse file tree 9 files changed +60
-57
lines changed Original file line number Diff line number Diff line change 11name : ci-rsc
2+
3+ permissions : {}
4+
25on :
36 push :
47 branches :
Original file line number Diff line number Diff line change @@ -5,3 +5,5 @@ hoist-pattern[]=eslint-import-resolver-*
55strict-peer-dependencies = false
66shell-emulator = true
77auto-install-peers = false
8+ link-workspace-packages = true
9+ prefer-workspace-packages = true
Original file line number Diff line number Diff line change 7272 ]
7373 },
7474 "pnpm" : {
75- "overrides" : {
76- "@vitejs/plugin-rsc" : " workspace:*"
77- },
7875 "packageExtensions" : {
7976 "generouted" : {
8077 "peerDependencies" : {
Original file line number Diff line number Diff line change 1313 },
1414 "dependencies" : {
1515 "@vitejs/plugin-rsc" : " latest" ,
16- "react" : " latest " ,
17- "react-dom" : " latest "
16+ "react" : " ^19.1.0 " ,
17+ "react-dom" : " ^19.1.0 "
1818 },
1919 "devDependencies" : {
2020 "@tailwindcss/vite" : " ^4.1.4" ,
21- "@types/react" : " latest " ,
22- "@types/react-dom" : " latest " ,
21+ "@types/react" : " ^19.1.8 " ,
22+ "@types/react-dom" : " ^19.1.6 " ,
2323 "@vitejs/plugin-react" : " latest" ,
2424 "@vitejs/test-dep-client-in-server" : " file:./test-dep/client-in-server" ,
2525 "@vitejs/test-dep-client-in-server2" : " file:./test-dep/client-in-server2" ,
2828 "babel-plugin-react-compiler" : " 19.1.0-rc.2" ,
2929 "tailwindcss" : " ^4.1.4" ,
3030 "vite" : " ^7.0.2" ,
31- "vite-plugin-inspect" : " ^11.2.0"
31+ "vite-plugin-inspect" : " ^11.2.0" ,
32+ "wrangler" : " ^4.22.0"
3233 }
3334}
Original file line number Diff line number Diff line change 1414 },
1515 "dependencies" : {
1616 "@vitejs/plugin-rsc" : " latest" ,
17- "react" : " latest " ,
18- "react-dom" : " latest " ,
17+ "react" : " ^19.1.0 " ,
18+ "react-dom" : " ^19.1.0 " ,
1919 "react-router" : " 0.0.0-experimental-23decd7bc"
2020 },
2121 "devDependencies" : {
2222 "@cloudflare/vite-plugin" : " ^1.8.0" ,
2323 "@react-router/dev" : " 0.0.0-experimental-23decd7bc" ,
2424 "@tailwindcss/typography" : " ^0.5.16" ,
2525 "@tailwindcss/vite" : " ^4.1.4" ,
26- "@types/react" : " latest " ,
27- "@types/react-dom" : " latest " ,
26+ "@types/react" : " ^19.1.8 " ,
27+ "@types/react-dom" : " ^19.1.6 " ,
2828 "@vitejs/plugin-react" : " latest" ,
2929 "tailwindcss" : " ^4.1.4" ,
3030 "vite" : " ^7.0.2" ,
Original file line number Diff line number Diff line change 1111 },
1212 "dependencies" : {
1313 "@vitejs/plugin-rsc" : " latest" ,
14- "react" : " latest " ,
15- "react-dom" : " latest "
14+ "react" : " ^19.1.0 " ,
15+ "react-dom" : " ^19.1.0 "
1616 },
1717 "devDependencies" : {
1818 "@mdx-js/rollup" : " ^3.1.0" ,
19- "@types/react" : " latest " ,
20- "@types/react-dom" : " latest " ,
19+ "@types/react" : " ^19.1.8 " ,
20+ "@types/react-dom" : " ^19.1.6 " ,
2121 "@vitejs/plugin-react" : " latest" ,
22- "vite-plugin-inspect" : " latest "
22+ "vite-plugin-inspect" : " ^11.2.0 "
2323 }
2424}
Original file line number Diff line number Diff line change 1212 },
1313 "dependencies" : {
1414 "@vitejs/plugin-rsc" : " latest" ,
15- "react" : " latest " ,
16- "react-dom" : " latest "
15+ "react" : " ^19.1.0 " ,
16+ "react-dom" : " ^19.1.0 "
1717 },
1818 "devDependencies" : {
1919 "@cloudflare/vite-plugin" : " ^1.8.0" ,
20- "@types/react" : " latest " ,
21- "@types/react-dom" : " latest " ,
20+ "@types/react" : " ^19.1.8 " ,
21+ "@types/react-dom" : " ^19.1.6 " ,
2222 "@vitejs/plugin-react" : " latest"
2323 }
2424}
Original file line number Diff line number Diff line change 1111 },
1212 "dependencies" : {
1313 "@vitejs/plugin-rsc" : " latest" ,
14- "react" : " latest " ,
15- "react-dom" : " latest "
14+ "react" : " ^19.1.0 " ,
15+ "react-dom" : " ^19.1.0 "
1616 },
1717 "devDependencies" : {
18- "@types/react" : " latest " ,
19- "@types/react-dom" : " latest " ,
18+ "@types/react" : " ^19.1.8 " ,
19+ "@types/react-dom" : " ^19.1.6 " ,
2020 "@vitejs/plugin-react" : " latest" ,
2121 "vite" : " ^7.0.2" ,
22- "vite-plugin-inspect" : " latest "
22+ "vite-plugin-inspect" : " ^11.2.0 "
2323 }
2424}
You can’t perform that action at this time.
0 commit comments