Skip to content

Commit

Permalink
chore(deps): update all
Browse files Browse the repository at this point in the history
  • Loading branch information
nihalgonsalves committed Apr 16, 2024
1 parent caf9f78 commit 0e34099
Show file tree
Hide file tree
Showing 3 changed files with 767 additions and 767 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ updates:
- dependency-name: "@types/node"
update-types:
- "version-update:semver-major"
- dependency-name: "eslint"
update-types:
- "version-update:semver-major"

- package-ecosystem: github-actions
directory: "/"
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,24 +31,24 @@
},
"dependencies": {
"debug": "^4.3.4",
"zod": "^3.21.4"
"zod": "^3.22.4"
},
"devDependencies": {
"@commitlint/cli": "^19.2.1",
"@commitlint/config-conventional": "^19.1.0",
"@nihalgonsalves/esconfig": "^0.9.5",
"@types/debug": "^4.1.8",
"@commitlint/cli": "^19.2.2",
"@commitlint/config-conventional": "^19.2.2",
"@nihalgonsalves/esconfig": "^0.9.6",
"@types/debug": "^4.1.12",
"@types/node": "18",
"@vitest/coverage-v8": "^1.4.0",
"@vitest/ui": "^1.4.0",
"@vitest/coverage-v8": "^1.5.0",
"@vitest/ui": "^1.5.0",
"browserslist": "^4.23.0",
"esbuild": "~0.20.2",
"eslint": "^8.57.0",
"eslint-plugin-vitest": "^0.4.1",
"lefthook": "^1.6.7",
"lefthook": "^1.6.10",
"prettier": "^3.2.5",
"typescript": "^5.4.3",
"vitest": "^1.4.0"
"typescript": "^5.4.5",
"vitest": "^1.5.0"
},
"packageManager": "yarn@4.0.2+sha256.825003a0f561ad09a3b1ac4a3b3ea6207af2796d54f62a9420520915721f5186"
"packageManager": "yarn@4.1.1+sha256.f3cc0eda8e5560e529c7147565b30faa43b4e472d90e8634d7134a37c7f59781"
}
Loading

0 comments on commit 0e34099

Please sign in to comment.