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-09-01 21:37:43 +0300
committerGitHub <noreply@github.com>2022-09-01 21:37:43 +0300
commit381ddb1b98ec0facda139164efda1075903303d1 (patch)
treec75458d97ea1397e43c1ae2cb822d7bef19eb743
parent77e17e3b8deb4d5467203f4e3cd903b7cd06bde4 (diff)
Bump eslint-config-xo from 0.41.0 to 0.42.0dependabot/npm_and_yarn/eslint-config-xo-0.42.0
Bumps [eslint-config-xo](https://github.com/xojs/eslint-config-xo) from 0.41.0 to 0.42.0. - [Release notes](https://github.com/xojs/eslint-config-xo/releases) - [Commits](https://github.com/xojs/eslint-config-xo/compare/v0.41.0...v0.42.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.json14
-rw-r--r--package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index 0fe57822b4..4756786710 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -32,7 +32,7 @@
"clean-css-cli": "^5.6.1",
"cross-env": "^7.0.3",
"eslint": "^8.23.0",
- "eslint-config-xo": "^0.41.0",
+ "eslint-config-xo": "^0.42.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-markdown": "^3.0.0",
"eslint-plugin-unicorn": "^42.0.0",
@@ -4227,9 +4227,9 @@
}
},
"node_modules/eslint-config-xo": {
- "version": "0.41.0",
- "resolved": "https://registry.npmjs.org/eslint-config-xo/-/eslint-config-xo-0.41.0.tgz",
- "integrity": "sha512-cyTc182COQVdalOi5105h0Cw/Qb52IRGyIZLmUICIauANm9Upmv81UEsuFkdKnvwr4NtU95qjdk3g4/kNspA6g==",
+ "version": "0.42.0",
+ "resolved": "https://registry.npmjs.org/eslint-config-xo/-/eslint-config-xo-0.42.0.tgz",
+ "integrity": "sha512-HIfd+AM6tHFoaZ/NXYDV3Mr/CJrAj/DoP6IOYt1/v+90XtCwVYOfW7LXbRDYDmhQMzT16h7eqPRcex72waRqdA==",
"dev": true,
"dependencies": {
"confusing-browser-globals": "1.0.11"
@@ -13578,9 +13578,9 @@
}
},
"eslint-config-xo": {
- "version": "0.41.0",
- "resolved": "https://registry.npmjs.org/eslint-config-xo/-/eslint-config-xo-0.41.0.tgz",
- "integrity": "sha512-cyTc182COQVdalOi5105h0Cw/Qb52IRGyIZLmUICIauANm9Upmv81UEsuFkdKnvwr4NtU95qjdk3g4/kNspA6g==",
+ "version": "0.42.0",
+ "resolved": "https://registry.npmjs.org/eslint-config-xo/-/eslint-config-xo-0.42.0.tgz",
+ "integrity": "sha512-HIfd+AM6tHFoaZ/NXYDV3Mr/CJrAj/DoP6IOYt1/v+90XtCwVYOfW7LXbRDYDmhQMzT16h7eqPRcex72waRqdA==",
"dev": true,
"requires": {
"confusing-browser-globals": "1.0.11"
diff --git a/package.json b/package.json
index 8287c53b20..8a02c8aef4 100644
--- a/package.json
+++ b/package.json
@@ -117,7 +117,7 @@
"clean-css-cli": "^5.6.1",
"cross-env": "^7.0.3",
"eslint": "^8.23.0",
- "eslint-config-xo": "^0.41.0",
+ "eslint-config-xo": "^0.42.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-markdown": "^3.0.0",
"eslint-plugin-unicorn": "^42.0.0",