kopia lustrzana https://github.com/shoelace-style/shoelace
update deps
rodzic
68bb155793
commit
9bac03d2f3
|
|
@ -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 `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
|
- 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
|
- 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
|
## 2.0.0-beta.61
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@
|
||||||
"@popperjs/core": "^2.7.0",
|
"@popperjs/core": "^2.7.0",
|
||||||
"@shoelace-style/animations": "^1.1.0",
|
"@shoelace-style/animations": "^1.1.0",
|
||||||
"@shoelace-style/localize": "^2.1.3",
|
"@shoelace-style/localize": "^2.1.3",
|
||||||
"color": "^4.0.2",
|
"color": "4.1",
|
||||||
"lit": "^2.0.2",
|
"lit": "^2.0.2",
|
||||||
"qr-creator": "^1.0.0"
|
"qr-creator": "^1.0.0"
|
||||||
},
|
},
|
||||||
|
|
@ -26,7 +26,7 @@
|
||||||
"@web/test-runner": "^0.13.5",
|
"@web/test-runner": "^0.13.5",
|
||||||
"@web/test-runner-playwright": "^0.8.8",
|
"@web/test-runner-playwright": "^0.8.8",
|
||||||
"bluebird": "^3.7.2",
|
"bluebird": "^3.7.2",
|
||||||
"bootstrap-icons": "^1.7.1",
|
"bootstrap-icons": "^1.7.2",
|
||||||
"browser-sync": "^2.26.14",
|
"browser-sync": "^2.26.14",
|
||||||
"chalk": "^4.1.0",
|
"chalk": "^4.1.0",
|
||||||
"command-line-args": "^5.2.0",
|
"command-line-args": "^5.2.0",
|
||||||
|
|
|
||||||
|
|
@ -43,7 +43,7 @@
|
||||||
"@popperjs/core": "^2.7.0",
|
"@popperjs/core": "^2.7.0",
|
||||||
"@shoelace-style/animations": "^1.1.0",
|
"@shoelace-style/animations": "^1.1.0",
|
||||||
"@shoelace-style/localize": "^2.1.3",
|
"@shoelace-style/localize": "^2.1.3",
|
||||||
"color": "^4.0.2",
|
"color": "4.1",
|
||||||
"lit": "^2.0.2",
|
"lit": "^2.0.2",
|
||||||
"qr-creator": "^1.0.0"
|
"qr-creator": "^1.0.0"
|
||||||
},
|
},
|
||||||
|
|
@ -56,7 +56,7 @@
|
||||||
"@web/test-runner": "^0.13.5",
|
"@web/test-runner": "^0.13.5",
|
||||||
"@web/test-runner-playwright": "^0.8.8",
|
"@web/test-runner-playwright": "^0.8.8",
|
||||||
"bluebird": "^3.7.2",
|
"bluebird": "^3.7.2",
|
||||||
"bootstrap-icons": "^1.7.1",
|
"bootstrap-icons": "^1.7.2",
|
||||||
"browser-sync": "^2.26.14",
|
"browser-sync": "^2.26.14",
|
||||||
"chalk": "^4.1.0",
|
"chalk": "^4.1.0",
|
||||||
"command-line-args": "^5.2.0",
|
"command-line-args": "^5.2.0",
|
||||||
|
|
|
||||||
Ładowanie…
Reference in New Issue