|
1 | 1 | {
|
2 | 2 | "name": "@programmer_network/use-ajv-form",
|
3 |
| - "version": "1.0.16", |
| 3 | + "version": "1.0.17", |
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", |
| 47 | + "ajv": ">= 8.13.0", |
48 | 48 | "ajv-errors": ">= 3.0.0",
|
49 | 49 | "ajv-formats": ">= 2.1.1",
|
50 | 50 | "react": ">= 18.2.0",
|
51 | 51 | "react-dom": ">= 18.2.0"
|
52 | 52 | },
|
53 | 53 | "devDependencies": {
|
54 |
| - "@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", |
| 54 | + "@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", |
58 | 58 | "@types/ajv": "1.0.0",
|
59 |
| - "@types/jest": "^29.5.10", |
60 |
| - "@types/node": "^20.10.0", |
| 59 | + "@types/jest": "29.5.10", |
| 60 | + "@types/node": "20.10.0", |
61 | 61 | "@types/react": "18.2.37",
|
62 | 62 | "@types/react-dom": "18.2.15",
|
63 |
| - "@typescript-eslint/eslint-plugin": "^6.12.0", |
| 63 | + "@typescript-eslint/eslint-plugin": "6.12.0", |
64 | 64 | "@vitejs/plugin-react": "4.2.0",
|
65 | 65 | "eslint-config-prettier": "9.0.0",
|
66 | 66 | "eslint-plugin-prettier": "5.0.1",
|
67 | 67 | "eslint-plugin-react": "7.33.2",
|
68 | 68 | "eslint-plugin-react-hooks": "4.6.0",
|
69 |
| - "eslint-plugin-react-refresh": "^0.4.4", |
70 |
| - "eslint-plugin-simple-import-sort": "^10.0.0", |
| 69 | + "eslint-plugin-react-refresh": "0.4.4", |
| 70 | + "eslint-plugin-simple-import-sort": "10.0.0", |
71 | 71 | "husky": "8.0.3",
|
72 | 72 | "jsdom": "22.1.0",
|
73 | 73 | "prettier": "3.0.3",
|
|
0 commit comments