diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-07-03 18:34:24 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-03 18:34:24 +0000 |
commit | 5b3ff79ceede1cfa3cc7d4cd13878733e28d4880 (patch) | |
tree | 4f0a1a1d727b802f5d29a0e3ce8b87646aa1a6da /package.json | |
parent | 97e1c489b54ecb14e900c4d3ec353038d2f35b8d (diff) | |
download | nextcloud-server-5b3ff79ceede1cfa3cc7d4cd13878733e28d4880.tar.gz nextcloud-server-5b3ff79ceede1cfa3cc7d4cd13878733e28d4880.zip |
Bump @nextcloud/eslint-config from 7.0.2 to 8.0.0
Bumps [@nextcloud/eslint-config](https://github.com/nextcloud/eslint-config) from 7.0.2 to 8.0.0.
- [Release notes](https://github.com/nextcloud/eslint-config/releases)
- [Changelog](https://github.com/nextcloud/eslint-config/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/eslint-config/compare/v7.0.2...v8.0.0)
---
updated-dependencies:
- dependency-name: "@nextcloud/eslint-config"
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@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 4b2741c1b2e..e445c05d605 100644 --- a/package.json +++ b/package.json @@ -105,7 +105,7 @@ "@babel/node": "^7.17.10", "@nextcloud/babel-config": "^1.0.0", "@nextcloud/browserslist-config": "^2.2.0", - "@nextcloud/eslint-config": "^7.0.2", + "@nextcloud/eslint-config": "^8.0.0", "@nextcloud/stylelint-config": "^2.1.2", "@testing-library/jest-dom": "^5.16.4", "@testing-library/user-event": "^14.1.1", |