Skip to content

Commit

Permalink
chore: update dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Dec 15, 2023
1 parent 8e925fa commit 54f9167
Show file tree
Hide file tree
Showing 3 changed files with 273 additions and 380 deletions.
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"docs": "typedoc-json-parser",
"test": "vitest run",
"build": "tsup",
"clean": "node scripts/clean.mjs",
"clean": "rimraf dist",
"typecheck": "tsc -p tsconfig.eslint.json",
"bump": "cliff-jumper",
"check-update": "cliff-jumper --dry-run",
Expand Down Expand Up @@ -60,12 +60,11 @@
"jsdom": "^23.0.1",
"lint-staged": "^15.2.0",
"prettier": "^3.1.1",
"ts-node": "^10.9.2",
"rimraf": "^5.0.5",
"tsup": "^8.0.1",
"typedoc": "^0.25.4",
"typedoc-json-parser": "^9.0.1",
"typescript": "^5.3.3",
"vite": "^5.0.7",
"vitest": "^1.0.4"
},
"repository": {
Expand All @@ -76,8 +75,7 @@
"dist/"
],
"engines": {
"node": ">=v14.0.0",
"npm": ">=7.0.0"
"node": ">=v18"
},
"keywords": [
"@sapphire/shapeshift",
Expand Down
5 changes: 0 additions & 5 deletions scripts/clean.mjs

This file was deleted.

Loading

0 comments on commit 54f9167

Please sign in to comment.