From 48cf6e8facedb321cbc82d50881a45ebc70d4ce3 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 20 Sep 2023 11:16:18 +0200 Subject: Merging upstream version 1.11.1+dfsg. Signed-off-by: Daniel Baumann --- package.json | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 0592efa..9d43aba 100644 --- a/package.json +++ b/package.json @@ -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" } -- cgit v1.2.3