diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-05-16 16:39:10 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-05-16 16:39:10 +0300 |
| commit | c117823dd4387e04bb7bfaf622945c2c0c86bef9 (patch) | |
| tree | eb129de6bb56844275dff8a1da4bd6a565500847 /package.json | |
| parent | dcb7f8be95391af35b6dfe08d3cdd01dd5de2716 (diff) | |
| download | bootstrap-c117823dd4387e04bb7bfaf622945c2c0c86bef9.tar.xz bootstrap-c117823dd4387e04bb7bfaf622945c2c0c86bef9.zip | |
Build(deps-dev): Bump eslint-plugin-unicorn from 46.0.0 to 47.0.0 (#38574)
* Build(deps-dev): Bump eslint-plugin-unicorn from 46.0.0 to 47.0.0
Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 46.0.0 to 47.0.0.
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases)
- [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v46.0.0...v47.0.0)
---
updated-dependencies:
- dependency-name: eslint-plugin-unicorn
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
* Disable new rules since our currently supported browsers don't support them
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <[email protected]>
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 b47d389e8..fa2d9a303 100644 --- a/package.json +++ b/package.json @@ -120,7 +120,7 @@ "eslint-plugin-html": "^7.1.0", "eslint-plugin-import": "^2.27.5", "eslint-plugin-markdown": "^3.0.0", - "eslint-plugin-unicorn": "^46.0.0", + "eslint-plugin-unicorn": "^47.0.0", "find-unused-sass-variables": "^5.0.0", "globby": "^11.1.0", "hammer-simulator": "0.0.1", |
