Skip to content

Commit 4734187

Browse files
committed
chore: upgrade dependencies
1 parent b31487b commit 4734187

File tree

2 files changed

+598
-286
lines changed

2 files changed

+598
-286
lines changed

package.json

Lines changed: 24 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,11 @@
9797
"testEnvironment": "jsdom",
9898
"setupFilesAfterEnv": [
9999
"@testing-library/react/cleanup-after-each",
100-
"jest-dom/extend-expect"
100+
"@testing-library/jest-dom/extend-expect"
101+
],
102+
"modulePathIgnorePatterns": [
103+
"/dist/"
101104
],
102-
"modulePathIgnorePatterns": ["/dist/"],
103105
"coveragePathIgnorePatterns": [
104106
"/node_modules/",
105107
"/src/test-utils.ts",
@@ -114,11 +116,11 @@
114116
"react": "^15.0.0 || ^16.0.0 || ^17.0.0"
115117
},
116118
"devDependencies": {
117-
"@babel/cli": "^7.2.3",
118-
"@babel/core": "^7.3.4",
119-
"@babel/plugin-proposal-class-properties": "^7.3.4",
120-
"@babel/plugin-transform-runtime": "^7.3.4",
121-
"@babel/preset-env": "^7.3.4",
119+
"@babel/cli": "^7.5.0",
120+
"@babel/core": "^7.5.4",
121+
"@babel/plugin-proposal-class-properties": "^7.5.0",
122+
"@babel/plugin-transform-runtime": "^7.5.0",
123+
"@babel/preset-env": "^7.5.4",
122124
"@babel/preset-flow": "^7.0.0",
123125
"@babel/preset-react": "^7.0.0",
124126
"@babel/preset-typescript": "^7.1.0",
@@ -127,43 +129,43 @@
127129
"@storybook/components": "^5.0.0",
128130
"@storybook/react": "^5.0.0",
129131
"@storybook/theming": "^5.0.11",
130-
"@testing-library/react": "^8.0.1",
132+
"@testing-library/jest-dom": "^4.0.0",
133+
"@testing-library/react": "^8.0.5",
131134
"@types/jest": "^24.0.9",
132-
"@types/react": "^16.8.6",
135+
"@types/react": "^16.8.23",
133136
"@types/react-dom": "^16.8.2",
134137
"@types/storybook__addon-actions": "^3.4.1",
135-
"@types/storybook__addon-knobs": "^5.0.0",
138+
"@types/storybook__addon-knobs": "^5.0.2",
136139
"@types/storybook__react": "^4.0.0",
137-
"@typescript-eslint/eslint-plugin": "^1.4.2",
138-
"@typescript-eslint/parser": "^1.4.2",
140+
"@typescript-eslint/eslint-plugin": "^1.12.0",
141+
"@typescript-eslint/parser": "^1.12.0",
139142
"babel-eslint": "10.0.2",
140143
"babel-jest": "^24.5.0",
141144
"babel-loader": "^8.0.5",
142145
"concurrently": "^4.1.0",
143-
"coveralls": "^3.0.3",
146+
"coveralls": "^3.0.5",
144147
"eslint": "^5.16.0",
145148
"eslint-config-react-app": "^4.0.0",
146149
"eslint-plugin-flowtype": "^3.2.1",
147150
"eslint-plugin-import": "2.18.0",
148-
"eslint-plugin-jsx-a11y": "^6.2.1",
151+
"eslint-plugin-jsx-a11y": "^6.2.3",
149152
"eslint-plugin-react": "^7.12.4",
150153
"eslint-plugin-react-hooks": "^1.5.0",
151-
"husky": "^2.3.0",
154+
"husky": "^3.0.0",
152155
"intersection-observer": "^0.7.0",
153156
"jest": "^24.5.0",
154-
"jest-dom": "^3.1.3",
155-
"lint-staged": "^8.1.5",
157+
"lint-staged": "^9.2.0",
156158
"npm-run-all": "^4.1.5",
157159
"prettier": "^1.16.2",
158160
"react": "^16.8.3",
159161
"react-dom": "^16.8.3",
160162
"react-test-renderer": "^16.8.3",
161-
"rollup": "^1.10.0",
163+
"rollup": "^1.17.0",
162164
"rollup-plugin-babel": "^4.2.0",
163-
"rollup-plugin-commonjs": "^10.0.0",
164-
"rollup-plugin-node-resolve": "^5.0.1",
165+
"rollup-plugin-commonjs": "^10.0.1",
166+
"rollup-plugin-node-resolve": "^5.2.0",
165167
"rollup-plugin-replace": "^2.1.0",
166-
"rollup-plugin-terser": "^5.0.0",
167-
"typescript": "^3.2.4"
168+
"rollup-plugin-terser": "^5.1.1",
169+
"typescript": "^3.5.3"
168170
}
169171
}

0 commit comments

Comments
 (0)