|
57 | 57 | }, |
58 | 58 | "homepage": "https://react-hook-form.com", |
59 | 59 | "devDependencies": { |
60 | | - "@rollup/plugin-commonjs": "^16.0.0", |
61 | | - "@rollup/plugin-node-resolve": "^10.0.0", |
62 | | - "@types/jest": "^26.0.15", |
63 | | - "@types/yup": "^0.29.9", |
64 | | - "@typescript-eslint/eslint-plugin": "^4.8.2", |
65 | | - "@typescript-eslint/parser": "^4.8.2", |
66 | | - "eslint": "^7.14.0", |
67 | | - "eslint-config-prettier": "^6.15.0", |
68 | | - "eslint-plugin-prettier": "^3.1.4", |
69 | | - "husky": "^4.3.0", |
| 60 | + "@rollup/plugin-commonjs": "^17.0.0", |
| 61 | + "@rollup/plugin-node-resolve": "^11.0.1", |
| 62 | + "@types/jest": "^26.0.19", |
| 63 | + "@types/yup": "^0.29.11", |
| 64 | + "@typescript-eslint/eslint-plugin": "^4.10.0", |
| 65 | + "@typescript-eslint/parser": "^4.10.0", |
| 66 | + "eslint": "^7.16.0", |
| 67 | + "eslint-config-prettier": "^7.1.0", |
| 68 | + "eslint-plugin-prettier": "^3.3.0", |
| 69 | + "husky": "^4.3.6", |
70 | 70 | "jest": "^26.6.3", |
71 | 71 | "joi": "^17.3.0", |
72 | | - "lint-staged": "^10.5.2", |
| 72 | + "lint-staged": "^10.5.3", |
73 | 73 | "matched": "^5.0.1", |
74 | 74 | "npm-run-all": "^4.1.5", |
75 | 75 | "prettier": "^2.2.1", |
76 | 76 | "react": "^17.0.1", |
77 | | - "react-hook-form": "^6.12.1", |
| 77 | + "react-hook-form": "^6.13.1", |
78 | 78 | "rimraf": "^3.0.2", |
79 | | - "rollup": "^2.34.0", |
| 79 | + "rollup": "^2.35.1", |
80 | 80 | "rollup-plugin-terser": "^7.0.2", |
81 | 81 | "rollup-plugin-typescript2": "^0.29.0", |
82 | | - "superstruct": "^0.12.1", |
| 82 | + "superstruct": "^0.13.1", |
83 | 83 | "ts-jest": "^26.4.4", |
84 | | - "typescript": "^4.1.2", |
85 | | - "yup": "^0.31.0", |
| 84 | + "typescript": "^4.1.3", |
86 | 85 | "vest": "^2.2.3", |
87 | | - "zod": "^1.11.10" |
| 86 | + "yup": "^0.31.0", |
| 87 | + "zod": "^1.11.11" |
88 | 88 | }, |
89 | 89 | "peerDependencies": { |
90 | 90 | "react-hook-form": ">=6.6.0" |
|
0 commit comments