update bootstrap-icons

pull/411/head
Cory LaViska 2021-03-30 08:49:58 -04:00
rodzic c50b57d96b
commit e00997ce97
3 zmienionych plików z 5 dodań i 4 usunięć

Wyświetl plik

@ -12,6 +12,7 @@ _During the beta period, these restrictions may be relaxed in the event of a mis
- Fixed a bug where `sl-color-picker` could be opened when disabled
- Renamed `components.json` to `metadata.json`
- Updated to the prerelease versions of LitElement and lit-html
- Updated to Bootstrap Icons 1.4.1
## 2.0.0-beta.35

6
package-lock.json wygenerowano
Wyświetl plik

@ -394,9 +394,9 @@
"dev": true
},
"bootstrap-icons": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.4.0.tgz",
"integrity": "sha512-EynaOv/G/X/sQgPUqkdLJoxPrWk73wwsVjVR3cDNYO0jMS58poq7DOC2CraBWlBt1AberEmt0blfw4ony2/ZIg==",
"version": "1.4.1",
"resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.4.1.tgz",
"integrity": "sha512-EcATaAGsRgyy4NtnwXlNzkgWttpb6PqcXCoLtZZKdZtAYJU/WYqoQFxuGFKAppOlf7NmKpvGtSsC/921H7LIjg==",
"dev": true
},
"brace-expansion": {

Wyświetl plik

@ -45,7 +45,7 @@
"@types/color": "^3.0.1",
"@types/resize-observer-browser": "^0.1.5",
"bluebird": "^3.7.2",
"bootstrap-icons": "^1.4.0",
"bootstrap-icons": "^1.4.1",
"browser-sync": "^2.26.14",
"chalk": "^4.1.0",
"command-line-args": "^5.1.1",