From 255d3dd075b6839b3686bcd23d8c6951c93f2157 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Mon, 14 Dec 2020 16:59:22 -0500 Subject: [PATCH] Update bootstrap-icons --- docs/getting-started/changelog.md | 1 + package-lock.json | 6 +++--- package.json | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/getting-started/changelog.md b/docs/getting-started/changelog.md index 2f04fa60b..55234ecc5 100644 --- a/docs/getting-started/changelog.md +++ b/docs/getting-started/changelog.md @@ -17,6 +17,7 @@ _During the beta period, these restrictions may be relaxed in the event of a mis - Fixed a bug where `sl-menu-item` didn't set a default color in the dark theme - Fixed a bug where `sl-color-picker` preview wouldn't update in Safari - Removed `sl-blur` and `sl-focus` events from `sl-menu` since menus can't have focus as of 2.0.0-beta.22 +- Updated to Bootstrap Icons 1.2.1 ## 2.0.0-beta.24 diff --git a/package-lock.json b/package-lock.json index a8ab7c219..b9efdde82 100644 --- a/package-lock.json +++ b/package-lock.json @@ -813,9 +813,9 @@ } }, "bootstrap-icons": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.1.0.tgz", - "integrity": "sha512-z5wWjw+SGLdDdP9R5qqEYSi+yRJOeOwlGW83VNftMO+jIgW/rtxHk3LI8sRxPYZEB0G+btJaEiUKLKsx3Mlycg==", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.2.1.tgz", + "integrity": "sha512-c63G57gFN9Yz1Dmi1RRpBd+cm/Lil31nRsnYxX8VeC/2wTk1Z54OU4twyLAVpgj2lX2lyHx0M8+xhEdkr79RAg==", "dev": true }, "brace-expansion": { diff --git a/package.json b/package.json index 08f28c0d4..687c90744 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@typescript-eslint/eslint-plugin": "^4.0.1", "@typescript-eslint/parser": "^4.0.1", "bluebird": "^3.7.2", - "bootstrap-icons": "^1.1.0", + "bootstrap-icons": "^1.2.1", "browser-sync": "^2.26.13", "chalk": "^4.0.0", "concurrently": "^5.1.0",