1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-22 15:39:59 +00:00

Update devDependencies (#38537)

* @babel/cli                       ^7.21.0  →  ^7.21.5
* @babel/core                      ^7.21.4  →  ^7.21.5
* @babel/preset-env                ^7.21.4  →  ^7.21.5
* find-unused-sass-variables        ^4.0.8  →   ^5.0.0
* rollup                           ^3.21.0  →  ^3.21.2
* stylelint-config-twbs-bootstrap   ^9.0.1  →  ^10.0.0
This commit is contained in:
XhmikosR 2023-05-01 00:40:57 +03:00 committed by GitHub
parent d5dee316f7
commit 896c390a25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 486 additions and 455 deletions

928
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -103,9 +103,9 @@
"@popperjs/core": "^2.11.7"
},
"devDependencies": {
"@babel/cli": "^7.21.0",
"@babel/core": "^7.21.4",
"@babel/preset-env": "^7.21.4",
"@babel/cli": "^7.21.5",
"@babel/core": "^7.21.5",
"@babel/preset-env": "^7.21.5",
"@popperjs/core": "^2.11.7",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^24.1.0",
@ -121,7 +121,7 @@
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-markdown": "^3.0.0",
"eslint-plugin-unicorn": "^46.0.0",
"find-unused-sass-variables": "^4.0.8",
"find-unused-sass-variables": "^5.0.0",
"globby": "^11.1.0",
"hammer-simulator": "0.0.1",
"hugo-bin": "^0.102.0",
@ -142,14 +142,14 @@
"npm-run-all2": "^6.0.5",
"postcss": "^8.4.23",
"postcss-cli": "^10.1.0",
"rollup": "^3.21.0",
"rollup": "^3.21.2",
"rollup-plugin-istanbul": "^4.0.0",
"rtlcss": "^4.1.0",
"sass": "^1.62.1",
"sass-true": "^7.0.0",
"shelljs": "^0.8.5",
"stylelint": "^15.6.0",
"stylelint-config-twbs-bootstrap": "^9.0.1",
"stylelint-config-twbs-bootstrap": "^10.0.0",
"terser": "5.16.0",
"vnu-jar": "23.4.11"
},

View File

@ -40,6 +40,7 @@
}
}
// stylelint-disable declaration-block-single-line-max-declarations
.bd-blue-100 { color: color-contrast($blue-100); background-color: $blue-100; }
.bd-blue-200 { color: color-contrast($blue-200); background-color: $blue-200; }
.bd-blue-300 { color: color-contrast($blue-300); background-color: $blue-300; }