File tree 8 files changed +135
-290
lines changed
8 files changed +135
-290
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" : " pnpm@9.14.2 " ,
8
+ "packageManager" : " pnpm@9.15.0 " ,
9
9
"homepage" : " https://github.com/vitejs/vite-plugin-react/" ,
10
10
"keywords" : [
11
11
" frontend" ,
35
35
"@eslint-types/import" : " ^2.29.1" ,
36
36
"@eslint-types/typescript-eslint" : " ^7.5.0" ,
37
37
"@types/fs-extra" : " ^11.0.4" ,
38
- "@types/node" : " ^20.17.7 " ,
38
+ "@types/node" : " ^20.17.9 " ,
39
39
"@typescript-eslint/eslint-plugin" : " ^7.18.0" ,
40
40
"@typescript-eslint/parser" : " ^7.18.0" ,
41
41
"@vitejs/release-scripts" : " ^1.3.2" ,
53
53
"simple-git-hooks" : " ^2.11.1" ,
54
54
"tsx" : " ^4.19.2" ,
55
55
"typescript" : " ^5.7.2" ,
56
- "vite" : " ^6.0.0 " ,
57
- "vitest" : " ^2.1.5 "
56
+ "vite" : " ^6.0.3 " ,
57
+ "vitest" : " ^2.1.8 "
58
58
},
59
59
"simple-git-hooks" : {
60
60
"pre-commit" : " pnpm exec lint-staged --concurrent false"
Original file line number Diff line number Diff line change 42
42
"@babel/plugin-transform-react-jsx-self" : " ^7.25.9" ,
43
43
"@babel/plugin-transform-react-jsx-source" : " ^7.25.9" ,
44
44
"@types/babel__core" : " ^7.20.5" ,
45
- "react-refresh" : " ^0.14.2 "
45
+ "react-refresh" : " ^0.16.0 "
46
46
},
47
47
"peerDependencies" : {
48
48
"vite" : " ^4.2.0 || ^5.0.0 || ^6.0.0"
Original file line number Diff line number Diff line change 12
12
"react-dom" : " ^18.3.1"
13
13
},
14
14
"devDependencies" : {
15
- "@types/react" : " ^18.3.12 " ,
16
- "@types/react-dom" : " ^18.3.1 " ,
15
+ "@types/react" : " ^18.3.14 " ,
16
+ "@types/react-dom" : " ^18.3.2 " ,
17
17
"@vitejs/plugin-react" : " workspace:*"
18
18
}
19
19
}
Original file line number Diff line number Diff line change 14
14
},
15
15
"devDependencies" : {
16
16
"@babel/plugin-transform-react-jsx-development" : " ^7.25.9" ,
17
- "@types/react" : " ^18.3.12 " ,
18
- "@types/react-dom" : " ^18.3.1 " ,
17
+ "@types/react" : " ^18.3.14 " ,
18
+ "@types/react-dom" : " ^18.3.2 " ,
19
19
"@vitejs/plugin-react" : " workspace:*" ,
20
20
"babel-plugin-react-compiler" : " 0.0.0-experimental-dc8bd44-20241121" ,
21
21
"typescript" : " ^5.7.2"
Original file line number Diff line number Diff line change 8
8
"preview" : " vite preview"
9
9
},
10
10
"dependencies" : {
11
- "react" : " ^19.0.0-rc-fb9a90fa48-20240614 " ,
12
- "react-dom" : " ^19.0.0-rc-fb9a90fa48-20240614 "
11
+ "react" : " ^19.0.0" ,
12
+ "react-dom" : " ^19.0.0"
13
13
},
14
14
"devDependencies" : {
15
15
"@babel/plugin-transform-react-jsx-development" : " ^7.25.9" ,
16
- "@types/react" : " ^18.3.12 " ,
17
- "@types/react-dom" : " ^18.3.1 " ,
16
+ "@types/react" : " ^18.3.14 " ,
17
+ "@types/react-dom" : " ^18.3.2 " ,
18
18
"@vitejs/plugin-react" : " workspace:*" ,
19
19
"babel-plugin-react-compiler" : " 0.0.0-experimental-dc8bd44-20241121" ,
20
20
"typescript" : " ^5.7.2"
Original file line number Diff line number Diff line change 13
13
},
14
14
"devDependencies" : {
15
15
"@mdx-js/rollup" : " ^3.1.0" ,
16
- "@types/react" : " ^18.3.12 " ,
17
- "@types/react-dom" : " ^18.3.1 " ,
16
+ "@types/react" : " ^18.3.14 " ,
17
+ "@types/react-dom" : " ^18.3.2 " ,
18
18
"@vitejs/plugin-react" : " workspace:*"
19
19
}
20
20
}
Original file line number Diff line number Diff line change 19
19
"devDependencies" : {
20
20
"@vitejs/plugin-react" : " workspace:*" ,
21
21
"compression" : " ^1.7.5" ,
22
- "express" : " ^4.21.1 " ,
22
+ "express" : " ^4.21.2 " ,
23
23
"serve-static" : " ^1.16.2"
24
24
}
25
25
}
You can’t perform that action at this time.
0 commit comments