Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker committed Jun 29, 2022
1 parent ff286a1 commit 3279d9a
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
],
"dependencies": {
"@babel/helper-validator-identifier": "^7.18.6",
"ci-info": "^3.3.0",
"ci-info": "^3.3.2",
"clean-regexp": "^1.0.0",
"eslint-utils": "^3.0.0",
"esquery": "^1.4.0",
Expand All @@ -58,39 +58,39 @@
"read-pkg-up": "^7.0.1",
"regexp-tree": "^0.1.24",
"safe-regex": "^2.1.1",
"semver": "^7.3.5",
"semver": "^7.3.7",
"strip-indent": "^3.0.0"
},
"devDependencies": {
"@babel/code-frame": "^7.18.6",
"@babel/core": "^7.18.6",
"@babel/eslint-parser": "^7.18.2",
"@lubien/fixture-beta-package": "^1.0.0-beta.1",
"@typescript-eslint/parser": "^5.7.0",
"@typescript-eslint/parser": "^5.30.0",
"ava": "^3.15.0",
"c8": "^7.11.0",
"chalk": "^5.0.0",
"c8": "^7.11.3",
"chalk": "^5.0.1",
"enquirer": "^2.3.6",
"eslint": "^8.8.0",
"eslint": "^8.18.0",
"eslint-ava-rule-tester": "^4.0.0",
"eslint-plugin-eslint-plugin": "^4.1.0",
"eslint-plugin-eslint-plugin": "^4.3.0",
"eslint-plugin-internal-rules": "file:./scripts/internal-rules/",
"eslint-remote-tester": "^3.0.0",
"eslint-remote-tester-repositories": "^0.0.6",
"execa": "^6.0.0",
"execa": "^6.1.0",
"listr": "^0.14.3",
"lodash-es": "^4.17.21",
"markdownlint-cli": "^0.30.0",
"mem": "^9.0.1",
"npm-package-json-lint": "^5.4.2",
"markdownlint-cli": "^0.31.1",
"mem": "^9.0.2",
"npm-package-json-lint": "^6.3.0",
"npm-run-all": "^4.1.5",
"outdent": "^0.8.0",
"typescript": "^4.5.4",
"vue-eslint-parser": "^8.0.1",
"xo": "^0.48.0"
"typescript": "^4.7.4",
"vue-eslint-parser": "^9.0.3",
"xo": "^0.50.0"
},
"peerDependencies": {
"eslint": ">=8.8.0"
"eslint": ">=8.18.0"
},
"ava": {
"files": [
Expand Down

0 comments on commit 3279d9a

Please sign in to comment.