From 70c7560f6013d2cb7566f0b739930c1c4946ba37 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Thu, 7 Jan 2021 17:05:41 -0500 Subject: [PATCH] Update bootstrap-icons to 1.3.0 --- docs/getting-started/changelog.md | 1 + package-lock.json | 6 +++--- package.json | 8 ++++---- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/docs/getting-started/changelog.md b/docs/getting-started/changelog.md index 64ff48d81..6f201674e 100644 --- a/docs/getting-started/changelog.md +++ b/docs/getting-started/changelog.md @@ -19,6 +19,7 @@ _During the beta period, these restrictions may be relaxed in the event of a mis - Fixed a bug in `sl-color-picker` where the toggle button was smaller than the preview button in Safari - Fixed a bug in `sl-tab-group` where activating a nested tab group didn't work properly [#299](https://github.com/shoelace-style/shoelace/issues/299) - Updated the docs to show dependencies instead of dependents which is much more useful when working with the custom elements bundle +- Updated to Bootstrap Icons 1.3.0 ## 2.0.0-beta.25 diff --git a/package-lock.json b/package-lock.json index 19c8912bf..2c57b30a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2290,9 +2290,9 @@ } }, "bootstrap-icons": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.2.2.tgz", - "integrity": "sha512-7rFICA7E/CgYLvu8zYtd2wMZYhYPQ0GtogZtQyJz/3melCGeQ76qas5wItIEwiUNmtZWg2SP2p8Ekxy3Nk7vvg==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.3.0.tgz", + "integrity": "sha512-w6zQ93p626zmPDqDtET7VdB9EkoDtfmCBV53hunjntoCke6X5LafXf6TxPAP+ImjRAhhxAyA/sjzQnHBY0uoiQ==", "dev": true }, "brace-expansion": { diff --git a/package.json b/package.json index a0f795e44..1f8ea7fb4 100644 --- a/package.json +++ b/package.json @@ -48,12 +48,12 @@ "@stencil/eslint-plugin": "^0.3.1", "@stencil/sass": "^1.3.2", "@types/color": "^3.0.1", - "@typescript-eslint/eslint-plugin": "^4.0.1", - "@typescript-eslint/parser": "^4.0.1", "@types/jest": "25.2.3", "@types/puppeteer": "2.0.1", + "@typescript-eslint/eslint-plugin": "^4.0.1", + "@typescript-eslint/parser": "^4.0.1", "bluebird": "^3.7.2", - "bootstrap-icons": "^1.2.2", + "bootstrap-icons": "^1.3.0", "browser-sync": "^2.26.13", "chalk": "^4.0.0", "concurrently": "^5.1.0", @@ -67,9 +67,9 @@ "http-proxy": "^1.18.1", "http-proxy-middleware": "^1.0.4", "husky": "^4.2.5", - "prettier": "^2.0.5", "jest": "26.0.1", "jest-cli": "26.0.1", + "prettier": "^2.0.5", "puppeteer": "2.1.1", "recursive-copy": "^2.0.10", "through2": "^3.0.1",