File tree 5 files changed +204
-188
lines changed 5 files changed +204
-188
lines changed Original file line number Diff line number Diff line change 34
34
"@eslint-types/typescript-eslint" : " ^6.12.0" ,
35
35
"@eslint-types/import" : " ^2.29.0-1" ,
36
36
"@types/fs-extra" : " ^11.0.4" ,
37
- "@types/node" : " ^20.10.3 " ,
38
- "@typescript-eslint/eslint-plugin" : " ^6.13.1 " ,
39
- "@typescript-eslint/parser" : " ^6.13.1 " ,
37
+ "@types/node" : " ^20.10.4 " ,
38
+ "@typescript-eslint/eslint-plugin" : " ^6.14.0 " ,
39
+ "@typescript-eslint/parser" : " ^6.14.0 " ,
40
40
"@vitejs/release-scripts" : " ^1.3.1" ,
41
- "eslint" : " ^8.55 .0" ,
41
+ "eslint" : " ^8.56 .0" ,
42
42
"eslint-define-config" : " ^2.0.0" ,
43
- "eslint-plugin-import" : " ^2.29.0 " ,
43
+ "eslint-plugin-import" : " ^2.29.1 " ,
44
44
"eslint-plugin-node" : " ^11.1.0" ,
45
45
"eslint-plugin-regexp" : " ^2.1.2" ,
46
46
"fs-extra" : " ^11.2.0" ,
51
51
"prettier" : " ^3.0.3" ,
52
52
"simple-git-hooks" : " ^2.9.0" ,
53
53
"tsx" : " ^4.6.2" ,
54
- "typescript" : " ^5.3.2 " ,
54
+ "typescript" : " ^5.3.3 " ,
55
55
"unbuild" : " ^2.0.0" ,
56
- "vite" : " ^5.0.5 " ,
56
+ "vite" : " ^5.0.10 " ,
57
57
"vitest" : " ^1.0.4"
58
58
},
59
59
"simple-git-hooks" : {
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.23.5 " ,
41
+ "@babel/core" : " ^7.23.6 " ,
42
42
"@babel/plugin-transform-react-jsx-self" : " ^7.23.3" ,
43
43
"@babel/plugin-transform-react-jsx-source" : " ^7.23.3" ,
44
44
"@types/babel__core" : " ^7.20.5" ,
Original file line number Diff line number Diff line change 13
13
},
14
14
"devDependencies" : {
15
15
"@mdx-js/rollup" : " ^3.0.0" ,
16
- "@types/react" : " ^18.2.41 " ,
17
- "@types/react-dom" : " ^18.2.17 " ,
16
+ "@types/react" : " ^18.2.45 " ,
17
+ "@types/react-dom" : " ^18.2.18 " ,
18
18
"@vitejs/plugin-react" : " workspace:*"
19
19
}
20
20
}
Original file line number Diff line number Diff line change 15
15
"dependencies" : {
16
16
"react" : " ^18.2.0" ,
17
17
"react-dom" : " ^18.2.0" ,
18
- "react-router-dom" : " ^6.20.1 "
18
+ "react-router-dom" : " ^6.21.0 "
19
19
},
20
20
"devDependencies" : {
21
21
"@vitejs/plugin-react" : " workspace:*" ,
You can’t perform that action at this time.
0 commit comments