Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-05-17 12:02:11 +0300
committerGitHub <noreply@github.com>2022-05-17 12:02:11 +0300
commit70b4b4bb240431130cc2351d60077e141c420ea6 (patch)
tree2f8abbd484c150be248edcecba3a7021ffe09671
parentb5a956781f17a153626bb60ef09ef2a80dc74b8f (diff)
Bump eslint-config-xo from 0.40.0 to 0.41.0dependabot/npm_and_yarn/eslint-config-xo-0.41.0
Bumps [eslint-config-xo](https://github.com/xojs/eslint-config-xo) from 0.40.0 to 0.41.0. - [Release notes](https://github.com/xojs/eslint-config-xo/releases) - [Commits](https://github.com/xojs/eslint-config-xo/compare/v0.40.0...v0.41.0) --- updated-dependencies: - dependency-name: eslint-config-xo dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--package-lock.json16
-rw-r--r--package.json2
2 files changed, 9 insertions, 9 deletions
diff --git a/package-lock.json b/package-lock.json
index 0c11636522..2678837630 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -32,7 +32,7 @@
"clean-css-cli": "^5.6.0",
"cross-env": "^7.0.3",
"eslint": "^8.15.0",
- "eslint-config-xo": "^0.40.0",
+ "eslint-config-xo": "^0.41.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-markdown": "^2.2.1",
"eslint-plugin-unicorn": "^42.0.0",
@@ -4336,9 +4336,9 @@
}
},
"node_modules/eslint-config-xo": {
- "version": "0.40.0",
- "resolved": "https://registry.npmjs.org/eslint-config-xo/-/eslint-config-xo-0.40.0.tgz",
- "integrity": "sha512-msI1O0JGxeK2bbExg3U6EGaWKcjhOFzEjwzObywG/DC5GSNZTOyJT+b2l9MZGBeZsVdxfIGwdXTNeWXl8cN9iw==",
+ "version": "0.41.0",
+ "resolved": "https://registry.npmjs.org/eslint-config-xo/-/eslint-config-xo-0.41.0.tgz",
+ "integrity": "sha512-cyTc182COQVdalOi5105h0Cw/Qb52IRGyIZLmUICIauANm9Upmv81UEsuFkdKnvwr4NtU95qjdk3g4/kNspA6g==",
"dev": true,
"dependencies": {
"confusing-browser-globals": "1.0.11"
@@ -4350,7 +4350,7 @@
"url": "https://github.com/sponsors/sindresorhus"
},
"peerDependencies": {
- "eslint": ">=8.6.0"
+ "eslint": ">=8.14.0"
}
},
"node_modules/eslint-import-resolver-node": {
@@ -14313,9 +14313,9 @@
}
},
"eslint-config-xo": {
- "version": "0.40.0",
- "resolved": "https://registry.npmjs.org/eslint-config-xo/-/eslint-config-xo-0.40.0.tgz",
- "integrity": "sha512-msI1O0JGxeK2bbExg3U6EGaWKcjhOFzEjwzObywG/DC5GSNZTOyJT+b2l9MZGBeZsVdxfIGwdXTNeWXl8cN9iw==",
+ "version": "0.41.0",
+ "resolved": "https://registry.npmjs.org/eslint-config-xo/-/eslint-config-xo-0.41.0.tgz",
+ "integrity": "sha512-cyTc182COQVdalOi5105h0Cw/Qb52IRGyIZLmUICIauANm9Upmv81UEsuFkdKnvwr4NtU95qjdk3g4/kNspA6g==",
"dev": true,
"requires": {
"confusing-browser-globals": "1.0.11"
diff --git a/package.json b/package.json
index 049c51bb25..08394b32aa 100644
--- a/package.json
+++ b/package.json
@@ -117,7 +117,7 @@
"clean-css-cli": "^5.6.0",
"cross-env": "^7.0.3",
"eslint": "^8.15.0",
- "eslint-config-xo": "^0.40.0",
+ "eslint-config-xo": "^0.41.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-markdown": "^2.2.1",
"eslint-plugin-unicorn": "^42.0.0",