Skip to content

Commit 3e58f02

Browse files
author
Robin Bühler
committed
Upgrade dependencies
1 parent 1ade85f commit 3e58f02

File tree

2 files changed

+837
-708
lines changed

2 files changed

+837
-708
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"types": "dist/index.d.ts",
1414
"dependencies": {},
1515
"devDependencies": {
16-
"@babel/core": "^7.9.6",
16+
"@babel/core": "^7.10.2",
1717
"@emotion/core": "^10.0.28",
1818
"@emotion/styled": "^10.0.27",
1919
"@rollup/plugin-typescript": "^4.1.2",
@@ -25,15 +25,15 @@
2525
"@storybook/addons": "^5.3.19",
2626
"@storybook/preset-typescript": "^3.0.0",
2727
"@storybook/react": "^5.3.19",
28-
"@testing-library/jest-dom": "^5.8.0",
28+
"@testing-library/jest-dom": "^5.9.0",
2929
"@testing-library/react": "^10.0.4",
3030
"@testing-library/react-hooks": "^3.2.1",
3131
"@types/jest": "^25.2.3",
32-
"@types/node": "^14.0.5",
32+
"@types/node": "^14.0.6",
3333
"@types/react": "^16.9.35",
3434
"@types/react-dom": "^16.9.8",
35-
"@typescript-eslint/eslint-plugin": "^3.0.1",
36-
"@typescript-eslint/parser": "^3.0.1",
35+
"@typescript-eslint/eslint-plugin": "^3.0.2",
36+
"@typescript-eslint/parser": "^3.0.2",
3737
"babel-loader": "^8.1.0",
3838
"babel-preset-react-app": "^9.1.2",
3939
"eslint": "^7.1.0",
@@ -44,9 +44,9 @@
4444
"prettier": "^2.0.5",
4545
"react-is": "^16.13.1",
4646
"react-test-renderer": "^16.13.1",
47-
"rollup": "^2.10.9",
48-
"ts-jest": "^26.0.0",
49-
"ts-node": "^8.10.1",
47+
"rollup": "^2.12.0",
48+
"ts-jest": "^26.1.0",
49+
"ts-node": "^8.10.2",
5050
"tslib": "^2.0.0",
5151
"typescript": "^3.9.3"
5252
},

0 commit comments

Comments
 (0)