File tree Expand file tree Collapse file tree 5 files changed +140
-140
lines changed Expand file tree Collapse file tree 5 files changed +140
-140
lines changed Original file line number Diff line number Diff line change 31
31
"ci-publish" : " tsx scripts/publishCI.ts"
32
32
},
33
33
"devDependencies" : {
34
- "@types/fs-extra" : " ^11.0.3 " ,
34
+ "@types/fs-extra" : " ^11.0.4 " ,
35
35
"@types/node" : " ^20.9.0" ,
36
- "@typescript-eslint/eslint-plugin" : " ^6.10 .0" ,
37
- "@typescript-eslint/parser" : " ^6.10 .0" ,
36
+ "@typescript-eslint/eslint-plugin" : " ^6.11 .0" ,
37
+ "@typescript-eslint/parser" : " ^6.11 .0" ,
38
38
"@vitejs/release-scripts" : " ^1.3.1" ,
39
39
"eslint" : " ^8.53.0" ,
40
40
"eslint-define-config" : " ^1.24.1" ,
41
41
"eslint-plugin-import" : " ^2.29.0" ,
42
42
"eslint-plugin-node" : " ^11.1.0" ,
43
43
"eslint-plugin-regexp" : " ^2.1.1" ,
44
44
"fs-extra" : " ^11.1.1" ,
45
- "lint-staged" : " ^15.0.2 " ,
45
+ "lint-staged" : " ^15.1.0 " ,
46
46
"npm-run-all" : " ^4.1.5" ,
47
47
"picocolors" : " ^1.0.0" ,
48
48
"playwright-chromium" : " ^1.39.0" ,
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.2 " ,
42
- "@babel/plugin-transform-react-jsx-self" : " ^7.22.5 " ,
43
- "@babel/plugin-transform-react-jsx-source" : " ^7.22.5 " ,
44
- "@types/babel__core" : " ^7.20.3 " ,
41
+ "@babel/core" : " ^7.23.3 " ,
42
+ "@babel/plugin-transform-react-jsx-self" : " ^7.23.3 " ,
43
+ "@babel/plugin-transform-react-jsx-source" : " ^7.23.3 " ,
44
+ "@types/babel__core" : " ^7.20.4 " ,
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" : " ^3.0.0" ,
16
- "@types/react" : " ^18.2.36 " ,
17
- "@types/react-dom" : " ^18.2.14 " ,
16
+ "@types/react" : " ^18.2.37 " ,
17
+ "@types/react-dom" : " ^18.2.15 " ,
18
18
"@vitejs/plugin-react" : " workspace:*"
19
19
}
20
20
}
Original file line number Diff line number Diff line change 16
16
"react-switch" : " ^7.0.0"
17
17
},
18
18
"devDependencies" : {
19
- "@babel/plugin-proposal-pipeline-operator" : " ^7.22.15 " ,
19
+ "@babel/plugin-proposal-pipeline-operator" : " ^7.23.3 " ,
20
20
"@emotion/babel-plugin" : " ^11.11.0" ,
21
21
"@vitejs/plugin-react" : " workspace:*"
22
22
},
You can’t perform that action at this time.
0 commit comments