kopia lustrzana https://github.com/shoelace-style/shoelace
update bootstrap-icons
rodzic
c50b57d96b
commit
e00997ce97
|
@ -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
|
- Fixed a bug where `sl-color-picker` could be opened when disabled
|
||||||
- Renamed `components.json` to `metadata.json`
|
- Renamed `components.json` to `metadata.json`
|
||||||
- Updated to the prerelease versions of LitElement and lit-html
|
- Updated to the prerelease versions of LitElement and lit-html
|
||||||
|
- Updated to Bootstrap Icons 1.4.1
|
||||||
|
|
||||||
## 2.0.0-beta.35
|
## 2.0.0-beta.35
|
||||||
|
|
||||||
|
|
|
@ -394,9 +394,9 @@
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"bootstrap-icons": {
|
"bootstrap-icons": {
|
||||||
"version": "1.4.0",
|
"version": "1.4.1",
|
||||||
"resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.4.0.tgz",
|
"resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.4.1.tgz",
|
||||||
"integrity": "sha512-EynaOv/G/X/sQgPUqkdLJoxPrWk73wwsVjVR3cDNYO0jMS58poq7DOC2CraBWlBt1AberEmt0blfw4ony2/ZIg==",
|
"integrity": "sha512-EcATaAGsRgyy4NtnwXlNzkgWttpb6PqcXCoLtZZKdZtAYJU/WYqoQFxuGFKAppOlf7NmKpvGtSsC/921H7LIjg==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"brace-expansion": {
|
"brace-expansion": {
|
||||||
|
|
|
@ -45,7 +45,7 @@
|
||||||
"@types/color": "^3.0.1",
|
"@types/color": "^3.0.1",
|
||||||
"@types/resize-observer-browser": "^0.1.5",
|
"@types/resize-observer-browser": "^0.1.5",
|
||||||
"bluebird": "^3.7.2",
|
"bluebird": "^3.7.2",
|
||||||
"bootstrap-icons": "^1.4.0",
|
"bootstrap-icons": "^1.4.1",
|
||||||
"browser-sync": "^2.26.14",
|
"browser-sync": "^2.26.14",
|
||||||
"chalk": "^4.1.0",
|
"chalk": "^4.1.0",
|
||||||
"command-line-args": "^5.1.1",
|
"command-line-args": "^5.1.1",
|
||||||
|
|
Ładowanie…
Reference in New Issue