Skip to content

Commit 54d13ef

Browse files
committed
chore(deps): up types and jest (dev)
1 parent 74c55e7 commit 54d13ef

File tree

2 files changed

+878
-728
lines changed

2 files changed

+878
-728
lines changed

package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -41,25 +41,25 @@
4141
},
4242
"devDependencies": {
4343
"@testing-library/react-hooks": "^7.0.2",
44-
"@types/jest": "^27.0.1",
45-
"@types/react": "^17.0.20",
46-
"@types/react-dom": "^17.0.9",
47-
"@typescript-eslint/eslint-plugin": "^4.31.0",
48-
"@typescript-eslint/parser": "^4.31.0",
44+
"@types/jest": "^27.4.0",
45+
"@types/react": "^17.0.38",
46+
"@types/react-dom": "^17.0.11",
47+
"@typescript-eslint/eslint-plugin": "^5.9.1",
48+
"@typescript-eslint/parser": "^5.9.1",
4949
"eslint": "^7.32.0",
5050
"eslint-config-prettier": "^8.3.0",
5151
"eslint-plugin-prettier": "^4.0.0",
52-
"eslint-plugin-react": "^7.25.1",
53-
"eslint-plugin-react-hooks": "^4.2.0",
52+
"eslint-plugin-react": "^7.28.0",
53+
"eslint-plugin-react-hooks": "^4.3.0",
5454
"husky": "^4.3.5",
55-
"jest": "^27.1.1",
55+
"jest": "^27.4.7",
5656
"lint-staged": "^10.5.3",
57-
"prettier": "^2.4.0",
57+
"prettier": "^2.5.1",
5858
"react": "^17.0.2",
5959
"react-dom": "^17.0.2",
6060
"react-test-renderer": "^17.0.2",
61-
"ts-jest": "^27.0.5",
62-
"typescript": "^4.4.3"
61+
"ts-jest": "^27.1.2",
62+
"typescript": "^4.5.4"
6363
},
6464
"husky": {
6565
"hooks": {

0 commit comments

Comments
 (0)