File tree Expand file tree Collapse file tree 13 files changed +398
-392
lines changed Expand file tree Collapse file tree 13 files changed +398
-392
lines changed Original file line number Diff line number Diff line change 33
33
"ci-publish" : " tsx scripts/publishCI.ts"
34
34
},
35
35
"devDependencies" : {
36
- "@eslint/js" : " ^9.32 .0" ,
36
+ "@eslint/js" : " ^9.33 .0" ,
37
37
"@types/fs-extra" : " ^11.0.4" ,
38
- "@types/node" : " ^22.17.0 " ,
38
+ "@types/node" : " ^22.17.1 " ,
39
39
"@vitejs/release-scripts" : " ^1.6.0" ,
40
- "eslint" : " ^9.32 .0" ,
40
+ "eslint" : " ^9.33 .0" ,
41
41
"eslint-plugin-import-x" : " ^4.16.1" ,
42
42
"eslint-plugin-n" : " ^17.21.3" ,
43
- "eslint-plugin-regexp" : " ^2.9.1 " ,
44
- "fs-extra" : " ^11.3.0 " ,
43
+ "eslint-plugin-regexp" : " ^2.10.0 " ,
44
+ "fs-extra" : " ^11.3.1 " ,
45
45
"globals" : " ^16.3.0" ,
46
46
"lint-staged" : " ^15.5.2" ,
47
47
"picocolors" : " ^1.1.1" ,
50
50
"simple-git-hooks" : " ^2.13.1" ,
51
51
"tsx" : " ^4.20.3" ,
52
52
"typescript" : " ^5.9.2" ,
53
- "typescript-eslint" : " ^8.38 .0" ,
54
- "vite" : " ^7.0.6 " ,
53
+ "typescript-eslint" : " ^8.39 .0" ,
54
+ "vite" : " ^7.1.1 " ,
55
55
"vitest" : " ^3.2.4"
56
56
},
57
57
"simple-git-hooks" : {
Original file line number Diff line number Diff line change 43
43
},
44
44
"devDependencies" : {
45
45
"@vitejs/react-common" : " workspace:*" ,
46
- "tsdown" : " ^0.13.2 " ,
46
+ "tsdown" : " ^0.14.0 " ,
47
47
"vite" : " catalog:rolldown-vite"
48
48
},
49
49
"dependencies" : {
50
- "@rolldown/pluginutils" : " 1.0.0-beta.30 "
50
+ "@rolldown/pluginutils" : " 1.0.0-beta.31 "
51
51
}
52
52
}
Original file line number Diff line number Diff line change 32
32
},
33
33
"homepage" : " https://github.com/vitejs/vite-plugin-react/tree/main/packages/plugin-react-swc#readme" ,
34
34
"dependencies" : {
35
- "@rolldown/pluginutils" : " 1.0.0-beta.30 " ,
35
+ "@rolldown/pluginutils" : " 1.0.0-beta.31 " ,
36
36
"@swc/core" : " ^1.13.2"
37
37
},
38
38
"peerDependencies" : {
41
41
"devDependencies" : {
42
42
"@playwright/test" : " ^1.54.2" ,
43
43
"@types/fs-extra" : " ^11.0.4" ,
44
- "@types/node" : " ^22.17.0 " ,
44
+ "@types/node" : " ^22.17.1 " ,
45
45
"@vitejs/react-common" : " workspace:*" ,
46
- "fs-extra" : " ^11.3.0 " ,
46
+ "fs-extra" : " ^11.3.1 " ,
47
47
"prettier" : " ^3.0.3" ,
48
- "tsdown" : " ^0.13.2 " ,
48
+ "tsdown" : " ^0.14.0 " ,
49
49
"typescript" : " ^5.9.2"
50
50
}
51
51
}
Original file line number Diff line number Diff line change 43
43
"@babel/core" : " ^7.28.0" ,
44
44
"@babel/plugin-transform-react-jsx-self" : " ^7.27.1" ,
45
45
"@babel/plugin-transform-react-jsx-source" : " ^7.27.1" ,
46
- "@rolldown/pluginutils" : " 1.0.0-beta.30 " ,
46
+ "@rolldown/pluginutils" : " 1.0.0-beta.31 " ,
47
47
"@types/babel__core" : " ^7.20.5" ,
48
48
"react-refresh" : " ^0.17.0"
49
49
},
55
55
"babel-plugin-react-compiler" : " 19.1.0-rc.2" ,
56
56
"react" : " ^19.1.1" ,
57
57
"react-dom" : " ^19.1.1" ,
58
- "rolldown" : " 1.0.0-beta.30 " ,
59
- "tsdown" : " ^0.13.2 " ,
58
+ "rolldown" : " 1.0.0-beta.31 " ,
59
+ "tsdown" : " ^0.14.0 " ,
60
60
"vitest" : " ^3.2.4"
61
61
}
62
62
}
Original file line number Diff line number Diff line change 30
30
"@vitejs/test-dep-css-in-server" : " file:./test-dep/css-in-server" ,
31
31
"rsc-html-stream" : " ^0.0.7" ,
32
32
"tailwindcss" : " ^4.1.11" ,
33
- "vite" : " ^7.0.6 " ,
33
+ "vite" : " ^7.1.1 " ,
34
34
"vite-plugin-inspect" : " ^11.3.2" ,
35
- "wrangler" : " ^4.27.0 "
35
+ "wrangler" : " ^4.28.1 "
36
36
}
37
37
}
Original file line number Diff line number Diff line change 18
18
"@types/react" : " ^19.1.9" ,
19
19
"@types/react-dom" : " ^19.1.7" ,
20
20
"@vitejs/plugin-react" : " latest" ,
21
- "vite" : " ^7.0.6 "
21
+ "vite" : " ^7.1.1 "
22
22
}
23
23
}
Original file line number Diff line number Diff line change 18
18
"@types/react" : " ^19.1.9" ,
19
19
"@types/react-dom" : " ^19.1.7" ,
20
20
"@vitejs/plugin-react" : " latest" ,
21
- "vite" : " ^7.0.6 "
21
+ "vite" : " ^7.1.1 "
22
22
}
23
23
}
Original file line number Diff line number Diff line change 19
19
"react-router" : " 7.7.0"
20
20
},
21
21
"devDependencies" : {
22
- "@cloudflare/vite-plugin" : " ^1.11.0 " ,
22
+ "@cloudflare/vite-plugin" : " ^1.11.2 " ,
23
23
"@react-router/dev" : " 7.7.0" ,
24
24
"@tailwindcss/typography" : " ^0.5.16" ,
25
25
"@tailwindcss/vite" : " ^4.1.11" ,
26
26
"@types/react" : " ^19.1.9" ,
27
27
"@types/react-dom" : " ^19.1.7" ,
28
28
"@vitejs/plugin-react" : " latest" ,
29
29
"tailwindcss" : " ^4.1.11" ,
30
- "vite" : " ^7.0.6 " ,
30
+ "vite" : " ^7.1.1 " ,
31
31
"vite-plugin-inspect" : " ^11.3.2" ,
32
- "wrangler" : " ^4.27.0 "
32
+ "wrangler" : " ^4.28.1 "
33
33
}
34
34
}
Original file line number Diff line number Diff line change 16
16
"react-dom" : " ^19.1.1"
17
17
},
18
18
"devDependencies" : {
19
- "@cloudflare/vite-plugin" : " ^1.11.0 " ,
19
+ "@cloudflare/vite-plugin" : " ^1.11.2 " ,
20
20
"@types/react" : " ^19.1.9" ,
21
21
"@types/react-dom" : " ^19.1.7" ,
22
22
"@vitejs/plugin-react" : " latest"
Original file line number Diff line number Diff line change 19
19
"@types/react-dom" : " ^19.1.7" ,
20
20
"@vitejs/plugin-react" : " latest" ,
21
21
"rsc-html-stream" : " ^0.0.7" ,
22
- "vite" : " ^7.0.6 " ,
22
+ "vite" : " ^7.1.1 " ,
23
23
"vite-plugin-inspect" : " ^11.3.2"
24
24
}
25
25
}
You can’t perform that action at this time.
0 commit comments