diff options
author | dependabot[bot] | 2023-01-30 21:41:33 +0000 |
---|---|---|
committer | vitalyster | 2023-01-31 01:42:29 +0300 |
commit | 4eb6a56dfd3dc079088eabc472b4e1c715d207d4 (patch) | |
tree | 91f6a2644690933bda794d6b99f4ec37f8f7a5a0 /vnext/package.json | |
parent | d910a8c504c2bcc19a6f711148517d69849a7407 (diff) |
build(deps-dev): bump eslint from 8.32.0 to 8.33.0 in /vnext
Bumps [eslint](https://github.com/eslint/eslint) from 8.32.0 to 8.33.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.32.0...v8.33.0)
---
updated-dependencies:
- dependency-name: eslint
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 08703f03..5f8d7ee6 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -25,7 +25,7 @@ "concurrently": "^7.6.0", "cross-env": "^7.0.3", "cssnano": "^5.1.14", - "eslint": "^8.32.0", + "eslint": "^8.33.0", "eslint-plugin-import": "^2.27.5", "eslint-plugin-jest": "^27.2.1", "eslint-plugin-jest-dom": "^4.0.3", |