Skip to content

Commit b848e93

Browse files
committed
Conditional Errors, Add Logger, etc
1 parent d55caf9 commit b848e93

File tree

6 files changed

+3421
-2424
lines changed

6 files changed

+3421
-2424
lines changed

package.json

Lines changed: 8 additions & 5 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.19",
3+
"version": "1.0.20",
44
"description": "Custom React Hook that integrates with Ajv JSON Schema Validator",
55
"main": "dist/use-ajv-form.es.js",
66
"author": "Aleksandar Grbic",
@@ -52,9 +52,9 @@
5252
},
5353
"devDependencies": {
5454
"@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",
55+
"@testing-library/jest-dom": "6.6.3",
56+
"@testing-library/react": "16.0.1",
57+
"@testing-library/user-event": "^14.5.2",
5858
"@types/ajv": "1.0.0",
5959
"@types/jest": "29.5.10",
6060
"@types/node": "20.10.0",
@@ -89,5 +89,8 @@
8989
"json schema validation",
9090
"use-ajv-form",
9191
"react form validation"
92-
]
92+
],
93+
"dependencies": {
94+
"@testing-library/react-hooks": "^8.0.1"
95+
}
9396
}

0 commit comments

Comments
 (0)