1
0
Fork 0

Merging upstream version 1.11.1+dfsg.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-17 07:16:06 +01:00
parent 9f1690fb96
commit 2a6ced996a
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
114 changed files with 2264 additions and 1618 deletions

View file

@ -1,6 +1,6 @@
{
"name": "bootstrap-icons",
"version": "1.10.5",
"version": "1.11.1",
"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 .",
@ -68,23 +68,23 @@
},
"devDependencies": {
"@twbs/fantasticon": "^2.7.1",
"autoprefixer": "^10.4.14",
"bootstrap": "^5.3.0-alpha3",
"autoprefixer": "^10.4.15",
"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.49.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.114.2",
"lockfile-lint": "^4.12.1",
"npm-run-all2": "^6.0.6",
"picocolors": "^1.0.0",
"postcss": "^8.4.23",
"postcss": "^8.4.29",
"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.3",
"stylelint-config-twbs-bootstrap": "^11.0.1",
"svg-sprite": "^3.0.0-beta2",
"svgo": "^3.0.2",
"vnu-jar": "23.4.11"
}