Skip to content

Commit 335aa55

Browse files
committed
Upgrade dependencies
1 parent b26784a commit 335aa55

File tree

2 files changed

+1053
-816
lines changed

2 files changed

+1053
-816
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"types": "dist/index.d.ts",
1414
"dependencies": {},
1515
"devDependencies": {
16-
"@babel/core": "^7.9.0",
16+
"@babel/core": "^7.9.6",
1717
"@rollup/plugin-typescript": "^4.1.1",
1818
"@storybook/addon-actions": "^5.3.18",
1919
"@storybook/addon-docs": "^5.3.18",
@@ -24,27 +24,27 @@
2424
"@storybook/preset-typescript": "^3.0.0",
2525
"@storybook/react": "^5.3.18",
2626
"@testing-library/jest-dom": "^5.5.0",
27-
"@testing-library/react": "^10.0.2",
27+
"@testing-library/react": "^10.0.4",
2828
"@testing-library/react-hooks": "^3.2.1",
2929
"@types/jest": "^25.2.1",
30-
"@types/node": "^13.11.1",
30+
"@types/node": "^13.13.4",
3131
"@types/react": "^16.9.34",
32-
"@types/react-dom": "^16.9.6",
33-
"@typescript-eslint/eslint-plugin": "^2.28.0",
34-
"@typescript-eslint/parser": "^2.28.0",
32+
"@types/react-dom": "^16.9.7",
33+
"@typescript-eslint/eslint-plugin": "^2.30.0",
34+
"@typescript-eslint/parser": "^2.30.0",
3535
"babel-loader": "^8.1.0",
3636
"babel-preset-react-app": "^9.1.2",
3737
"eslint": "^6.8.0",
38-
"eslint-config-prettier": "^6.10.1",
38+
"eslint-config-prettier": "^6.11.0",
3939
"eslint-plugin-prettier": "^3.1.3",
4040
"eslint-plugin-react": "^7.19.0",
41-
"jest": "^25.3.0",
42-
"prettier": "^2.0.4",
41+
"jest": "^25.5.4",
42+
"prettier": "^2.0.5",
4343
"react-is": "^16.13.1",
4444
"react-test-renderer": "^16.13.1",
45-
"rollup": "^2.6.1",
45+
"rollup": "^2.7.6",
4646
"ts-jest": "^25.4.0",
47-
"ts-node": "^8.8.2",
47+
"ts-node": "^8.10.1",
4848
"tslib": "^1.11.1",
4949
"typescript": "^3.8.3"
5050
},

0 commit comments

Comments
 (0)