Skip to content

Commit 7093bcc

Browse files
committed
Upgrade dependencies
1 parent 3e58f02 commit 7093bcc

File tree

2 files changed

+115
-137
lines changed

2 files changed

+115
-137
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@
2626
"@storybook/preset-typescript": "^3.0.0",
2727
"@storybook/react": "^5.3.19",
2828
"@testing-library/jest-dom": "^5.9.0",
29-
"@testing-library/react": "^10.0.4",
29+
"@testing-library/react": "^10.1.0",
3030
"@testing-library/react-hooks": "^3.2.1",
3131
"@types/jest": "^25.2.3",
32-
"@types/node": "^14.0.6",
32+
"@types/node": "^14.0.10",
3333
"@types/react": "^16.9.35",
3434
"@types/react-dom": "^16.9.8",
35-
"@typescript-eslint/eslint-plugin": "^3.0.2",
36-
"@typescript-eslint/parser": "^3.0.2",
35+
"@typescript-eslint/eslint-plugin": "^3.1.0",
36+
"@typescript-eslint/parser": "^3.1.0",
3737
"babel-loader": "^8.1.0",
3838
"babel-preset-react-app": "^9.1.2",
3939
"eslint": "^7.1.0",
@@ -44,7 +44,7 @@
4444
"prettier": "^2.0.5",
4545
"react-is": "^16.13.1",
4646
"react-test-renderer": "^16.13.1",
47-
"rollup": "^2.12.0",
47+
"rollup": "^2.13.1",
4848
"ts-jest": "^26.1.0",
4949
"ts-node": "^8.10.2",
5050
"tslib": "^2.0.0",

0 commit comments

Comments
 (0)