Skip to content

Commit 74da9bb

Browse files
committed
chore: upgrade dependencies
1 parent 78e8126 commit 74da9bb

File tree

2 files changed

+147
-82
lines changed

2 files changed

+147
-82
lines changed

package.json

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@
9696
"jest": {
9797
"testEnvironment": "jsdom",
9898
"setupFilesAfterEnv": [
99-
"@testing-library/react/cleanup-after-each",
10099
"@testing-library/jest-dom/extend-expect"
101100
],
102101
"modulePathIgnorePatterns": [
@@ -130,9 +129,9 @@
130129
"@storybook/react": "^5.0.0",
131130
"@storybook/theming": "^5.0.11",
132131
"@testing-library/jest-dom": "^4.0.0",
133-
"@testing-library/react": "^8.0.5",
132+
"@testing-library/react": "^9.1.0",
134133
"@types/jest": "^24.0.9",
135-
"@types/react": "^16.8.23",
134+
"@types/react": "^16.9.1",
136135
"@types/react-dom": "^16.8.2",
137136
"@types/storybook__addon-actions": "^3.4.1",
138137
"@types/storybook__addon-knobs": "^5.0.2",
@@ -144,22 +143,22 @@
144143
"babel-loader": "^8.0.5",
145144
"concurrently": "^4.1.0",
146145
"coveralls": "^3.0.5",
147-
"eslint": "^5.16.0",
148-
"eslint-config-react-app": "^4.0.0",
149-
"eslint-plugin-flowtype": "^3.2.1",
146+
"eslint": "^6.1.0",
147+
"eslint-config-react-app": "^5.0.0",
148+
"eslint-plugin-flowtype": "^4.2.0",
150149
"eslint-plugin-import": "^2.18.2",
151150
"eslint-plugin-jsx-a11y": "^6.2.3",
152151
"eslint-plugin-react": "^7.12.4",
153-
"eslint-plugin-react-hooks": "^1.5.0",
154-
"husky": "^3.0.0",
152+
"eslint-plugin-react-hooks": "^1.7.0",
153+
"husky": "^3.0.3",
155154
"intersection-observer": "^0.7.0",
156155
"jest": "^24.5.0",
157156
"lint-staged": "^9.2.0",
158157
"npm-run-all": "^4.1.5",
159158
"prettier": "^1.16.2",
160-
"react": "^16.8.3",
161-
"react-dom": "^16.8.3",
162-
"react-test-renderer": "^16.8.3",
159+
"react": "^16.9.0",
160+
"react-dom": "^16.9.0",
161+
"react-test-renderer": "^16.9.0",
163162
"rollup": "^1.17.0",
164163
"rollup-plugin-babel": "^4.2.0",
165164
"rollup-plugin-commonjs": "^10.0.1",

0 commit comments

Comments
 (0)