diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-06-28 15:46:48 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-28 15:46:48 +0000 |
commit | 70b591527db8959f12d1653b1072b459183f70b8 (patch) | |
tree | 7956c7feee903e9f872b19c4fa4dc070d301bfd5 /package.json | |
parent | Bump eslint-plugin-prettier from 4.0.0 to 4.1.0 (#118) (diff) | |
download | ee4511w-web-70b591527db8959f12d1653b1072b459183f70b8.tar ee4511w-web-70b591527db8959f12d1653b1072b459183f70b8.tar.gz ee4511w-web-70b591527db8959f12d1653b1072b459183f70b8.tar.bz2 ee4511w-web-70b591527db8959f12d1653b1072b459183f70b8.tar.lz ee4511w-web-70b591527db8959f12d1653b1072b459183f70b8.tar.xz ee4511w-web-70b591527db8959f12d1653b1072b459183f70b8.tar.zst ee4511w-web-70b591527db8959f12d1653b1072b459183f70b8.zip |
Bump @typescript-eslint/parser from 5.29.0 to 5.30.0 (#119)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.29.0 to 5.30.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.30.0/packages/parser)
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 1c2a15f..5b7dfd6 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@types/passport": "^1.0.9", "@types/shell-quote": "1.7.1", "@typescript-eslint/eslint-plugin": "5.29.0", - "@typescript-eslint/parser": "5.29.0", + "@typescript-eslint/parser": "5.30.0", "eslint": "8.18.0", "eslint-config-airbnb-base": "15.0.0", "eslint-config-prettier": "8.5.0", |