kopia lustrzana https://github.com/shoelace-style/shoelace
update bootstrap-icons
rodzic
4b0c7245bd
commit
d9f719196a
|
@ -8,6 +8,10 @@ New versions of Shoelace are released as-needed and generally occur when a criti
|
|||
|
||||
_During the beta period, these restrictions may be relaxed in the event of a mission-critical bug._ 🐛
|
||||
|
||||
## Next
|
||||
|
||||
- Updated Bootstrap Icons to 1.9.1
|
||||
|
||||
## 2.0.0-beta.78
|
||||
|
||||
- 🚨 BREAKING: Moved the `checked-icon` and `indeterminate-icon` parts from a wrapper `<span>` to the `<svg>` in `<sl-checkbox>` [#786](https://github.com/shoelace-style/shoelace/issues/786)
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
"@web/test-runner": "^0.13.31",
|
||||
"@web/test-runner-commands": "^0.6.3",
|
||||
"@web/test-runner-playwright": "^0.8.9",
|
||||
"bootstrap-icons": "^1.9.0",
|
||||
"bootstrap-icons": "^1.9.1",
|
||||
"browser-sync": "^2.27.10",
|
||||
"chalk": "^5.0.1",
|
||||
"command-line-args": "^5.2.1",
|
||||
|
@ -2691,9 +2691,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/bootstrap-icons": {
|
||||
"version": "1.9.0",
|
||||
"resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.9.0.tgz",
|
||||
"integrity": "sha512-4S077UbfqHtNOIKc43SDR+EL43zfo7ou8jI5+JRQqGZuq5UOK6iX6FtFNOQ/WjeWJ09CZ0/kSceh+WWPzfMfVQ==",
|
||||
"version": "1.9.1",
|
||||
"resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.9.1.tgz",
|
||||
"integrity": "sha512-d4ZkO30MIkAhQ2nNRJqKXJVEQorALGbLWTuRxyCTJF96lRIV6imcgMehWGJUiJMJhglN0o2tqLIeDnMdiQEE9g==",
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/boxen": {
|
||||
|
@ -16522,9 +16522,9 @@
|
|||
}
|
||||
},
|
||||
"bootstrap-icons": {
|
||||
"version": "1.9.0",
|
||||
"resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.9.0.tgz",
|
||||
"integrity": "sha512-4S077UbfqHtNOIKc43SDR+EL43zfo7ou8jI5+JRQqGZuq5UOK6iX6FtFNOQ/WjeWJ09CZ0/kSceh+WWPzfMfVQ==",
|
||||
"version": "1.9.1",
|
||||
"resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.9.1.tgz",
|
||||
"integrity": "sha512-d4ZkO30MIkAhQ2nNRJqKXJVEQorALGbLWTuRxyCTJF96lRIV6imcgMehWGJUiJMJhglN0o2tqLIeDnMdiQEE9g==",
|
||||
"dev": true
|
||||
},
|
||||
"boxen": {
|
||||
|
|
|
@ -72,7 +72,7 @@
|
|||
"@web/test-runner": "^0.13.31",
|
||||
"@web/test-runner-commands": "^0.6.3",
|
||||
"@web/test-runner-playwright": "^0.8.9",
|
||||
"bootstrap-icons": "^1.9.0",
|
||||
"bootstrap-icons": "^1.9.1",
|
||||
"browser-sync": "^2.27.10",
|
||||
"chalk": "^5.0.1",
|
||||
"command-line-args": "^5.2.1",
|
||||
|
|
Ładowanie…
Reference in New Issue