Skip to content

Commit 1ac059b

Browse files
committed
Upgrade dependencies
1 parent 0f52001 commit 1ac059b

File tree

2 files changed

+1309
-1239
lines changed

2 files changed

+1309
-1239
lines changed

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
"types": "dist/index.d.ts",
1414
"dependencies": {},
1515
"devDependencies": {
16-
"@babel/core": "^7.10.2",
16+
"@babel/core": "^7.10.4",
1717
"@emotion/core": "^10.0.28",
1818
"@emotion/styled": "^10.0.27",
19-
"@rollup/plugin-typescript": "^4.1.2",
19+
"@rollup/plugin-typescript": "^5.0.1",
2020
"@storybook/addon-actions": "^5.3.19",
2121
"@storybook/addon-docs": "^5.3.19",
2222
"@storybook/addon-info": "^5.3.19",
@@ -25,30 +25,30 @@
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.10.1",
29-
"@testing-library/react": "^10.2.1",
28+
"@testing-library/jest-dom": "^5.11.0",
29+
"@testing-library/react": "^10.4.3",
3030
"@testing-library/react-hooks": "^3.3.0",
31-
"@types/jest": "^26.0.0",
32-
"@types/node": "^14.0.13",
33-
"@types/react": "^16.9.36",
31+
"@types/jest": "^26.0.3",
32+
"@types/node": "^14.0.14",
33+
"@types/react": "^16.9.41",
3434
"@types/react-dom": "^16.9.8",
35-
"@typescript-eslint/eslint-plugin": "^3.2.0",
36-
"@typescript-eslint/parser": "^3.2.0",
35+
"@typescript-eslint/eslint-plugin": "^3.5.0",
36+
"@typescript-eslint/parser": "^3.5.0",
3737
"babel-loader": "^8.1.0",
3838
"babel-preset-react-app": "^9.1.2",
39-
"eslint": "^7.2.0",
39+
"eslint": "^7.4.0",
4040
"eslint-config-prettier": "^6.11.0",
4141
"eslint-plugin-prettier": "^3.1.4",
42-
"eslint-plugin-react": "^7.20.0",
43-
"jest": "^26.0.1",
42+
"eslint-plugin-react": "^7.20.3",
43+
"jest": "^26.1.0",
4444
"prettier": "^2.0.5",
4545
"react-is": "^16.13.1",
4646
"react-test-renderer": "^16.13.1",
47-
"rollup": "^2.16.1",
48-
"ts-jest": "^26.1.0",
47+
"rollup": "^2.19.0",
48+
"ts-jest": "^26.1.1",
4949
"ts-node": "^8.10.2",
5050
"tslib": "^2.0.0",
51-
"typescript": "^3.9.5"
51+
"typescript": "^3.9.6"
5252
},
5353
"scripts": {
5454
"build": "yarn build:rollup",

0 commit comments

Comments
 (0)