Skip to content

Commit 58b9b9a

Browse files
committed
chore(deps): upgrade eslint, jest...
1 parent b5f1663 commit 58b9b9a

File tree

2 files changed

+630
-567
lines changed

2 files changed

+630
-567
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -42,31 +42,31 @@
4242
"react-dom": "^16.8.0"
4343
},
4444
"devDependencies": {
45-
"@testing-library/react": "^10.4.3",
46-
"@testing-library/react-hooks": "^3.3.0",
47-
"@types/jest": "^26.0.3",
48-
"@types/react": "^16.9.38",
45+
"@testing-library/react": "^10.4.9",
46+
"@testing-library/react-hooks": "^3.4.1",
47+
"@types/jest": "^26.0.10",
48+
"@types/react": "^16.9.46",
4949
"@types/react-dom": "^16.9.8",
5050
"@types/react-transition-group": "^4.2.3",
51-
"@typescript-eslint/eslint-plugin": "^3.5.0",
52-
"@typescript-eslint/parser": "^3.5.0",
53-
"emotion": "^10.0.17",
54-
"eslint": "^7.3.1",
51+
"@typescript-eslint/eslint-plugin": "^3.9.1",
52+
"@typescript-eslint/parser": "^3.9.1",
53+
"emotion": "^10.0.27",
54+
"eslint": "^7.7.0",
5555
"eslint-config-prettier": "^6.11.0",
5656
"eslint-plugin-prettier": "^3.1.4",
57-
"eslint-plugin-react": "^7.20.2",
58-
"eslint-plugin-react-hooks": "^4.0.4",
57+
"eslint-plugin-react": "^7.20.6",
58+
"eslint-plugin-react-hooks": "^4.1.0",
5959
"gh-pages": "^2.1.1",
6060
"husky": "^4.2.3",
61-
"jest": "^26.1.0",
61+
"jest": "^26.4.2",
6262
"lint-staged": "^10.0.8",
6363
"parcel": "^2.0.0-alpha.3.2",
64-
"prettier": "^2.0.5",
64+
"prettier": "^2.1.0",
6565
"react": "^16.13.1",
6666
"react-dom": "^16.13.1",
6767
"react-test-renderer": "^16.13.1",
6868
"react-transition-group": "^4.3.0",
69-
"ts-jest": "^26.1.1",
69+
"ts-jest": "^26.2.0",
7070
"typescript": "^3.9.5"
7171
},
7272
"husky": {

0 commit comments

Comments
 (0)