Skip to content

Commit

Permalink
Update dependencies (#1121)
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker committed Feb 20, 2021
1 parent 2bbdcc9 commit 20709b4
Showing 1 changed file with 11 additions and 14 deletions.
25 changes: 11 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,31 +35,31 @@
"xo"
],
"dependencies": {
"ci-info": "^2.0.0",
"ci-info": "^3.1.1",
"clean-regexp": "^1.0.0",
"eslint-template-visitor": "^2.2.2",
"eslint-template-visitor": "^2.3.2",
"eslint-utils": "^2.1.0",
"eslint-visitor-keys": "^2.0.0",
"import-modules": "^2.1.0",
"lodash": "^4.17.20",
"pluralize": "^8.0.0",
"read-pkg-up": "^7.0.1",
"regexp-tree": "^0.1.22",
"regexp-tree": "^0.1.23",
"reserved-words": "^0.1.2",
"safe-regex": "^2.1.1",
"semver": "^7.3.4"
},
"devDependencies": {
"@babel/code-frame": "7.12.13",
"@babel/core": "7.12.10",
"@babel/eslint-parser": "7.12.1",
"@babel/core": "7.12.17",
"@babel/eslint-parser": "7.12.17",
"@lubien/fixture-beta-package": "^1.0.0-beta.1",
"@typescript-eslint/parser": "^4.12.0",
"@typescript-eslint/parser": "^4.15.1",
"ava": "^3.15.0",
"babel-eslint": "^10.1.0",
"chalk": "^4.1.0",
"enquirer": "2.3.6",
"eslint": "^7.15.0",
"eslint": "^7.20.0",
"eslint-ava-rule-tester": "^4.0.0",
"eslint-plugin-eslint-plugin": "^2.3.0",
"eslint-remote-tester": "^1.1.0",
Expand All @@ -70,12 +70,12 @@
"nyc": "^15.1.0",
"outdent": "^0.8.0",
"pify": "^5.0.0",
"typescript": "^4.1.3",
"vue-eslint-parser": "^7.3.0",
"xo": "^0.37.1"
"typescript": "^4.1.5",
"vue-eslint-parser": "^7.5.0",
"xo": "^0.38.1"
},
"peerDependencies": {
"eslint": ">=7.17.0"
"eslint": ">=7.20.0"
},
"ava": {
"files": [
Expand All @@ -98,9 +98,6 @@
"extends": [
"plugin:eslint-plugin/all"
],
"extensions": [
"mjs"
],
"ignores": [
"test/integration/{fixtures,fixtures-local}/**",
".cache-eslint-remote-tester",
Expand Down

0 comments on commit 20709b4

Please sign in to comment.