Skip to content

Commit 76c68cc

Browse files
authored
chore: update dependencies (#93)
1 parent 416d93b commit 76c68cc

File tree

3 files changed

+173
-227
lines changed

3 files changed

+173
-227
lines changed

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -57,34 +57,34 @@
5757
},
5858
"homepage": "https://react-hook-form.com",
5959
"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",
7070
"jest": "^26.6.3",
7171
"joi": "^17.3.0",
72-
"lint-staged": "^10.5.2",
72+
"lint-staged": "^10.5.3",
7373
"matched": "^5.0.1",
7474
"npm-run-all": "^4.1.5",
7575
"prettier": "^2.2.1",
7676
"react": "^17.0.1",
77-
"react-hook-form": "^6.12.1",
77+
"react-hook-form": "^6.13.1",
7878
"rimraf": "^3.0.2",
79-
"rollup": "^2.34.0",
79+
"rollup": "^2.35.1",
8080
"rollup-plugin-terser": "^7.0.2",
8181
"rollup-plugin-typescript2": "^0.29.0",
82-
"superstruct": "^0.12.1",
82+
"superstruct": "^0.13.1",
8383
"ts-jest": "^26.4.4",
84-
"typescript": "^4.1.2",
85-
"yup": "^0.31.0",
84+
"typescript": "^4.1.3",
8685
"vest": "^2.2.3",
87-
"zod": "^1.11.10"
86+
"yup": "^0.31.0",
87+
"zod": "^1.11.11"
8888
},
8989
"peerDependencies": {
9090
"react-hook-form": ">=6.6.0"

rollup/cjs.ie11.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@ const config = {
1919
},
2020
plugins: [
2121
resolve({
22-
customResolveOptions: {
23-
moduleDirectory: dir,
24-
},
22+
moduleDirectories: [dir],
2523
}),
2624
commonjs(),
2725
typescript({

0 commit comments

Comments
 (0)