Skip to content

Commit 8c7718d

Browse files
committed
Upgrade dependencies
1 parent 3a9e7ec commit 8c7718d

File tree

2 files changed

+101
-102
lines changed

2 files changed

+101
-102
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,26 +29,26 @@
2929
"@testing-library/react": "^10.0.4",
3030
"@testing-library/react-hooks": "^3.2.1",
3131
"@types/jest": "^25.2.1",
32-
"@types/node": "^13.13.5",
33-
"@types/react": "^16.9.34",
34-
"@types/react-dom": "^16.9.7",
35-
"@typescript-eslint/eslint-plugin": "^2.31.0",
36-
"@typescript-eslint/parser": "^2.31.0",
32+
"@types/node": "^14.0.1",
33+
"@types/react": "^16.9.35",
34+
"@types/react-dom": "^16.9.8",
35+
"@typescript-eslint/eslint-plugin": "^2.33.0",
36+
"@typescript-eslint/parser": "^2.33.0",
3737
"babel-loader": "^8.1.0",
3838
"babel-preset-react-app": "^9.1.2",
3939
"eslint": "^7.0.0",
4040
"eslint-config-prettier": "^6.11.0",
4141
"eslint-plugin-prettier": "^3.1.3",
42-
"eslint-plugin-react": "^7.19.0",
42+
"eslint-plugin-react": "^7.20.0",
4343
"jest": "^25.5.4",
4444
"prettier": "^2.0.5",
4545
"react-is": "^16.13.1",
4646
"react-test-renderer": "^16.13.1",
47-
"rollup": "^2.9.0",
47+
"rollup": "^2.10.0",
4848
"ts-jest": "^25.5.1",
4949
"ts-node": "^8.10.1",
50-
"tslib": "^1.11.2",
51-
"typescript": "^3.8.3"
50+
"tslib": "^1.12.0",
51+
"typescript": "^3.9.2"
5252
},
5353
"scripts": {
5454
"build": "yarn build:rollup",

0 commit comments

Comments
 (0)