|
1 | 1 | {
|
2 | 2 | "name": "@programmer_network/use-ajv-form",
|
3 |
| - "version": "1.0.31", |
| 3 | + "version": "1.0.29", |
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",
|
|
47 | 47 | "ajv": ">= 8.13.0",
|
48 | 48 | "ajv-errors": ">= 3.0.0",
|
49 | 49 | "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" |
52 | 52 | },
|
53 | 53 | "devDependencies": {
|
54 | 54 | "@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", |
57 | 58 | "@testing-library/user-event": "^14.5.2",
|
58 | 59 | "@types/ajv": "1.0.0",
|
59 | 60 | "@types/jest": "29.5.10",
|
|
71 | 72 | "husky": "8.0.3",
|
72 | 73 | "jsdom": "22.1.0",
|
73 | 74 | "prettier": "3.0.3",
|
74 |
| - "react-hooks": "link:@types/@testing-library/react-hooks", |
| 75 | + "react": "18", |
| 76 | + "react-dom": "18", |
75 | 77 | "typescript": "5.2.2",
|
76 | 78 | "vite": "5.0.2",
|
77 | 79 | "vite-plugin-dts": "3.6.3",
|
|
89 | 91 | "json schema validation",
|
90 | 92 | "use-ajv-form",
|
91 | 93 | "react form validation"
|
92 |
| - ], |
93 |
| - "dependencies": { |
94 |
| - "@testing-library/react-hooks": "^8.0.1" |
95 |
| - } |
| 94 | + ] |
96 | 95 | }
|
0 commit comments