summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-09-20 09:16:18 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-09-20 09:16:18 +0000
commit48cf6e8facedb321cbc82d50881a45ebc70d4ce3 (patch)
tree1ee64b8c0f576896f62a5d4ec7ec0287fc0e0570 /package.json
parentReleasing debian version 1.10.5+dfsg-4. (diff)
downloadbootstrap-icons-48cf6e8facedb321cbc82d50881a45ebc70d4ce3.tar.xz
bootstrap-icons-48cf6e8facedb321cbc82d50881a45ebc70d4ce3.zip
Merging upstream version 1.11.1+dfsg.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--package.json26
1 files changed, 13 insertions, 13 deletions
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"
}