Skip to content

Commit 5a338d1

Browse files
committed
refactor: remove unused dependencies
1 parent 16fc0ae commit 5a338d1

File tree

2 files changed

+44
-2021
lines changed

2 files changed

+44
-2021
lines changed

package.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,10 @@
6666
},
6767
"homepage": "https://react-hook-form.com",
6868
"devDependencies": {
69-
"@size-limit/preset-small-lib": "^4.9.0",
7069
"@testing-library/react": "^11.2.2",
71-
"@testing-library/react-hooks": "^3.4.2",
7270
"@types/jest": "^26.0.15",
7371
"@types/react": "^17.0.0",
7472
"@types/react-dom": "^17.0.0",
75-
"@types/react-test-renderer": "^17.0.0",
7673
"@typescript-eslint/eslint-plugin": "^4.8.1",
7774
"@typescript-eslint/parser": "^4.8.1",
7875
"eslint": "^7.14.0",
@@ -88,9 +85,7 @@
8885
"react": "^17.0.1",
8986
"react-dom": "^17.0.1",
9087
"react-hook-form": "^6.11.4",
91-
"react-test-renderer": "^17.0.1",
9288
"rimraf": "^3.0.2",
93-
"size-limit": "^4.9.0",
9489
"ts-jest": "^26.4.4",
9590
"typescript": "^4.1.2"
9691
},

0 commit comments

Comments
 (0)