Skip to content

Commit 5c6fcf5

Browse files
committed
Organize deps and install ajv keywords from npm
1 parent 613ff35 commit 5c6fcf5

File tree

3 files changed

+867
-937
lines changed

3 files changed

+867
-937
lines changed

package.json

Lines changed: 5 additions & 7 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.15",
3+
"version": "1.0.16",
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,15 +44,14 @@
4444
},
4545
"homepage": "https://github.com/agjs/use-ajv-form#readme",
4646
"peerDependencies": {
47+
"ajv": ">= 8.12.0",
48+
"ajv-errors": ">= 3.0.0",
49+
"ajv-formats": ">= 2.1.1",
4750
"react": ">= 18.2.0",
4851
"react-dom": ">= 18.2.0"
4952
},
50-
"dependencies": {
51-
"ajv": "8.12.0",
52-
"ajv-errors": "3.0.0",
53-
"ajv-formats": "2.1.1"
54-
},
5553
"devDependencies": {
54+
"@programmer_network/ajv": "^1.0.2",
5655
"@testing-library/jest-dom": "^6.1.4",
5756
"@testing-library/react": "^14.1.2",
5857
"@testing-library/react-hooks": "^8.0.1",
@@ -72,7 +71,6 @@
7271
"husky": "8.0.3",
7372
"jsdom": "22.1.0",
7473
"prettier": "3.0.3",
75-
"programmer-network-ajv": "github:Programmer-Network/Programmer-Network-AJV",
7674
"react-hooks": "link:@types/@testing-library/react-hooks",
7775
"typescript": "5.2.2",
7876
"vite": "5.0.2",

0 commit comments

Comments
 (0)