Update bootstrap-icons to 1.3.0

pull/481/head
Cory LaViska 2021-01-07 17:05:41 -05:00
rodzic 4a29ecafb6
commit 70c7560f60
3 zmienionych plików z 8 dodań i 7 usunięć

Wyświetl plik

@ -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

6
package-lock.json wygenerowano
Wyświetl plik

@ -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": {

Wyświetl plik

@ -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",