Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed Dec 3, 2023
1 parent 459d163 commit 8b34629
Show file tree
Hide file tree
Showing 2 changed files with 363 additions and 276 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,26 +49,26 @@
"prepare": "husky install"
},
"dependencies": {
"valibot": "^0.21.0",
"valibot": "^0.22.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@ava/typescript": "^4.1.0",
"@types/node": "^18.18.10",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"ava": "^5.3.1",
"eslint": "^8.54.0",
"eslint": "^8.55.0",
"eslint-plugin-json": "^3.1.0",
"husky": "^8.0.3",
"is-ci": "^3.0.1",
"knip": "^2.41.3",
"lint-staged": "^15.1.0",
"knip": "^3.4.0",
"lint-staged": "^15.2.0",
"npm-run-all2": "^6.1.1",
"prettier": "^3.1.0",
"tslib": "^2.6.2",
"tsup": "^8.0.0",
"typescript": "^5.2.2"
"tsup": "^8.0.1",
"typescript": "^5.3.2"
},
"lint-staged": {
"*.(json|js|ts)": "eslint --cache --fix",
Expand Down

0 comments on commit 8b34629

Please sign in to comment.