Skip to content

Commit a498895

Browse files
committed
chore: upgrade dependencies
1 parent b3e519e commit a498895

File tree

3 files changed

+555
-415
lines changed

3 files changed

+555
-415
lines changed

.eslintrc

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,13 @@
44
"extends": [
55
"eslint:recommended",
66
"plugin:react/recommended",
7+
"prettier"
8+
],
9+
"plugins": [
10+
"react",
711
"prettier",
8-
"prettier/react"
12+
"react-hooks"
913
],
10-
"plugins": ["react", "prettier", "react-hooks"],
1114
"rules": {
1215
"react-hooks/rules-of-hooks": "error"
1316
},
@@ -28,4 +31,4 @@
2831
"version": "16.7.0"
2932
}
3033
}
31-
}
34+
}

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -33,27 +33,27 @@
3333
"/LICENSE"
3434
],
3535
"dependencies": {
36-
"lodash": "4.17.20"
36+
"lodash": "4.17.21"
3737
},
3838
"peerDependencies": {
3939
"react": "^16.8.6 || 17"
4040
},
4141
"devDependencies": {
42-
"@types/lodash": "^4.14.168",
43-
"@types/react": "^17.0.0",
42+
"@types/lodash": "^4.14.172",
43+
"@types/react": "^17.0.20",
4444
"babel-eslint": "^10.1.0",
4545
"cz-conventional-changelog": "3.3.0",
46-
"eslint": "^7.18.0",
47-
"eslint-config-prettier": "^7.2.0",
48-
"eslint-plugin-prettier": "^3.3.1",
49-
"eslint-plugin-react": "^7.22.0",
46+
"eslint": "^7.32.0",
47+
"eslint-config-prettier": "^8.3.0",
48+
"eslint-plugin-prettier": "^4.0.0",
49+
"eslint-plugin-react": "^7.25.1",
5050
"eslint-plugin-react-hooks": "^4.2.0",
51-
"husky": "^5.0.9",
52-
"lint-staged": "^10.5.3",
53-
"prettier": "^2.2.1",
51+
"husky": "^7.0.2",
52+
"lint-staged": "^11.1.2",
53+
"prettier": "^2.4.0",
5454
"rimraf": "^3.0.2",
55-
"standard-version": "^9.1.0",
56-
"typescript": "^4.1.3"
55+
"standard-version": "^9.3.1",
56+
"typescript": "^4.4.2"
5757
},
5858
"config": {
5959
"commitizen": {

0 commit comments

Comments
 (0)