Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed Nov 9, 2023
1 parent cf3382f commit daaeaa5
Show file tree
Hide file tree
Showing 2 changed files with 301 additions and 303 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,30 +50,30 @@
},
"dependencies": {
"valibot": "^0.20.1",
"zod": "^3.21.4"
"zod": "^3.22.4"
},
"devDependencies": {
"@ava/typescript": "^3.0.1",
"@types/node": "^14.18.33",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"ava": "^4.3.3",
"dotenv": "^16.3.1",
"eslint": "^8.46.0",
"eslint": "^8.53.0",
"eslint-plugin-json": "^3.1.0",
"husky": "^8.0.3",
"is-ci": "^3.0.1",
"isomorphic-fetch": "^3.0.0",
"lint-staged": "^13.2.3",
"npm-run-all2": "^6.0.6",
"lint-staged": "^15.0.2",
"npm-run-all2": "^6.1.1",
"prettier": "^2.7.1",
"remark-cli": "^11.0.0",
"remark-preset-lint-recommended": "^6.1.2",
"remark-preset-prettier": "^2.0.1",
"rimraf": "^3.0.2",
"tslib": "^2.6.1",
"tslib": "^2.6.2",
"tsup": "^7.2.0",
"typescript": "^5.1.6"
"typescript": "^5.2.2"
},
"lint-staged": {
"*.(json|js|ts)": "eslint --cache --fix",
Expand Down

0 comments on commit daaeaa5

Please sign in to comment.