Skip to content

Commit 5884775

Browse files
committed
Revert "Upgrade dependencies"
This reverts commit 087b387.
1 parent e7d500a commit 5884775

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -31,23 +31,23 @@
3131
"react-dom": ">= 16.8"
3232
},
3333
"devDependencies": {
34-
"@types/react": "^17.0.47",
35-
"@typescript-eslint/eslint-plugin": "^4.33.0",
36-
"@typescript-eslint/parser": "^4.33.0",
34+
"@types/react": "^17.0.0",
35+
"@typescript-eslint/eslint-plugin": "^4.13.0",
36+
"@typescript-eslint/parser": "^4.13.0",
3737
"babel-eslint": "^10.1.0",
38-
"eslint": "^7.32.0",
38+
"eslint": "^7.17.0",
3939
"eslint-config-react-app": "^6.0.0",
40-
"eslint-plugin-flowtype": "^5.10.0",
41-
"eslint-plugin-import": "^2.26.0",
42-
"eslint-plugin-jsx-a11y": "^6.6.0",
43-
"eslint-plugin-react": "^7.30.1",
44-
"eslint-plugin-react-hooks": "^4.6.0",
45-
"husky": "^4.3.8",
46-
"lint-staged": "^10.5.4",
47-
"prettier": "^2.7.1",
48-
"react": "^17.0.2",
49-
"react-dom": "^17.0.2",
50-
"typescript": "^4.7.4"
40+
"eslint-plugin-flowtype": "^5.2.0",
41+
"eslint-plugin-import": "^2.22.1",
42+
"eslint-plugin-jsx-a11y": "^6.4.1",
43+
"eslint-plugin-react": "^7.22.0",
44+
"eslint-plugin-react-hooks": "^4.2.0",
45+
"husky": "^4.3.7",
46+
"lint-staged": "^10.5.3",
47+
"prettier": "^2.2.1",
48+
"react": "^17.0.1",
49+
"react-dom": "^17.0.1",
50+
"typescript": "^4.2.2"
5151
},
5252
"eslintConfig": {
5353
"extends": "react-app"

0 commit comments

Comments
 (0)