Skip to content

Commit 4771767

Browse files
Fix Warning
1 parent 07a17d0 commit 4771767

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,11 @@
4747
},
4848
"devDependencies": {
4949
"@types/react": "^17.0.36",
50-
"@types/react-redux": "^7.1.20",
5150
"@types/styled-components": "^5.1.15",
51+
"husky": "^7.0.4",
5252
"lint-staged": "^12.1.2",
5353
"prettier": "^2.4.1",
54-
"typescript": "^4.5.2",
55-
"husky": "^7.0.4"
54+
"typescript": "^4.5.2"
5655
},
5756
"lint-staged": {
5857
"src/*.{ts,tsx}": [

0 commit comments

Comments
 (0)