File tree Expand file tree Collapse file tree 3 files changed +867
-937
lines changed Expand file tree Collapse file tree 3 files changed +867
-937
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @programmer_network/use-ajv-form" ,
3
- "version" : " 1.0.15 " ,
3
+ "version" : " 1.0.16 " ,
4
4
"description" : " Custom React Hook that integrates with Ajv JSON Schema Validator" ,
5
5
"main" : " dist/use-ajv-form.es.js" ,
6
6
"author" : " Aleksandar Grbic" ,
44
44
},
45
45
"homepage" : " https://github.com/agjs/use-ajv-form#readme" ,
46
46
"peerDependencies" : {
47
+ "ajv" : " >= 8.12.0" ,
48
+ "ajv-errors" : " >= 3.0.0" ,
49
+ "ajv-formats" : " >= 2.1.1" ,
47
50
"react" : " >= 18.2.0" ,
48
51
"react-dom" : " >= 18.2.0"
49
52
},
50
- "dependencies" : {
51
- "ajv" : " 8.12.0" ,
52
- "ajv-errors" : " 3.0.0" ,
53
- "ajv-formats" : " 2.1.1"
54
- },
55
53
"devDependencies" : {
54
+ "@programmer_network/ajv" : " ^1.0.2" ,
56
55
"@testing-library/jest-dom" : " ^6.1.4" ,
57
56
"@testing-library/react" : " ^14.1.2" ,
58
57
"@testing-library/react-hooks" : " ^8.0.1" ,
72
71
"husky" : " 8.0.3" ,
73
72
"jsdom" : " 22.1.0" ,
74
73
"prettier" : " 3.0.3" ,
75
- "programmer-network-ajv" : " github:Programmer-Network/Programmer-Network-AJV" ,
76
74
"react-hooks" : " link:@types/@testing-library/react-hooks" ,
77
75
"typescript" : " 5.2.2" ,
78
76
"vite" : " 5.0.2" ,
You can’t perform that action at this time.
0 commit comments