Skip to content

Commit deb26cb

Browse files
authored
Merge pull request #99 from CodeYourFuture/chore/fix-deps
[STAGING] Chore/fix deps
2 parents da040f9 + 443c55f commit deb26cb

File tree

3 files changed

+15171
-2
lines changed

3 files changed

+15171
-2
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,3 @@ yarn-debug.log*
4444
yarn-error.log*
4545
.env
4646
package-lock.json
47-
yarn.lock

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,17 @@
7474
"eslint-config-airbnb": "^18.0.1",
7575
"eslint-config-prettier": "^6.1.0",
7676
"eslint-plugin-import": "^2.18.2",
77-
"eslint-plugin-jsx-a11y": "^6.2.3",
77+
"eslint-plugin-jsx-a11y": "=6.5.1",
7878
"eslint-plugin-prettier": "^3.1.0",
7979
"eslint-plugin-react": "^7.14.3",
8080
"husky": "^3.0.4",
8181
"lint-staged": "^9.2.5",
8282
"prettier": "^1.18.2",
8383
"wait-on": "^3.3.0"
8484
},
85+
"resolutions": {
86+
"eslint-plugin-jsx-a11y/axe-core": "4.4.1"
87+
},
8588
"browserslist": [
8689
">0.2%",
8790
"not dead",

0 commit comments

Comments
 (0)