Skip to content

Commit

Permalink
chore: updated dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Goldziher committed Dec 11, 2023
1 parent 6f0eea1 commit 79ca6b3
Show file tree
Hide file tree
Showing 5 changed files with 1,402 additions and 1,048 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,24 +43,24 @@
"test:watch": "vitest"
},
"devDependencies": {
"@tool-belt/eslint-config": "^3.0.5",
"@types/node": "^20.6.1",
"@vitest/coverage-v8": "^0.34.4",
"eslint": "^8.49.0",
"@tool-belt/eslint-config": "^5.0.3",
"@types/node": "^20.10.4",
"@vitest/coverage-v8": "^1.0.4",
"eslint": "^8.55.0",
"eslint-plugin-tsdoc": "^0.2.17",
"expect-type": "^0.16.0",
"expect-type": "^0.17.3",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"prettier": "^3.0.3",
"prettier-plugin-jsdoc": "^1.0.2",
"rimraf": "^5.0.1",
"ts-node": "^10.9.1",
"type-fest": "^4.3.1",
"typedoc": "^0.25.1",
"typescript": "5.2.2",
"vite": "^4.4.9",
"vite-plugin-dts": "^3.5.3",
"vitest": "^0.34.4"
"lint-staged": "^15.2.0",
"prettier": "^3.1.1",
"prettier-plugin-jsdoc": "^1.1.1",
"rimraf": "^5.0.5",
"ts-node": "^10.9.2",
"type-fest": "^4.8.3",
"typedoc": "^0.25.4",
"typescript": "5.3.3",
"vite": "^5.0.7",
"vite-plugin-dts": "^3.6.4",
"vitest": "^1.0.4"
},
"lint-staged": {
"*.ts": "eslint --fix",
Expand Down
Loading

0 comments on commit 79ca6b3

Please sign in to comment.