From 9963f718bbaf96780c6f0ad6e1df75b0abcb08f8 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 5 Jan 2023 09:25:35 +0100 Subject: Adding upstream version 1.10.3+dfsg. Signed-off-by: Daniel Baumann --- package.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 1207bd1..8e02cf0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bootstrap-icons", - "version": "1.10.2", + "version": "1.10.3", "description": "Official open source SVG icon library for Bootstrap", "author": "mdo", "license": "MIT", @@ -20,7 +20,6 @@ "start": "npm run docs-serve", "docs-serve": "hugo server --port 4000 --disableFastRender", "docs-build": "hugo --cleanDestinationDir", - "docs-purge": "npm run docs-build && purgecss --css docs/static/assets/css/bootstrap.min.css --content \"_site/**/*.html\" \"_site/assets/js/**/*.js\" --keyframes --output docs/static/assets/css/", "pages": "node build/build-pages.js", "icons": "npm-run-all icons-main --aggregate-output --parallel icons-sprite icons-font", "icons-main": "node build/build-svgs.js", @@ -28,7 +27,7 @@ "icons-sprite": "svg-sprite --config svg-sprite.json --log=info icons/*.svg", "icons-font": "fantasticon", "release": "npm-run-all icons docs-build icons-zip", - "netlify": "cross-env-shell HUGO_BASEURL=$DEPLOY_PRIME_URL npm-run-all icons docs-purge docs-build", + "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 node_modules/.cache/.eslintcache --report-unused-disable-directives .", "test:stylelint": "stylelint docs/assets/scss/ --cache --cache-location node_modules/.cache/.stylelintcache --rd", @@ -40,21 +39,22 @@ "sass": "font/bootstrap-icons.scss", "devDependencies": { "autoprefixer": "^10.4.13", - "bootstrap": "5.2.2", + "bootstrap": "5.3.0-alpha1", + "clipboard": "^2.0.11", "cross-env": "^7.0.3", - "eslint": "^8.27.0", + "eslint": "^8.30.0", "fantasticon": "^1.2.3", - "find-unused-sass-variables": "^4.0.4", - "hugo-bin": "^0.93.0", + "find-unused-sass-variables": "^4.0.5", + "hugo-bin": "^0.97.0", + "list.js": "^2.3.1", "lockfile-lint": "^4.9.6", "npm-run-all": "^4.1.5", "picocolors": "^1.0.0", - "postcss": "^8.4.19", - "postcss-cli": "^10.0.0", - "purgecss": "^5.0.0", - "stylelint": "^14.15.0", + "postcss": "^8.4.20", + "postcss-cli": "^10.1.0", + "stylelint": "^14.16.0", "stylelint-config-twbs-bootstrap": "^7.0.0", - "svg-sprite": "^2.0.2", + "svg-sprite": "^3.0.0-alpha1", "svgo": "^2.8.0", "vnu-jar": "22.9.29" }, -- cgit v1.2.3