File tree Expand file tree Collapse file tree 3 files changed +37
-284
lines changed Expand file tree Collapse file tree 3 files changed +37
-284
lines changed Original file line number Diff line number Diff line change 7
7
"test:local" : " npx playwright install chromium && playwright test"
8
8
},
9
9
"dependencies" : {
10
- "devcert" : " 1.2.2" ,
11
- "lodash" : " ^4.17.21" ,
12
- "react" : " ^18.3.1" ,
13
- "react-dom" : " ^18.3.1" ,
14
- "react-router-dom" : " ^6.17.0" ,
15
- "vue" : " ^3.5.13"
10
+ "lodash" : " ^4.17.21"
16
11
},
17
12
"devDependencies" : {
18
13
"@playwright/test" : " 1.44.1" ,
27
22
"@types/lodash" : " ^4.17.15" ,
28
23
"@types/node" : " ^16" ,
29
24
"@types/react" : " ^18.3.18" ,
30
- "@types/react-dom" : " ^18.3.5" ,
31
- "fast-glob" : " ^3.3.3" ,
32
25
"loader-utils" : " ^2.0.4" ,
33
26
"playwright" : " 1.44.1" ,
34
27
"typescript" : " ^5.2.2" ,
Original file line number Diff line number Diff line change 13
13
"bump" : " changeset version" ,
14
14
"check-spell" : " npx cspell" ,
15
15
"check-changeset" : " pnpx disallow-major-changeset" ,
16
- "check-dependency-version" : " check-dependency-version-consistency ." ,
16
+ "check-dependency-version" : " pnpx check-dependency-version-consistency ." ,
17
17
"dev:doc" : " cd packages/document && pnpm run dev" ,
18
18
"e2e" : " cd ./e2e && cross-env NODE_OPTIONS=--max-old-space-size=8192 pnpm test" ,
19
19
"lint" : " biome lint . --diagnostic-level=error" ,
38
38
"@modern-js/module-tools" : " ^2.63.7" ,
39
39
"@rsdoctor/tsconfig" : " workspace:*" ,
40
40
"@scripts/test-helper" : " workspace:*" ,
41
- "check-dependency-version-consistency" : " ^5.0.0" ,
42
41
"cross-env" : " ^7.0.3" ,
43
42
"cspell-ban-words" : " ^0.0.4" ,
44
43
"husky" : " ^9.1.7" ,
You can’t perform that action at this time.
0 commit comments