bootstrap-icons 1.10.2 → 1.10.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +12 -12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bootstrap-icons",
3
- "version": "1.10.2",
3
+ "version": "1.10.3",
4
4
  "description": "Official open source SVG icon library for Bootstrap",
5
5
  "author": "mdo",
6
6
  "license": "MIT",
@@ -20,7 +20,6 @@
20
20
  "start": "npm run docs-serve",
21
21
  "docs-serve": "hugo server --port 4000 --disableFastRender",
22
22
  "docs-build": "hugo --cleanDestinationDir",
23
- "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/",
24
23
  "pages": "node build/build-pages.js",
25
24
  "icons": "npm-run-all icons-main --aggregate-output --parallel icons-sprite icons-font",
26
25
  "icons-main": "node build/build-svgs.js",
@@ -28,7 +27,7 @@
28
27
  "icons-sprite": "svg-sprite --config svg-sprite.json --log=info icons/*.svg",
29
28
  "icons-font": "fantasticon",
30
29
  "release": "npm-run-all icons docs-build icons-zip",
31
- "netlify": "cross-env-shell HUGO_BASEURL=$DEPLOY_PRIME_URL npm-run-all icons docs-purge docs-build",
30
+ "netlify": "cross-env-shell HUGO_BASEURL=$DEPLOY_PRIME_URL npm-run-all icons docs-build",
32
31
  "test:fusv": "fusv docs/assets/scss/",
33
32
  "test:eslint": "eslint --cache --cache-location node_modules/.cache/.eslintcache --report-unused-disable-directives .",
34
33
  "test:stylelint": "stylelint docs/assets/scss/ --cache --cache-location node_modules/.cache/.stylelintcache --rd",
@@ -40,21 +39,22 @@
40
39
  "sass": "font/bootstrap-icons.scss",
41
40
  "devDependencies": {
42
41
  "autoprefixer": "^10.4.13",
43
- "bootstrap": "5.2.2",
42
+ "bootstrap": "5.3.0-alpha1",
43
+ "clipboard": "^2.0.11",
44
44
  "cross-env": "^7.0.3",
45
- "eslint": "^8.27.0",
45
+ "eslint": "^8.30.0",
46
46
  "fantasticon": "^1.2.3",
47
- "find-unused-sass-variables": "^4.0.4",
48
- "hugo-bin": "^0.93.0",
47
+ "find-unused-sass-variables": "^4.0.5",
48
+ "hugo-bin": "^0.97.0",
49
+ "list.js": "^2.3.1",
49
50
  "lockfile-lint": "^4.9.6",
50
51
  "npm-run-all": "^4.1.5",
51
52
  "picocolors": "^1.0.0",
52
- "postcss": "^8.4.19",
53
- "postcss-cli": "^10.0.0",
54
- "purgecss": "^5.0.0",
55
- "stylelint": "^14.15.0",
53
+ "postcss": "^8.4.20",
54
+ "postcss-cli": "^10.1.0",
55
+ "stylelint": "^14.16.0",
56
56
  "stylelint-config-twbs-bootstrap": "^7.0.0",
57
- "svg-sprite": "^2.0.2",
57
+ "svg-sprite": "^3.0.0-alpha1",
58
58
  "svgo": "^2.8.0",
59
59
  "vnu-jar": "22.9.29"
60
60
  },