Skip to content

Commit aa02911

Browse files
committed
upgrade ajv 8.0.0
1 parent 8e527ac commit aa02911

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@
3535
},
3636
"homepage": "https://github.com/ajv-validator/ajv-formats#readme",
3737
"peerDependencies": {
38-
"ajv": "^8.0.0-beta.4"
38+
"ajv": "^8.0.0"
3939
},
4040
"devDependencies": {
4141
"@ajv-validator/config": "^0.3.0",
4242
"@types/jest": "^26.0.5",
4343
"@types/node": "^14.10.1",
4444
"@typescript-eslint/eslint-plugin": "^3.7.0",
4545
"@typescript-eslint/parser": "^3.7.0",
46-
"ajv": "^8.0.0-beta.4",
46+
"ajv": "^8.0.0",
4747
"eslint": "^7.5.0",
4848
"eslint-config-prettier": "^6.11.0",
4949
"husky": "^4.2.5",

0 commit comments

Comments
 (0)