pull/629/head
Cory LaViska 2021-12-07 16:59:16 -05:00
rodzic 68bb155793
commit 9bac03d2f3
3 zmienionych plików z 6 dodań i 4 usunięć

Wyświetl plik

@ -19,6 +19,8 @@ _During the beta period, these restrictions may be relaxed in the event of a mis
- Updated `color` dependency from 3.1.3 to 4.0.2
- Updated `<sl-format-bytes>`, `<sl-format-date>`, `<sl-format-number>`, and `<sl-relative-time>` to work like other localized components
- Upgraded the status of `<sl-qr-code>` from experimental to stable
- Updated to Bootstrap Icons to 1.7.2
- Upgraded color to 4.1.0
## 2.0.0-beta.61

4
package-lock.json wygenerowano
Wyświetl plik

@ -13,7 +13,7 @@
"@popperjs/core": "^2.7.0",
"@shoelace-style/animations": "^1.1.0",
"@shoelace-style/localize": "^2.1.3",
"color": "^4.0.2",
"color": "4.1",
"lit": "^2.0.2",
"qr-creator": "^1.0.0"
},
@ -26,7 +26,7 @@
"@web/test-runner": "^0.13.5",
"@web/test-runner-playwright": "^0.8.8",
"bluebird": "^3.7.2",
"bootstrap-icons": "^1.7.1",
"bootstrap-icons": "^1.7.2",
"browser-sync": "^2.26.14",
"chalk": "^4.1.0",
"command-line-args": "^5.2.0",

Wyświetl plik

@ -43,7 +43,7 @@
"@popperjs/core": "^2.7.0",
"@shoelace-style/animations": "^1.1.0",
"@shoelace-style/localize": "^2.1.3",
"color": "^4.0.2",
"color": "4.1",
"lit": "^2.0.2",
"qr-creator": "^1.0.0"
},
@ -56,7 +56,7 @@
"@web/test-runner": "^0.13.5",
"@web/test-runner-playwright": "^0.8.8",
"bluebird": "^3.7.2",
"bootstrap-icons": "^1.7.1",
"bootstrap-icons": "^1.7.2",
"browser-sync": "^2.26.14",
"chalk": "^4.1.0",
"command-line-args": "^5.2.0",