Update bootstrap-icons

pull/481/head
Cory LaViska 2020-12-14 16:59:22 -05:00
rodzic 817f52ae7f
commit 255d3dd075
3 zmienionych plików z 5 dodań i 4 usunięć

Wyświetl plik

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

6
package-lock.json wygenerowano
Wyświetl plik

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

Wyświetl plik

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