File tree Expand file tree Collapse file tree 6 files changed +325
-319
lines changed Expand file tree Collapse file tree 6 files changed +325
-319
lines changed Original file line number Diff line number Diff line change 5
5
"engines" : {
6
6
"node" : " ^14.18.0 || >=16.0.0"
7
7
},
8
- "packageManager" :
" [email protected] .1 " ,
8
+ "packageManager" :
" [email protected] .2 " ,
9
9
"homepage" : " https://github.com/vitejs/vite-plugin-react/" ,
10
10
"keywords" : [
11
11
" frontend" ,
35
35
"devDependencies" : {
36
36
"@eslint/js" : " ^9.29.0" ,
37
37
"@types/fs-extra" : " ^11.0.4" ,
38
- "@types/node" : " ^22.15.31 " ,
38
+ "@types/node" : " ^22.15.32 " ,
39
39
"@vitejs/release-scripts" : " ^1.5.0" ,
40
40
"eslint" : " ^9.29.0" ,
41
41
"eslint-plugin-import-x" : " ^4.15.2" ,
45
45
"globals" : " ^16.2.0" ,
46
46
"lint-staged" : " ^15.5.2" ,
47
47
"picocolors" : " ^1.1.1" ,
48
- "playwright-chromium" : " ^1.53.0 " ,
48
+ "playwright-chromium" : " ^1.53.1 " ,
49
49
"prettier" : " ^3.0.3" ,
50
50
"simple-git-hooks" : " ^2.13.0" ,
51
51
"tsx" : " ^4.20.3" ,
52
52
"typescript" : " ^5.8.3" ,
53
- "typescript-eslint" : " ^8.34.0 " ,
53
+ "typescript-eslint" : " ^8.34.1 " ,
54
54
"vite" : " ^6.3.3" ,
55
- "vitest" : " ^3.2.3 "
55
+ "vitest" : " ^3.2.4 "
56
56
},
57
57
"simple-git-hooks" : {
58
58
"pre-commit" : " pnpm exec lint-staged --concurrent false"
Original file line number Diff line number Diff line change 48
48
"vite" : " catalog:rolldown-vite"
49
49
},
50
50
"dependencies" : {
51
- "@rolldown/pluginutils" : " 1.0.0-beta.16 "
51
+ "@rolldown/pluginutils" : " 1.0.0-beta.19 "
52
52
}
53
53
}
Original file line number Diff line number Diff line change 29
29
},
30
30
"homepage" : " https://github.com/vitejs/vite-plugin-react/tree/main/packages/plugin-react-swc#readme" ,
31
31
"dependencies" : {
32
- "@rolldown/pluginutils" : " 1.0.0-beta.16 " ,
32
+ "@rolldown/pluginutils" : " 1.0.0-beta.19 " ,
33
33
"@swc/core" : " ^1.12.5"
34
34
},
35
35
"peerDependencies" : {
36
36
"vite" : " ^4 || ^5 || ^6 || ^7.0.0-beta.0"
37
37
},
38
38
"devDependencies" : {
39
- "@playwright/test" : " ^1.53.0 " ,
39
+ "@playwright/test" : " ^1.53.1 " ,
40
40
"@types/fs-extra" : " ^11.0.4" ,
41
- "@types/node" : " ^22.15.31 " ,
41
+ "@types/node" : " ^22.15.32 " ,
42
42
"@vitejs/react-common" : " workspace:*" ,
43
43
"esbuild" : " ^0.25.5" ,
44
44
"fs-extra" : " ^11.3.0" ,
Original file line number Diff line number Diff line change 52
52
"@babel/core" : " ^7.27.4" ,
53
53
"@babel/plugin-transform-react-jsx-self" : " ^7.27.1" ,
54
54
"@babel/plugin-transform-react-jsx-source" : " ^7.27.1" ,
55
- "@rolldown/pluginutils" : " 1.0.0-beta.16 " ,
55
+ "@rolldown/pluginutils" : " 1.0.0-beta.19 " ,
56
56
"@types/babel__core" : " ^7.20.5" ,
57
57
"react-refresh" : " ^0.17.0"
58
58
},
64
64
"babel-plugin-react-compiler" : " 19.1.0-rc.2" ,
65
65
"react" : " ^19.1.0" ,
66
66
"react-dom" : " ^19.1.0" ,
67
- "rolldown" : " 1.0.0-beta.17 " ,
67
+ "rolldown" : " 1.0.0-beta.19 " ,
68
68
"unbuild" : " ^3.5.0" ,
69
- "vitest" : " ^3.2.3 "
69
+ "vitest" : " ^3.2.4 "
70
70
}
71
71
}
You can’t perform that action at this time.
0 commit comments