File tree Expand file tree Collapse file tree 6 files changed +302
-269
lines changed Expand file tree Collapse file tree 6 files changed +302
-269
lines changed Original file line number Diff line number Diff line change 33
33
"devDependencies" : {
34
34
"@types/babel__core" : " ^7.20.1" ,
35
35
"@types/fs-extra" : " ^11.0.1" ,
36
- "@types/node" : " ^18.16.16 " ,
37
- "@typescript-eslint/eslint-plugin" : " ^5.59.8 " ,
38
- "@typescript-eslint/parser" : " ^5.59.8 " ,
36
+ "@types/node" : " ^18.16.17 " ,
37
+ "@typescript-eslint/eslint-plugin" : " ^5.59.9 " ,
38
+ "@typescript-eslint/parser" : " ^5.59.9 " ,
39
39
"@vitejs/release-scripts" : " ^1.2.0" ,
40
40
"eslint" : " ^8.42.0" ,
41
41
"eslint-define-config" : " ^1.20.0" ,
46
46
"lint-staged" : " ^13.2.2" ,
47
47
"npm-run-all" : " ^4.1.5" ,
48
48
"picocolors" : " ^1.0.0" ,
49
- "playwright-chromium" : " ^1.34.3 " ,
49
+ "playwright-chromium" : " ^1.35.0 " ,
50
50
"prettier" : " 2.8.8" ,
51
- "rollup" : " ^3.23 .1" ,
51
+ "rollup" : " ^3.25 .1" ,
52
52
"simple-git-hooks" : " ^2.8.1" ,
53
53
"tsx" : " ^3.12.7" ,
54
54
"typescript" : " ^5.1.3" ,
55
55
"unbuild" : " ^1.2.1" ,
56
56
"vite" : " ^4.3.9" ,
57
- "vitest" : " ^0.31.4 "
57
+ "vitest" : " ^0.32.0 "
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 39
39
},
40
40
"homepage" : " https://github.com/vitejs/vite-plugin-react/tree/main/packages/plugin-react#readme" ,
41
41
"dependencies" : {
42
- "@babel/core" : " ^7.22.1 " ,
43
- "@babel/plugin-transform-react-jsx-self" : " ^7.21.0 " ,
44
- "@babel/plugin-transform-react-jsx-source" : " ^7.19.6 " ,
42
+ "@babel/core" : " ^7.22.5 " ,
43
+ "@babel/plugin-transform-react-jsx-self" : " ^7.22.5 " ,
44
+ "@babel/plugin-transform-react-jsx-source" : " ^7.22.5 " ,
45
45
"react-refresh" : " ^0.14.0"
46
46
},
47
47
"peerDependencies" : {
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.8 " ,
16
+ "@types/react" : " ^18.2.11 " ,
17
17
"@types/react-dom" : " ^18.2.4" ,
18
18
"@vitejs/plugin-react" : " workspace:*"
19
19
}
Original file line number Diff line number Diff line change 9
9
"preview" : " vite preview"
10
10
},
11
11
"dependencies" : {
12
- "@emotion/react" : " ^11.11.0 " ,
12
+ "@emotion/react" : " ^11.11.1 " ,
13
13
"@emotion/styled" : " ^11.11.0" ,
14
14
"react" : " ^18.2.0" ,
15
15
"react-dom" : " ^18.2.0" ,
16
16
"react-switch" : " ^7.0.0"
17
17
},
18
18
"devDependencies" : {
19
- "@babel/plugin-proposal-pipeline-operator" : " ^7.18.9 " ,
19
+ "@babel/plugin-proposal-pipeline-operator" : " ^7.22.5 " ,
20
20
"@emotion/babel-plugin" : " ^11.11.0" ,
21
21
"@vitejs/plugin-react" : " workspace:*"
22
22
},
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.11.2 "
18
+ "react-router-dom" : " ^6.12.1 "
19
19
},
20
20
"devDependencies" : {
21
21
"@vitejs/plugin-react" : " workspace:*" ,
You can’t perform that action at this time.
0 commit comments