Skip to content

Commit 794e93b

Browse files
committed
chore: upgrade dependencies
1 parent da1e180 commit 794e93b

File tree

2 files changed

+431
-390
lines changed

2 files changed

+431
-390
lines changed

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -36,24 +36,24 @@
3636
"lodash": "4.17.21"
3737
},
3838
"peerDependencies": {
39-
"react": "^16.8.6 || 17 || 18"
39+
"react": ">=16.8.6"
4040
},
4141
"devDependencies": {
42-
"@types/lodash": "^4.14.172",
43-
"@types/react": "^17.0.20",
44-
"babel-eslint": "^10.1.0",
42+
"@types/lodash": "4.14.181",
43+
"@types/react": "18.0.5",
44+
"babel-eslint": "10.1.0",
4545
"cz-conventional-changelog": "3.3.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",
50-
"eslint-plugin-react-hooks": "^4.2.0",
51-
"husky": "^7.0.2",
52-
"lint-staged": "^11.1.2",
53-
"prettier": "^2.4.0",
54-
"rimraf": "^3.0.2",
55-
"standard-version": "^9.3.1",
56-
"typescript": "^4.4.2"
46+
"eslint": "8.13.0",
47+
"eslint-config-prettier": "8.5.0",
48+
"eslint-plugin-prettier": "4.0.0",
49+
"eslint-plugin-react": "7.29.4",
50+
"eslint-plugin-react-hooks": "4.4.0",
51+
"husky": "7.0.4",
52+
"lint-staged": "12.3.8",
53+
"prettier": "2.6.2",
54+
"rimraf": "3.0.2",
55+
"standard-version": "9.3.2",
56+
"typescript": "4.6.3"
5757
},
5858
"config": {
5959
"commitizen": {

0 commit comments

Comments
 (0)