File tree Expand file tree Collapse file tree 4 files changed +228
-249
lines changed Expand file tree Collapse file tree 4 files changed +228
-249
lines changed Original file line number Diff line number Diff line change 32
32
},
33
33
"devDependencies" : {
34
34
"@types/fs-extra" : " ^11.0.2" ,
35
- "@types/node" : " ^18.17.17 " ,
35
+ "@types/node" : " ^18.17.19 " ,
36
36
"@typescript-eslint/eslint-plugin" : " ^6.7.2" ,
37
37
"@typescript-eslint/parser" : " ^6.7.2" ,
38
- "@vitejs/release-scripts" : " ^1.3.0 " ,
39
- "eslint" : " ^8.49 .0" ,
38
+ "@vitejs/release-scripts" : " ^1.3.1 " ,
39
+ "eslint" : " ^8.50 .0" ,
40
40
"eslint-define-config" : " ^1.23.0" ,
41
41
"eslint-plugin-import" : " ^2.28.1" ,
42
42
"eslint-plugin-node" : " ^11.1.0" ,
45
45
"lint-staged" : " ^14.0.1" ,
46
46
"npm-run-all" : " ^4.1.5" ,
47
47
"picocolors" : " ^1.0.0" ,
48
- "playwright-chromium" : " ^1.38.0 " ,
48
+ "playwright-chromium" : " ^1.38.1 " ,
49
49
"prettier" : " ^3.0.3" ,
50
- "rollup" : " ^3.29.2 " ,
50
+ "rollup" : " ^3.29.3 " ,
51
51
"simple-git-hooks" : " ^2.9.0" ,
52
- "tsx" : " ^3.12.10 " ,
52
+ "tsx" : " ^3.13.0 " ,
53
53
"typescript" : " ^5.2.2" ,
54
54
"unbuild" : " ^2.0.0" ,
55
55
"vite" : " ^4.4.9" ,
56
- "vitest" : " ^0.34.4 "
56
+ "vitest" : " ^0.34.5 "
57
57
},
58
58
"simple-git-hooks" : {
59
59
"pre-commit" : " pnpm exec lint-staged --concurrent false"
Original file line number Diff line number Diff line change 38
38
},
39
39
"homepage" : " https://github.com/vitejs/vite-plugin-react/tree/main/packages/plugin-react#readme" ,
40
40
"dependencies" : {
41
- "@babel/core" : " ^7.22.20 " ,
41
+ "@babel/core" : " ^7.23.0 " ,
42
42
"@babel/plugin-transform-react-jsx-self" : " ^7.22.5" ,
43
43
"@babel/plugin-transform-react-jsx-source" : " ^7.22.5" ,
44
44
"@types/babel__core" : " ^7.20.2" ,
Original file line number Diff line number Diff line change 13
13
},
14
14
"devDependencies" : {
15
15
"@mdx-js/rollup" : " ^2.3.0" ,
16
- "@types/react" : " ^18.2.21 " ,
16
+ "@types/react" : " ^18.2.22 " ,
17
17
"@types/react-dom" : " ^18.2.7" ,
18
18
"@vitejs/plugin-react" : " workspace:*"
19
19
}
You can’t perform that action at this time.
0 commit comments