Skip to content

Commit

Permalink
chore(package.json): update devDependencies versions
Browse files Browse the repository at this point in the history
- Update "@bluzzi/eslint-config" version from "^1.1.0" to "^1.2.1"
- Update "@types/node" version from "^20.8.7" to "^20.9.0"
- Update "eslint" version from "^8.52.0" to "^8.53.0"

These updates are done to keep the project up to date with the latest versions of the devDependencies and to ensure compatibility and stability.
  • Loading branch information
Bluzzi committed Nov 13, 2023
1 parent e17f179 commit f3fcfe4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
"url": "git+https://github.com/Bluzzi/cookie-muncher.git"
},
"devDependencies": {
"@bluzzi/eslint-config": "^1.1.0",
"@types/node": "^20.8.7",
"@bluzzi/eslint-config": "^1.2.1",
"@types/node": "^20.9.0",
"@vitest/ui": "^0.34.6",
"eslint": "^8.52.0",
"eslint": "^8.53.0",
"jsdom": "^22.1.0",
"tsup": "^7.2.0",
"typescript": "^5.2.2",
Expand Down

0 comments on commit f3fcfe4

Please sign in to comment.