Skip to content

Commit 7961292

Browse files
committed
chore: upgrade dependencies
Keep ESLint at v5 until config-react-app is upgraded
1 parent 8a77732 commit 7961292

File tree

2 files changed

+1163
-1176
lines changed

2 files changed

+1163
-1176
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@
9999
"@testing-library/react/cleanup-after-each",
100100
"jest-dom/extend-expect"
101101
],
102+
"modulePathIgnorePatterns": ["/dist/"],
102103
"coveragePathIgnorePatterns": [
103104
"/node_modules/",
104105
"/src/test-utils.ts",
@@ -140,7 +141,7 @@
140141
"babel-loader": "^8.0.5",
141142
"concurrently": "^4.1.0",
142143
"coveralls": "^3.0.3",
143-
"eslint": "^6.0.0",
144+
"eslint": "^5.16.0",
144145
"eslint-config-react-app": "^4.0.0",
145146
"eslint-plugin-flowtype": "^3.2.1",
146147
"eslint-plugin-import": "2.18.0",

0 commit comments

Comments
 (0)