|
51 | 51 | },
|
52 | 52 | "homepage": "https://react-hook-form.com",
|
53 | 53 | "devDependencies": {
|
54 |
| - "@rollup/plugin-commonjs": "^13.0.0", |
55 |
| - "@rollup/plugin-json": "^4.1.0", |
56 |
| - "@rollup/plugin-node-resolve": "^8.0.1", |
57 |
| - "@rollup/plugin-replace": "^2.3.3", |
58 |
| - "@testing-library/react": "^10.2.1", |
59 |
| - "@testing-library/react-hooks": "^3.2.1", |
60 |
| - "@types/jest": "^26.0.0", |
61 |
| - "@types/react": "^16.9.0", |
62 |
| - "@types/react-dom": "^16.9.4", |
63 |
| - "@types/react-test-renderer": "^16.9.0", |
64 |
| - "@typescript-eslint/eslint-plugin": "^3.2.0", |
65 |
| - "@typescript-eslint/parser": "^3.2.0", |
66 |
| - "eslint": "^7.2.0", |
67 |
| - "eslint-config-prettier": "^6.11.0", |
68 |
| - "eslint-plugin-prettier": "^3.1.3", |
69 |
| - "eslint-plugin-react": "^7.13.0", |
70 |
| - "eslint-plugin-react-hooks": "^4.0.4", |
71 |
| - "husky": "^4.2.5", |
72 |
| - "jest": "^26.0.1", |
73 |
| - "lint-staged": "^10.2.2", |
74 |
| - "prettier": "^2.0.5", |
75 |
| - "react": "^16.9.0", |
76 |
| - "react-dom": "^16.9.0", |
77 |
| - "react-hook-form": "^6.7.0", |
78 |
| - "react-test-renderer": "^16.9.0", |
| 54 | + "@size-limit/preset-small-lib": "^4.9.0", |
| 55 | + "@testing-library/react": "^11.2.2", |
| 56 | + "@testing-library/react-hooks": "^3.4.2", |
| 57 | + "@types/jest": "^26.0.15", |
| 58 | + "@types/react": "^17.0.0", |
| 59 | + "@types/react-dom": "^17.0.0", |
| 60 | + "@types/react-test-renderer": "^17.0.0", |
| 61 | + "@typescript-eslint/eslint-plugin": "^4.8.1", |
| 62 | + "@typescript-eslint/parser": "^4.8.1", |
| 63 | + "eslint": "^7.14.0", |
| 64 | + "eslint-config-prettier": "^6.15.0", |
| 65 | + "eslint-plugin-prettier": "^3.1.4", |
| 66 | + "eslint-plugin-react": "^7.21.5", |
| 67 | + "eslint-plugin-react-hooks": "^4.2.0", |
| 68 | + "husky": "^4.3.0", |
| 69 | + "jest": "^26.6.3", |
| 70 | + "lint-staged": "^10.5.1", |
| 71 | + "microbundle": "^0.12.4", |
| 72 | + "prettier": "^2.2.0", |
| 73 | + "react": "^17.0.1", |
| 74 | + "react-dom": "^17.0.1", |
| 75 | + "react-hook-form": "^6.11.4", |
| 76 | + "react-test-renderer": "^17.0.1", |
79 | 77 | "rimraf": "^3.0.2",
|
80 |
| - "rollup": "^2.15.0", |
81 |
| - "rollup-plugin-peer-deps-external": "^2.2.2", |
82 |
| - "rollup-plugin-sourcemaps": "^0.6.2", |
83 |
| - "rollup-plugin-terser": "^6.1.0", |
84 |
| - "rollup-plugin-typescript2": "^0.27.1", |
85 |
| - "ts-jest": "^26.1.0", |
86 |
| - "typescript": "^3.7.2" |
| 78 | + "size-limit": "^4.9.0", |
| 79 | + "ts-jest": "^26.4.4", |
| 80 | + "typescript": "^4.1.2" |
87 | 81 | },
|
88 | 82 | "peerDependencies": {
|
89 | 83 | "react": ">=16.8.0",
|
|
0 commit comments