Skip to content

Commit bf0c771

Browse files
bump versions
1 parent 02748af commit bf0c771

File tree

2 files changed

+125
-96
lines changed

2 files changed

+125
-96
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -37,35 +37,35 @@
3737
]
3838
},
3939
"devDependencies": {
40-
"@testing-library/jest-dom": "^5.11.9",
41-
"@testing-library/react": "^11.2.5",
42-
"@testing-library/react-hooks": "^5.1.0",
40+
"@testing-library/jest-dom": "^5.11.10",
41+
"@testing-library/react": "^11.2.6",
42+
"@testing-library/react-hooks": "^5.1.1",
4343
"@types/enzyme": "^3.10.8",
4444
"@types/enzyme-adapter-react-16": "^1.0.6",
45-
"@types/jest": "^26.0.20",
45+
"@types/jest": "^26.0.22",
4646
"@types/react": "^16.8.0",
4747
"@types/react-dom": "^16.8.0",
48-
"@typescript-eslint/eslint-plugin": "^4.16.1",
49-
"@typescript-eslint/parser": "^4.16.1",
48+
"@typescript-eslint/eslint-plugin": "^4.20.0",
49+
"@typescript-eslint/parser": "^4.20.0",
5050
"enzyme": "^3.11.0",
5151
"enzyme-adapter-react-16": "^1.15.6",
52-
"eslint": "^7.21.0",
52+
"eslint": "^7.23.0",
5353
"eslint-config-airbnb-typescript": "^12.3.1",
5454
"eslint-config-prettier": "^8.1.0",
5555
"eslint-plugin-import": "^2.22.1",
5656
"eslint-plugin-import-helpers": "^1.1.0",
5757
"eslint-plugin-jsx-a11y": "^6.4.1",
5858
"eslint-plugin-prettier": "^3.3.1",
59-
"eslint-plugin-react": "^7.22.0",
59+
"eslint-plugin-react": "^7.23.1",
6060
"eslint-plugin-react-hooks": "^4.2.0",
61-
"husky": "^5.1.3",
61+
"husky": "^6.0.0",
6262
"jest": "^26.6.3",
6363
"lint-staged": "^10.5.4",
6464
"prettier": "^2.2.1",
6565
"react": "^16.8.0",
6666
"react-dom": "^16.8.0",
6767
"rimraf": "^3.0.2",
68-
"ts-jest": "^26.5.3",
68+
"ts-jest": "^26.5.4",
6969
"typescript": "^4.2.3"
7070
},
7171
"peerDependencies": {

0 commit comments

Comments
 (0)