Skip to content

Commit

Permalink
chore(package.json): update devDependencies versions
Browse files Browse the repository at this point in the history
- Update "@types/node" from "^20.1.4" to "^20.4.2"
- Update "@vitest/ui" from "^0.31.0" to "^0.33.0"
- Update "eslint" from "^8.40.0" to "^8.45.0"
- Update "jsdom" from "^22.0.0" to "^22.1.0"
- Update "tsup" from "^6.7.0" to "^7.1.0"
- Update "typescript" from "^5.0.4" to "^5.1.6"
- Update "vitest" from "^0.31.0" to "^0.33.0"

These updates are done to ensure compatibility with the latest versions of the dependencies and to take advantage of any bug fixes or new features they may provide.
  • Loading branch information
Bluzzi committed Jul 19, 2023
1 parent 95e2b26 commit 1ff950e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
},
"devDependencies": {
"@bluzzi/eslint-config": "^1.1.0",
"@types/node": "^20.1.4",
"@vitest/ui": "^0.31.0",
"eslint": "^8.40.0",
"jsdom": "^22.0.0",
"tsup": "^6.7.0",
"typescript": "^5.0.4",
"vitest": "^0.31.0"
"@types/node": "^20.4.2",
"@vitest/ui": "^0.33.0",
"eslint": "^8.45.0",
"jsdom": "^22.1.0",
"tsup": "^7.1.0",
"typescript": "^5.1.6",
"vitest": "^0.33.0"
},
"eslintConfig": {
"extends": "@bluzzi"
Expand Down

0 comments on commit 1ff950e

Please sign in to comment.