Skip to content

Commit 0668340

Browse files
committed
chore: update dependencies
1 parent 3cb88e7 commit 0668340

File tree

3 files changed

+1739
-1747
lines changed

3 files changed

+1739
-1747
lines changed

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module.exports = {
44
extends: [
55
'plugin:react/recommended',
66
'plugin:@typescript-eslint/recommended',
7-
'prettier/@typescript-eslint',
7+
'prettier',
88
'plugin:prettier/recommended',
99
],
1010
parser: '@typescript-eslint/parser',

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -63,28 +63,28 @@
6363
},
6464
"homepage": "https://react-hook-form.com",
6565
"devDependencies": {
66-
"@testing-library/react": "^11.2.2",
67-
"@types/jest": "^26.0.15",
68-
"@types/react": "^17.0.0",
69-
"@types/react-dom": "^17.0.0",
70-
"@typescript-eslint/eslint-plugin": "^4.8.1",
71-
"@typescript-eslint/parser": "^4.8.1",
72-
"eslint": "^7.14.0",
73-
"eslint-config-prettier": "^6.15.0",
74-
"eslint-plugin-prettier": "^3.1.4",
75-
"eslint-plugin-react": "^7.21.5",
66+
"@testing-library/react": "^11.2.6",
67+
"@types/jest": "^26.0.22",
68+
"@types/react": "^17.0.3",
69+
"@types/react-dom": "^17.0.3",
70+
"@typescript-eslint/eslint-plugin": "^4.21.0",
71+
"@typescript-eslint/parser": "^4.21.0",
72+
"eslint": "^7.23.0",
73+
"eslint-config-prettier": "^8.1.0",
74+
"eslint-plugin-prettier": "^3.3.1",
75+
"eslint-plugin-react": "^7.23.2",
7676
"eslint-plugin-react-hooks": "^4.2.0",
7777
"husky": "^4.3.0",
7878
"jest": "^26.6.3",
79-
"lint-staged": "^10.5.1",
80-
"microbundle": "^0.12.4",
81-
"prettier": "^2.2.0",
82-
"react": "^17.0.1",
83-
"react-dom": "^17.0.1",
79+
"lint-staged": "^10.5.4",
80+
"microbundle": "^0.13.0",
81+
"prettier": "^2.2.1",
82+
"react": "^17.0.2",
83+
"react-dom": "^17.0.2",
8484
"react-hook-form": "^6.11.4",
8585
"rimraf": "^3.0.2",
86-
"ts-jest": "^26.4.4",
87-
"typescript": "^4.1.2"
86+
"ts-jest": "^26.5.4",
87+
"typescript": "^4.2.4"
8888
},
8989
"peerDependencies": {
9090
"react": ">=16.8.0",

0 commit comments

Comments
 (0)