Update Bootstrap Icons to 1.11.0

This commit is contained in:
Will Faught
2023-09-15 22:49:14 -07:00
parent 544b51c0b3
commit 7b344ec16d
113 changed files with 665 additions and 30 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "bootstrap-icons",
"version": "1.10.5",
"version": "1.11.0",
"description": "Official open source SVG icon library for Bootstrap",
"author": "mdo",
"license": "MIT",
@@ -57,7 +57,7 @@
"icons-font-main": "fantasticon",
"icons-font-min": "cleancss -O1 --format breakWith=lf --with-rebase --output font/bootstrap-icons.min.css font/bootstrap-icons.css",
"release": "npm-run-all icons docs-build icons-zip",
"release-version": "node build/bump-version.js",
"release-version": "node build/bump-version.mjs",
"netlify": "cross-env-shell HUGO_BASEURL=$DEPLOY_PRIME_URL npm-run-all icons docs-build",
"test:fusv": "fusv docs/assets/scss/",
"test:eslint": "eslint --cache --cache-location .cache/.eslintcache --report-unused-disable-directives --ext .js,.mjs .",
@@ -69,22 +69,22 @@
"devDependencies": {
"@twbs/fantasticon": "^2.7.1",
"autoprefixer": "^10.4.14",
"bootstrap": "^5.3.0-alpha3",
"bootstrap": "^5.3.1",
"clean-css-cli": "^5.6.2",
"clipboard": "^2.0.11",
"cross-env": "^7.0.3",
"eslint": "^8.39.0",
"find-unused-sass-variables": "^4.0.8",
"eslint": "^8.46.0",
"find-unused-sass-variables": "^5.0.0",
"fuse.js": "^6.6.2",
"hugo-bin": "^0.102.0",
"lockfile-lint": "^4.10.1",
"npm-run-all2": "^6.0.5",
"hugo-bin": "^0.112.1",
"lockfile-lint": "^4.12.0",
"npm-run-all2": "^6.0.6",
"picocolors": "^1.0.0",
"postcss": "^8.4.23",
"postcss": "^8.4.27",
"postcss-cli": "^10.1.0",
"stylelint": "^15.6.0",
"stylelint-config-twbs-bootstrap": "^9.0.1",
"svg-sprite": "^3.0.0-beta1",
"stylelint": "^15.10.2",
"stylelint-config-twbs-bootstrap": "^11.0.1",
"svg-sprite": "^3.0.0-beta2",
"svgo": "^3.0.2",
"vnu-jar": "23.4.11"
}