Skip to content

Commit 705ec70

Browse files
committed
Upgrade dependencies
1 parent abbf148 commit 705ec70

File tree

2 files changed

+568
-360
lines changed

2 files changed

+568
-360
lines changed

package.json

Lines changed: 15 additions & 15 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.10.5",
15+
"@babel/core": "^7.11.1",
1616
"@emotion/core": "^10.0.28",
1717
"@emotion/styled": "^10.0.27",
1818
"@rollup/plugin-typescript": "^5.0.2",
@@ -22,31 +22,31 @@
2222
"@storybook/addon-storysource": "^6.0.0-rc.14",
2323
"@storybook/addons": "^6.0.0-rc.14",
2424
"@storybook/react": "^6.0.0-rc.14",
25-
"@testing-library/jest-dom": "^5.11.1",
26-
"@testing-library/react": "^10.4.7",
25+
"@testing-library/jest-dom": "^5.11.2",
26+
"@testing-library/react": "^10.4.8",
2727
"@testing-library/react-hooks": "^3.4.1",
28-
"@types/jest": "^26.0.7",
29-
"@types/node": "^14.0.26",
30-
"@types/react": "^16.9.43",
28+
"@types/jest": "^26.0.9",
29+
"@types/node": "^14.0.27",
30+
"@types/react": "^16.9.44",
3131
"@types/react-dom": "^16.9.8",
32-
"@typescript-eslint/eslint-plugin": "^3.7.0",
33-
"@typescript-eslint/parser": "^3.7.0",
32+
"@typescript-eslint/eslint-plugin": "^3.8.0",
33+
"@typescript-eslint/parser": "^3.8.0",
3434
"babel-loader": "^8.1.0",
3535
"babel-preset-react-app": "^9.1.2",
36-
"eslint": "^7.5.0",
36+
"eslint": "^7.6.0",
3737
"eslint-config-prettier": "^6.11.0",
3838
"eslint-plugin-prettier": "^3.1.4",
39-
"eslint-plugin-react": "^7.20.3",
40-
"jest": "^26.1.0",
39+
"eslint-plugin-react": "^7.20.5",
40+
"jest": "^26.2.2",
4141
"prettier": "^2.0.5",
4242
"react-docgen": "^5.3.0",
4343
"react-is": "^16.13.1",
4444
"react-test-renderer": "^16.13.1",
45-
"rollup": "^2.23.0",
46-
"ts-jest": "^26.1.3",
47-
"ts-loader": "^8.0.1",
45+
"rollup": "^2.23.1",
46+
"ts-jest": "^26.1.4",
47+
"ts-loader": "^8.0.2",
4848
"ts-node": "^8.10.2",
49-
"tslib": "^2.0.0",
49+
"tslib": "^2.0.1",
5050
"typescript": "^3.9.7"
5151
},
5252
"scripts": {

0 commit comments

Comments
 (0)