Skip to content

Commit 3660c08

Browse files
committed
Bump ajv
1 parent 5c6fcf5 commit 3660c08

File tree

2 files changed

+36
-36
lines changed

2 files changed

+36
-36
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@programmer_network/use-ajv-form",
3-
"version": "1.0.16",
3+
"version": "1.0.17",
44
"description": "Custom React Hook that integrates with Ajv JSON Schema Validator",
55
"main": "dist/use-ajv-form.es.js",
66
"author": "Aleksandar Grbic",
@@ -44,30 +44,30 @@
4444
},
4545
"homepage": "https://github.com/agjs/use-ajv-form#readme",
4646
"peerDependencies": {
47-
"ajv": ">= 8.12.0",
47+
"ajv": ">= 8.13.0",
4848
"ajv-errors": ">= 3.0.0",
4949
"ajv-formats": ">= 2.1.1",
5050
"react": ">= 18.2.0",
5151
"react-dom": ">= 18.2.0"
5252
},
5353
"devDependencies": {
54-
"@programmer_network/ajv": "^1.0.2",
55-
"@testing-library/jest-dom": "^6.1.4",
56-
"@testing-library/react": "^14.1.2",
57-
"@testing-library/react-hooks": "^8.0.1",
54+
"@programmer_network/ajv": "1.0.2",
55+
"@testing-library/jest-dom": "6.1.4",
56+
"@testing-library/react": "14.1.2",
57+
"@testing-library/react-hooks": "8.0.1",
5858
"@types/ajv": "1.0.0",
59-
"@types/jest": "^29.5.10",
60-
"@types/node": "^20.10.0",
59+
"@types/jest": "29.5.10",
60+
"@types/node": "20.10.0",
6161
"@types/react": "18.2.37",
6262
"@types/react-dom": "18.2.15",
63-
"@typescript-eslint/eslint-plugin": "^6.12.0",
63+
"@typescript-eslint/eslint-plugin": "6.12.0",
6464
"@vitejs/plugin-react": "4.2.0",
6565
"eslint-config-prettier": "9.0.0",
6666
"eslint-plugin-prettier": "5.0.1",
6767
"eslint-plugin-react": "7.33.2",
6868
"eslint-plugin-react-hooks": "4.6.0",
69-
"eslint-plugin-react-refresh": "^0.4.4",
70-
"eslint-plugin-simple-import-sort": "^10.0.0",
69+
"eslint-plugin-react-refresh": "0.4.4",
70+
"eslint-plugin-simple-import-sort": "10.0.0",
7171
"husky": "8.0.3",
7272
"jsdom": "22.1.0",
7373
"prettier": "3.0.3",

pnpm-lock.yaml

Lines changed: 25 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)