Skip to content

Commit 649ce28

Browse files
committed
Upgrade dependencies
1 parent 5cfc456 commit 649ce28

File tree

2 files changed

+268
-79
lines changed

2 files changed

+268
-79
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"module": "dist/es/index.js",
1313
"types": "dist/index.d.ts",
1414
"devDependencies": {
15-
"@babel/core": "^7.11.4",
15+
"@babel/core": "^7.11.6",
1616
"@emotion/core": "^10.0.35",
1717
"@emotion/styled": "^10.0.27",
1818
"@rollup/plugin-typescript": "^5.0.2",
@@ -23,17 +23,17 @@
2323
"@storybook/addons": "^6.0.21",
2424
"@storybook/react": "^6.0.21",
2525
"@testing-library/jest-dom": "^5.11.4",
26-
"@testing-library/react": "^10.4.9",
26+
"@testing-library/react": "^11.0.2",
2727
"@testing-library/react-hooks": "^3.4.1",
28-
"@types/jest": "^26.0.10",
29-
"@types/node": "^14.6.2",
30-
"@types/react": "^16.9.48",
28+
"@types/jest": "^26.0.13",
29+
"@types/node": "^14.6.4",
30+
"@types/react": "^16.9.49",
3131
"@types/react-dom": "^16.9.8",
32-
"@typescript-eslint/eslint-plugin": "^3.10.1",
33-
"@typescript-eslint/parser": "^3.10.1",
32+
"@typescript-eslint/eslint-plugin": "^4.0.1",
33+
"@typescript-eslint/parser": "^4.0.1",
3434
"babel-loader": "^8.1.0",
3535
"babel-preset-react-app": "^9.1.2",
36-
"eslint": "^7.7.0",
36+
"eslint": "^7.8.1",
3737
"eslint-config-prettier": "^6.11.0",
3838
"eslint-plugin-prettier": "^3.1.4",
3939
"eslint-plugin-react": "^7.20.6",
@@ -42,7 +42,7 @@
4242
"react-docgen": "^5.3.0",
4343
"react-is": "^16.13.1",
4444
"react-test-renderer": "^16.13.1",
45-
"rollup": "^2.26.8",
45+
"rollup": "^2.26.10",
4646
"ts-jest": "^26.3.0",
4747
"ts-loader": "^8.0.3",
4848
"ts-node": "^9.0.0",

0 commit comments

Comments
 (0)