Skip to content

Commit c96a794

Browse files
authored
chore: remove unused dependencies from e2e folder (#760)
1 parent 3f20c49 commit c96a794

File tree

3 files changed

+37
-284
lines changed

3 files changed

+37
-284
lines changed

e2e/package.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,7 @@
77
"test:local": "npx playwright install chromium && playwright test"
88
},
99
"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"
1611
},
1712
"devDependencies": {
1813
"@playwright/test": "1.44.1",
@@ -27,8 +22,6 @@
2722
"@types/lodash": "^4.17.15",
2823
"@types/node": "^16",
2924
"@types/react": "^18.3.18",
30-
"@types/react-dom": "^18.3.5",
31-
"fast-glob": "^3.3.3",
3225
"loader-utils": "^2.0.4",
3326
"playwright": "1.44.1",
3427
"typescript": "^5.2.2",

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"bump": "changeset version",
1414
"check-spell": "npx cspell",
1515
"check-changeset": "pnpx disallow-major-changeset",
16-
"check-dependency-version": "check-dependency-version-consistency .",
16+
"check-dependency-version": "pnpx check-dependency-version-consistency .",
1717
"dev:doc": "cd packages/document && pnpm run dev",
1818
"e2e": "cd ./e2e && cross-env NODE_OPTIONS=--max-old-space-size=8192 pnpm test",
1919
"lint": "biome lint . --diagnostic-level=error",
@@ -38,7 +38,6 @@
3838
"@modern-js/module-tools": "^2.63.7",
3939
"@rsdoctor/tsconfig": "workspace:*",
4040
"@scripts/test-helper": "workspace:*",
41-
"check-dependency-version-consistency": "^5.0.0",
4241
"cross-env": "^7.0.3",
4342
"cspell-ban-words": "^0.0.4",
4443
"husky": "^9.1.7",

0 commit comments

Comments
 (0)