aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-05-16 16:39:10 +0300
committerGitHub <[email protected]>2023-05-16 16:39:10 +0300
commitc117823dd4387e04bb7bfaf622945c2c0c86bef9 (patch)
treeeb129de6bb56844275dff8a1da4bd6a565500847 /package.json
parentdcb7f8be95391af35b6dfe08d3cdd01dd5de2716 (diff)
downloadbootstrap-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.json2
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",