diff options
author | dependabot[bot] | 2023-01-16 21:40:07 +0000 |
---|---|---|
committer | vitalyster | 2023-01-17 00:43:07 +0300 |
commit | f982b3c5af9ced83f4216a18b012d69c326d6be5 (patch) | |
tree | 1a62aa13ec31b642d105b757b82ff3e993aa47c8 /vnext/package.json | |
parent | 3c83dfeffbf11d6259eb3db41cc6d79a1f2ca5c8 (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.48.1 to 5.48.2.
- [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.48.2/packages/parser)
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-patch
...
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 a396d6fe..a222bab8 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -21,7 +21,7 @@ "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^13.4.0", "@typescript-eslint/eslint-plugin": "^5.48.1", - "@typescript-eslint/parser": "^5.48.1", + "@typescript-eslint/parser": "^5.48.2", "concurrently": "^7.6.0", "cross-env": "^7.0.3", "cssnano": "^5.1.14", |