File tree Expand file tree Collapse file tree 4 files changed +145
-140
lines changed Expand file tree Collapse file tree 4 files changed +145
-140
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.17 " ,
37
- "@typescript-eslint/eslint-plugin" : " ^5.59.9 " ,
38
- "@typescript-eslint/parser" : " ^5.59.9 " ,
36
+ "@types/node" : " ^18.16.18 " ,
37
+ "@typescript-eslint/eslint-plugin" : " ^5.59.11 " ,
38
+ "@typescript-eslint/parser" : " ^5.59.11 " ,
39
39
"@vitejs/release-scripts" : " ^1.2.0" ,
40
- "eslint" : " ^8.42 .0" ,
40
+ "eslint" : " ^8.43 .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" ,
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.35.0 " ,
49
+ "playwright-chromium" : " ^1.35.1 " ,
50
50
"prettier" : " 2.8.8" ,
51
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.32.0 "
57
+ "vitest" : " ^0.32.2 "
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 13
13
},
14
14
"devDependencies" : {
15
15
"@mdx-js/rollup" : " ^2.3.0" ,
16
- "@types/react" : " ^18.2.11 " ,
17
- "@types/react-dom" : " ^18.2.4 " ,
16
+ "@types/react" : " ^18.2.12 " ,
17
+ "@types/react-dom" : " ^18.2.5 " ,
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.12.1 "
18
+ "react-router-dom" : " ^6.13.0 "
19
19
},
20
20
"devDependencies" : {
21
21
"@vitejs/plugin-react" : " workspace:*" ,
You can’t perform that action at this time.
0 commit comments