1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-24 20:02:53 +01:00

Bump eslint-config-xo from 0.31.0 to 0.32.0 (#31207)

Bumps [eslint-config-xo](https://github.com/xojs/eslint-config-xo) from 0.31.0 to 0.32.0.
- [Release notes](https://github.com/xojs/eslint-config-xo/releases)
- [Commits](https://github.com/xojs/eslint-config-xo/compare/v0.31.0...v0.32.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2020-06-30 14:46:51 +03:00 committed by GitHub
parent f7cf44d3a0
commit 78e95c801a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -3880,9 +3880,9 @@
}
},
"eslint-config-xo": {
"version": "0.31.0",
"resolved": "https://registry.npmjs.org/eslint-config-xo/-/eslint-config-xo-0.31.0.tgz",
"integrity": "sha512-bSFmDVrIVZoA0TnNtUEp4KIdPYuEquq3XCWruiU0eflMx2BtxQtASUuMAVqUg3rDZaHguaCY50/WtTH6IZSPdg==",
"version": "0.32.0",
"resolved": "https://registry.npmjs.org/eslint-config-xo/-/eslint-config-xo-0.32.0.tgz",
"integrity": "sha512-P9PRu4+DjquvonD12lbgdzFtqaDDK8hQHlMiHRi7X1UDdTA60/e8QeucOZtCu+tm5STOQkowcgS4fMnEw9C5nQ==",
"dev": true,
"requires": {
"confusing-browser-globals": "1.0.9"

View File

@ -103,7 +103,7 @@
"clean-css-cli": "^4.3.0",
"cross-env": "^7.0.2",
"eslint": "^7.3.1",
"eslint-config-xo": "^0.31.0",
"eslint-config-xo": "^0.32.0",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-unicorn": "^20.1.0",
"find-unused-sass-variables": "^2.0.0",