Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Bühler committed May 31, 2020
1 parent 1ade85f commit 3e58f02
Show file tree
Hide file tree
Showing 2 changed files with 837 additions and 708 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"types": "dist/index.d.ts",
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/core": "^7.10.2",
"@emotion/core": "^10.0.28",
"@emotion/styled": "^10.0.27",
"@rollup/plugin-typescript": "^4.1.2",
Expand All @@ -25,15 +25,15 @@
"@storybook/addons": "^5.3.19",
"@storybook/preset-typescript": "^3.0.0",
"@storybook/react": "^5.3.19",
"@testing-library/jest-dom": "^5.8.0",
"@testing-library/jest-dom": "^5.9.0",
"@testing-library/react": "^10.0.4",
"@testing-library/react-hooks": "^3.2.1",
"@types/jest": "^25.2.3",
"@types/node": "^14.0.5",
"@types/node": "^14.0.6",
"@types/react": "^16.9.35",
"@types/react-dom": "^16.9.8",
"@typescript-eslint/eslint-plugin": "^3.0.1",
"@typescript-eslint/parser": "^3.0.1",
"@typescript-eslint/eslint-plugin": "^3.0.2",
"@typescript-eslint/parser": "^3.0.2",
"babel-loader": "^8.1.0",
"babel-preset-react-app": "^9.1.2",
"eslint": "^7.1.0",
Expand All @@ -44,9 +44,9 @@
"prettier": "^2.0.5",
"react-is": "^16.13.1",
"react-test-renderer": "^16.13.1",
"rollup": "^2.10.9",
"ts-jest": "^26.0.0",
"ts-node": "^8.10.1",
"rollup": "^2.12.0",
"ts-jest": "^26.1.0",
"ts-node": "^8.10.2",
"tslib": "^2.0.0",
"typescript": "^3.9.3"
},
Expand Down
Loading

0 comments on commit 3e58f02

Please sign in to comment.