Skip to content

Commit 952874a

Browse files
committed
Upgrade dependencies
1 parent 690b54a commit 952874a

File tree

2 files changed

+265
-268
lines changed

2 files changed

+265
-268
lines changed

package.json

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,11 @@
1111
"main": "dist/index.js",
1212
"module": "dist/es/index.js",
1313
"types": "dist/index.d.ts",
14-
"dependencies": {
15-
"react-docgen-typescript-loader": "^3.7.2",
16-
"ts-loader": "^8.0.0"
17-
},
1814
"devDependencies": {
19-
"@babel/core": "^7.10.4",
15+
"@babel/core": "^7.10.5",
2016
"@emotion/core": "^10.0.28",
2117
"@emotion/styled": "^10.0.27",
22-
"@rollup/plugin-typescript": "^5.0.1",
18+
"@rollup/plugin-typescript": "^5.0.2",
2319
"@storybook/addon-actions": "^5.3.19",
2420
"@storybook/addon-docs": "^5.3.19",
2521
"@storybook/addon-info": "^5.3.19",
@@ -29,14 +25,14 @@
2925
"@storybook/preset-typescript": "^3.0.0",
3026
"@storybook/react": "^5.3.19",
3127
"@testing-library/jest-dom": "^5.11.0",
32-
"@testing-library/react": "^10.4.5",
28+
"@testing-library/react": "^10.4.6",
3329
"@testing-library/react-hooks": "^3.3.0",
3430
"@types/jest": "^26.0.4",
35-
"@types/node": "^14.0.20",
36-
"@types/react": "^16.9.41",
31+
"@types/node": "^14.0.23",
32+
"@types/react": "^16.9.43",
3733
"@types/react-dom": "^16.9.8",
38-
"@typescript-eslint/eslint-plugin": "^3.6.0",
39-
"@typescript-eslint/parser": "^3.6.0",
34+
"@typescript-eslint/eslint-plugin": "^3.6.1",
35+
"@typescript-eslint/parser": "^3.6.1",
4036
"babel-loader": "^8.1.0",
4137
"babel-preset-react-app": "^9.1.2",
4238
"eslint": "^7.4.0",
@@ -45,10 +41,12 @@
4541
"eslint-plugin-react": "^7.20.3",
4642
"jest": "^26.1.0",
4743
"prettier": "^2.0.5",
44+
"react-docgen-typescript-loader": "^3.7.2",
4845
"react-is": "^16.13.1",
4946
"react-test-renderer": "^16.13.1",
5047
"rollup": "^2.21.0",
51-
"ts-jest": "^26.1.1",
48+
"ts-jest": "^26.1.2",
49+
"ts-loader": "^8.0.1",
5250
"ts-node": "^8.10.2",
5351
"tslib": "^2.0.0",
5452
"typescript": "^3.9.6"

0 commit comments

Comments
 (0)