From 60d9d9202b91f928de7f44b67f428da0dd9c5a66 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Mon, 18 Oct 2021 17:07:52 -0400 Subject: [PATCH] update bootstrap-icons to 1.6.1 --- docs/assets/icons/sprite.svg | 2 +- docs/resources/changelog.md | 2 +- package-lock.json | 14 +++++++------- package.json | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/assets/icons/sprite.svg b/docs/assets/icons/sprite.svg index a77c970b..c5c0cb17 100644 --- a/docs/assets/icons/sprite.svg +++ b/docs/assets/icons/sprite.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/docs/resources/changelog.md b/docs/resources/changelog.md index e2f1b67f..b328754e 100644 --- a/docs/resources/changelog.md +++ b/docs/resources/changelog.md @@ -12,7 +12,7 @@ _During the beta period, these restrictions may be relaxed in the event of a mis - Added `label` attribute to `` and `` to improve a11y - Fixed a bug where the tooltip would show briefly when clicking a disabled `` - Fixed a bug where the `nav` part in `` was on the incorrect element [#563](https://github.com/shoelace-style/shoelace/pull/563) -- Updated to Bootstrap Icons to 1.6.0 +- Updated to Bootstrap Icons to 1.6.1 ## 2.0.0-beta.57 diff --git a/package-lock.json b/package-lock.json index 7fde63cb..14e95c88 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@web/test-runner": "^0.13.5", "@web/test-runner-puppeteer": "^0.10.0", "bluebird": "^3.7.2", - "bootstrap-icons": "^1.4.1", + "bootstrap-icons": "^1.6.1", "browser-sync": "^2.26.14", "chalk": "^4.1.0", "command-line-args": "^5.2.0", @@ -1663,9 +1663,9 @@ "dev": true }, "node_modules/bootstrap-icons": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.6.0.tgz", - "integrity": "sha512-zJmZurKexL7oXS+KOnSSFFsKi2asXMzPWCRRwxrq7bj1YbURHr/paCwzRWIPLPsZYh8osQL+W+2uzLlt9EPfnw==", + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.6.1.tgz", + "integrity": "sha512-MNpF89+njCdVJePDRbCd2DrUusqIyNsPlBrdKqBEXAvFZpwb+Gc8k2VlyF2ueiDQn1PoeTSg9UqQNgx8tGqHAA==", "dev": true, "engines": { "node": ">=10" @@ -12572,9 +12572,9 @@ "dev": true }, "bootstrap-icons": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.6.0.tgz", - "integrity": "sha512-zJmZurKexL7oXS+KOnSSFFsKi2asXMzPWCRRwxrq7bj1YbURHr/paCwzRWIPLPsZYh8osQL+W+2uzLlt9EPfnw==", + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.6.1.tgz", + "integrity": "sha512-MNpF89+njCdVJePDRbCd2DrUusqIyNsPlBrdKqBEXAvFZpwb+Gc8k2VlyF2ueiDQn1PoeTSg9UqQNgx8tGqHAA==", "dev": true }, "brace-expansion": { diff --git a/package.json b/package.json index e5771359..ce798ef8 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "@web/test-runner": "^0.13.5", "@web/test-runner-puppeteer": "^0.10.0", "bluebird": "^3.7.2", - "bootstrap-icons": "^1.4.1", + "bootstrap-icons": "^1.6.1", "browser-sync": "^2.26.14", "chalk": "^4.1.0", "command-line-args": "^5.2.0",