Skip to content

Commit

Permalink
chore: remove unused deps (#9480)
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red committed Aug 1, 2022
1 parent f4addcf commit cecc366
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 27 deletions.
5 changes: 0 additions & 5 deletions package.json
Expand Up @@ -47,10 +47,8 @@
"@types/estree": "^1.0.0",
"@types/etag": "^1.8.1",
"@types/fs-extra": "^9.0.13",
"@types/hash-sum": "^1.0.0",
"@types/less": "^3.0.3",
"@types/micromatch": "^4.0.2",
"@types/mime": "^3.0.0",
"@types/minimist": "^1.2.2",
"@types/node": "^17.0.42",
"@types/prompts": "^2.4.0",
Expand All @@ -70,10 +68,8 @@
"eslint-plugin-node": "^11.1.0",
"execa": "^6.1.0",
"fs-extra": "^10.1.0",
"kill-port": "^1.6.1",
"lint-staged": "^13.0.3",
"minimist": "^1.2.6",
"node-fetch": "^3.2.9",
"npm-run-all": "^4.1.5",
"picocolors": "^1.0.0",
"playwright-chromium": "^1.24.0",
Expand All @@ -84,7 +80,6 @@
"rollup": "^2.75.6",
"semver": "^7.3.7",
"simple-git-hooks": "^2.8.0",
"sirv": "^2.0.2",
"tslib": "^2.4.0",
"tsx": "^3.8.0",
"typescript": "^4.6.4",
Expand Down
5 changes: 4 additions & 1 deletion playground/package.json
Expand Up @@ -4,6 +4,9 @@
"version": "1.0.0",
"devDependencies": {
"convert-source-map": "^1.8.0",
"css-color-names": "^1.0.1"
"css-color-names": "^1.0.1",
"kill-port": "^1.6.1",
"node-fetch": "^3.2.10",
"sirv": "^2.0.2"
}
}
30 changes: 9 additions & 21 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cecc366

Please sign in to comment.