File tree Expand file tree Collapse file tree 6 files changed +300
-310
lines changed Expand file tree Collapse file tree 6 files changed +300
-310
lines changed Original file line number Diff line number Diff line change 33
33
"devDependencies" : {
34
34
"@types/babel__core" : " ^7.20.0" ,
35
35
"@types/fs-extra" : " ^11.0.1" ,
36
- "@types/node" : " ^18.16.3 " ,
37
- "@typescript-eslint/eslint-plugin" : " ^5.59.1 " ,
38
- "@typescript-eslint/parser" : " ^5.59.1 " ,
39
- "@vitejs/release-scripts" : " ^1.1 .0" ,
40
- "eslint" : " ^8.39 .0" ,
36
+ "@types/node" : " ^18.16.5 " ,
37
+ "@typescript-eslint/eslint-plugin" : " ^5.59.2 " ,
38
+ "@typescript-eslint/parser" : " ^5.59.2 " ,
39
+ "@vitejs/release-scripts" : " ^1.2 .0" ,
40
+ "eslint" : " ^8.40 .0" ,
41
41
"eslint-define-config" : " ^1.20.0" ,
42
42
"eslint-plugin-import" : " ^2.27.5" ,
43
43
"eslint-plugin-node" : " ^11.1.0" ,
48
48
"picocolors" : " ^1.0.0" ,
49
49
"playwright-chromium" : " ^1.33.0" ,
50
50
"prettier" : " 2.8.8" ,
51
- "rollup" : " ^3.21.2 " ,
51
+ "rollup" : " ^3.21.5 " ,
52
52
"simple-git-hooks" : " ^2.8.1" ,
53
53
"tsx" : " ^3.12.7" ,
54
54
"typescript" : " ^5.0.4" ,
55
55
"unbuild" : " ^1.2.1" ,
56
- "vite" : " ^4.3.3 " ,
57
- "vitest" : " ^0.30.1 "
56
+ "vite" : " ^4.3.5 " ,
57
+ "vitest" : " ^0.31.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.21.5 " ,
42
+ "@babel/core" : " ^7.21.8 " ,
43
43
"@babel/plugin-transform-react-jsx-self" : " ^7.21.0" ,
44
44
"@babel/plugin-transform-react-jsx-source" : " ^7.19.6" ,
45
45
"react-refresh" : " ^0.14.0"
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.0 " ,
17
- "@types/react-dom" : " ^18.2.1 " ,
16
+ "@types/react" : " ^18.2.6 " ,
17
+ "@types/react-dom" : " ^18.2.4 " ,
18
18
"@vitejs/plugin-react" : " workspace:*"
19
19
}
20
20
}
Original file line number Diff line number Diff line change 9
9
"preview" : " vite preview"
10
10
},
11
11
"dependencies" : {
12
- "@emotion/react" : " ^11.10.8 " ,
13
- "@emotion/styled" : " ^11.10.8 " ,
12
+ "@emotion/react" : " ^11.11.0 " ,
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
19
"@babel/plugin-proposal-pipeline-operator" : " ^7.18.9" ,
20
- "@emotion/babel-plugin" : " ^11.10.8 " ,
20
+ "@emotion/babel-plugin" : " ^11.11.0 " ,
21
21
"@vitejs/plugin-react" : " workspace:*"
22
22
},
23
23
"babel" : {
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.0 "
18
+ "react-router-dom" : " ^6.11.1 "
19
19
},
20
20
"devDependencies" : {
21
21
"@vitejs/plugin-react" : " workspace:*" ,
You can’t perform that action at this time.
0 commit comments