Skip to content

Commit

Permalink
Update dependencies (#619)
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker committed Mar 20, 2020
1 parent 9ba52a5 commit fa3a2da
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Expand Up @@ -43,12 +43,12 @@
"regexp-tree": "^0.1.21",
"reserved-words": "^0.1.2",
"safe-regex": "^2.1.1",
"semver": "^7.1.2"
"semver": "^7.1.3"
},
"devDependencies": {
"@ava/babel": "^1.0.1",
"@lubien/fixture-beta-package": "^1.0.0-beta.1",
"@typescript-eslint/parser": "^2.21.0",
"@typescript-eslint/parser": "^2.24.0",
"ava": "^3.5.0",
"babel-eslint": "^10.1.0",
"chalk": "^3.0.0",
Expand All @@ -59,14 +59,14 @@
"execa": "^4.0.0",
"listr": "^0.14.3",
"nyc": "^15.0.0",
"outdent": "^0.7.0",
"outdent": "^0.7.1",
"pify": "^5.0.0",
"tempy": "^0.4.0",
"tempy": "^0.5.0",
"typescript": "^3.8.3",
"xo": "^0.27.2"
"xo": "^0.28.0"
},
"peerDependencies": {
"eslint": ">=6.7.1"
"eslint": ">=6.8.0"
},
"ava": {
"babel": true,
Expand Down Expand Up @@ -106,7 +106,7 @@
],
"rules": {
"strict": "error",
"import/order": "off"
"unicorn/string-content": "off"
}
}
}

0 comments on commit fa3a2da

Please sign in to comment.