diff options
author | dependabot[bot] | 2023-02-27 21:51:04 +0000 |
---|---|---|
committer | vitalyster | 2023-02-28 01:46:56 +0300 |
commit | 9b104d8860d3c794d3ac0d5766036db8d182f03f (patch) | |
tree | 40df7ff60d5ebb3d3b411818d62f09c5d3925642 /vnext/package.json | |
parent | 5a2b50c047804d6281cb5837991e6d75f8af1580 (diff) |
build(deps-dev): bump @typescript-eslint/parser in /vnext
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.53.0 to 5.54.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.54.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>
Diffstat (limited to 'vnext/package.json')
-rw-r--r-- | vnext/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vnext/package.json b/vnext/package.json index 3f177075..0dda9e5b 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -21,7 +21,7 @@ "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^14.0.0", "@typescript-eslint/eslint-plugin": "^5.53.0", - "@typescript-eslint/parser": "^5.53.0", + "@typescript-eslint/parser": "^5.54.0", "concurrently": "^7.6.0", "cross-env": "^7.0.3", "cssnano": "^5.1.15", |