update bootstrap-icons to 1.6.1

context-menu
Cory LaViska 2021-10-18 17:07:52 -04:00
rodzic a9df468282
commit 60d9d9202b
4 zmienionych plików z 10 dodań i 10 usunięć

File diff suppressed because one or more lines are too long

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 687 KiB

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 688 KiB

Wyświetl plik

@ -12,7 +12,7 @@ _During the beta period, these restrictions may be relaxed in the event of a mis
- Added `label` attribute to `<sl-progress-bar>` and `<sl-progress-ring>` to improve a11y
- Fixed a bug where the tooltip would show briefly when clicking a disabled `<sl-range>`
- Fixed a bug where the `nav` part in `<sl-tab-group>` was on the incorrect element [#563](https://github.com/shoelace-style/shoelace/pull/563)
- Updated to Bootstrap Icons to 1.6.0
- Updated to Bootstrap Icons to 1.6.1
## 2.0.0-beta.57

14
package-lock.json wygenerowano
Wyświetl plik

@ -23,7 +23,7 @@
"@web/test-runner": "^0.13.5",
"@web/test-runner-puppeteer": "^0.10.0",
"bluebird": "^3.7.2",
"bootstrap-icons": "^1.4.1",
"bootstrap-icons": "^1.6.1",
"browser-sync": "^2.26.14",
"chalk": "^4.1.0",
"command-line-args": "^5.2.0",
@ -1663,9 +1663,9 @@
"dev": true
},
"node_modules/bootstrap-icons": {
"version": "1.6.0",
"resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.6.0.tgz",
"integrity": "sha512-zJmZurKexL7oXS+KOnSSFFsKi2asXMzPWCRRwxrq7bj1YbURHr/paCwzRWIPLPsZYh8osQL+W+2uzLlt9EPfnw==",
"version": "1.6.1",
"resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.6.1.tgz",
"integrity": "sha512-MNpF89+njCdVJePDRbCd2DrUusqIyNsPlBrdKqBEXAvFZpwb+Gc8k2VlyF2ueiDQn1PoeTSg9UqQNgx8tGqHAA==",
"dev": true,
"engines": {
"node": ">=10"
@ -12572,9 +12572,9 @@
"dev": true
},
"bootstrap-icons": {
"version": "1.6.0",
"resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.6.0.tgz",
"integrity": "sha512-zJmZurKexL7oXS+KOnSSFFsKi2asXMzPWCRRwxrq7bj1YbURHr/paCwzRWIPLPsZYh8osQL+W+2uzLlt9EPfnw==",
"version": "1.6.1",
"resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.6.1.tgz",
"integrity": "sha512-MNpF89+njCdVJePDRbCd2DrUusqIyNsPlBrdKqBEXAvFZpwb+Gc8k2VlyF2ueiDQn1PoeTSg9UqQNgx8tGqHAA==",
"dev": true
},
"brace-expansion": {

Wyświetl plik

@ -54,7 +54,7 @@
"@web/test-runner": "^0.13.5",
"@web/test-runner-puppeteer": "^0.10.0",
"bluebird": "^3.7.2",
"bootstrap-icons": "^1.4.1",
"bootstrap-icons": "^1.6.1",
"browser-sync": "^2.26.14",
"chalk": "^4.1.0",
"command-line-args": "^5.2.0",