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" to version "^20.8.7"
- Update "@vitest/ui" to version "^0.34.6"
- Update "eslint" to version "^8.52.0"
- Update "tsup" to version "^7.2.0"
- Update "typescript" to version "^5.2.2"
- Update "vitest" to version "^0.34.6"
  • Loading branch information
Bluzzi committed Oct 21, 2023
1 parent 1ff950e commit e17f179
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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.4.2",
"@vitest/ui": "^0.33.0",
"eslint": "^8.45.0",
"@types/node": "^20.8.7",
"@vitest/ui": "^0.34.6",
"eslint": "^8.52.0",
"jsdom": "^22.1.0",
"tsup": "^7.1.0",
"typescript": "^5.1.6",
"vitest": "^0.33.0"
"tsup": "^7.2.0",
"typescript": "^5.2.2",
"vitest": "^0.34.6"
},
"eslintConfig": {
"extends": "@bluzzi"
Expand Down

0 comments on commit e17f179

Please sign in to comment.