Skip to content

Commit

Permalink
Update deps to align with ajv
Browse files Browse the repository at this point in the history
  • Loading branch information
jasoniangreen committed May 1, 2024
1 parent 1fb3fa7 commit e4cdccb
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,21 +46,21 @@
}
},
"devDependencies": {
"@ajv-validator/config": "^0.3.0",
"@types/jest": "^26.0.5",
"@types/node": "^14.10.1",
"@typescript-eslint/eslint-plugin": "^3.7.0",
"@typescript-eslint/parser": "^3.7.0",
"@ajv-validator/config": "^0.5.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.30",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"ajv": "^8.0.0",
"eslint": "^7.5.0",
"eslint-config-prettier": "^6.11.0",
"husky": "^4.2.5",
"jest": "^26.1.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"husky": "^9.0.11",
"jest": "^29.7.0",
"json-schema-test": "^2.0.0",
"lint-staged": "^10.2.11",
"prettier": "^2.3.2",
"ts-jest": "^26.1.3",
"typescript": "^4.0.0"
"lint-staged": "^15.2.2",
"prettier": "3.0.3",
"ts-jest": "^29.1.2",
"typescript": "5.3.3"
},
"prettier": "@ajv-validator/config/prettierrc.json",
"husky": {
Expand Down

0 comments on commit e4cdccb

Please sign in to comment.