Skip to content

Commit ef3d5be

Browse files
committed
chore: downgrade package version to 1.0.29 and update dependencies
1 parent 5a5e150 commit ef3d5be

File tree

2 files changed

+1290
-1179
lines changed

2 files changed

+1290
-1179
lines changed

package.json

+9-10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@programmer_network/use-ajv-form",
3-
"version": "1.0.31",
3+
"version": "1.0.29",
44
"description": "Custom React Hook that integrates with Ajv JSON Schema Validator",
55
"main": "dist/use-ajv-form.es.js",
66
"author": "Aleksandar Grbic",
@@ -47,13 +47,14 @@
4747
"ajv": ">= 8.13.0",
4848
"ajv-errors": ">= 3.0.0",
4949
"ajv-formats": ">= 2.1.1",
50-
"react": ">= 18.2.0",
51-
"react-dom": ">= 18.2.0"
50+
"react": ">=18.2.0 <20.0.0",
51+
"react-dom": ">=18.2.0 <20.0.0"
5252
},
5353
"devDependencies": {
5454
"@programmer_network/ajv": "1.0.2",
55-
"@testing-library/jest-dom": "6.6.3",
56-
"@testing-library/react": "16.0.1",
55+
"@testing-library/jest-dom": "6.1.4",
56+
"@testing-library/react": "14.1.2",
57+
"@testing-library/react-hooks": "8.0.1",
5758
"@testing-library/user-event": "^14.5.2",
5859
"@types/ajv": "1.0.0",
5960
"@types/jest": "29.5.10",
@@ -71,7 +72,8 @@
7172
"husky": "8.0.3",
7273
"jsdom": "22.1.0",
7374
"prettier": "3.0.3",
74-
"react-hooks": "link:@types/@testing-library/react-hooks",
75+
"react": "18",
76+
"react-dom": "18",
7577
"typescript": "5.2.2",
7678
"vite": "5.0.2",
7779
"vite-plugin-dts": "3.6.3",
@@ -89,8 +91,5 @@
8991
"json schema validation",
9092
"use-ajv-form",
9193
"react form validation"
92-
],
93-
"dependencies": {
94-
"@testing-library/react-hooks": "^8.0.1"
95-
}
94+
]
9695
}

0 commit comments

Comments
 (0)