Skip to content

Commit

Permalink
chore: remove hundreds of devDependencies (#12163)
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann authored Jun 24, 2024
1 parent 60d90a9 commit 2814e9e
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 1,994 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"bench:debug": "node --allow-natives-syntax --inspect-brk ./benchmarking/run.js"
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@changesets/cli": "^2.27.6",
"@sveltejs/eslint-config": "^7.0.1",
"@svitejs/changesets-changelog-github-compact": "^1.1.0",
"@types/node": "^20.11.5",
Expand Down
3 changes: 1 addition & 2 deletions packages/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
"prepublishOnly": "pnpm build",
"format": "prettier --check --write .",
"lint": "prettier --check . && eslint",
"knip": "knip"
"knip": "pnpm dlx knip"
},
"devDependencies": {
"@jridgewell/trace-mapping": "^0.3.22",
Expand All @@ -124,7 +124,6 @@
"@types/aria-query": "^5.0.4",
"dts-buddy": "^0.5.0",
"esbuild": "^0.19.11",
"knip": "^4.2.1",
"rollup": "^4.9.5",
"source-map": "^0.7.4",
"tiny-glob": "^0.2.9"
Expand Down
Loading

0 comments on commit 2814e9e

Please sign in to comment.