update bootstrap-icons

This commit is contained in:
Cory LaViska
2022-02-10 09:02:48 -05:00
parent a57526a0ff
commit f555a3323e
4 changed files with 10 additions and 10 deletions

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 861 KiB

After

Width:  |  Height:  |  Size: 861 KiB

View File

@@ -23,7 +23,7 @@ _During the beta period, these restrictions may be relaxed in the event of a mis
- Updated Feather icon example to use Lucide [#657](https://github.com/shoelace-style/shoelace/issues/657)
- Updated minimum Node version to 14.17
- Updated Lit to 2.1.2
- Updated to Bootstrap Icons to 1.8.0
- Updated to Bootstrap Icons to 1.8.1
- Updated all other dependencies to latest versions
## 2.0.0-beta.64

14
package-lock.json generated
View File

@@ -28,7 +28,7 @@
"@web/dev-server-esbuild": "^0.2.16",
"@web/test-runner": "^0.13.26",
"@web/test-runner-playwright": "^0.8.8",
"bootstrap-icons": "^1.8.0",
"bootstrap-icons": "^1.8.1",
"browser-sync": "^2.27.7",
"chalk": "^5.0.0",
"command-line-args": "^5.2.1",
@@ -2687,9 +2687,9 @@
"dev": true
},
"node_modules/bootstrap-icons": {
"version": "1.8.0",
"resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.8.0.tgz",
"integrity": "sha512-plaZQb8tReUULAwQ9M98PyWh5H912eKGVC6etMtc6VqmPmp9Eq0s7Wd0qvPoPLHh0VhXxzdLk1ta5W7lwPIdCQ==",
"version": "1.8.1",
"resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.8.1.tgz",
"integrity": "sha512-IXUqislddPJfwq6H+2nTkHyr9epO9h6u1AG0OZCx616w+TgzeoCjfmI3qJMQqt1J586gN2IxzB4M99Ip4sTZ1w==",
"dev": true,
"engines": {
"node": ">=10"
@@ -16176,9 +16176,9 @@
"dev": true
},
"bootstrap-icons": {
"version": "1.8.0",
"resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.8.0.tgz",
"integrity": "sha512-plaZQb8tReUULAwQ9M98PyWh5H912eKGVC6etMtc6VqmPmp9Eq0s7Wd0qvPoPLHh0VhXxzdLk1ta5W7lwPIdCQ==",
"version": "1.8.1",
"resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.8.1.tgz",
"integrity": "sha512-IXUqislddPJfwq6H+2nTkHyr9epO9h6u1AG0OZCx616w+TgzeoCjfmI3qJMQqt1J586gN2IxzB4M99Ip4sTZ1w==",
"dev": true
},
"boxen": {

View File

@@ -69,7 +69,7 @@
"@web/dev-server-esbuild": "^0.2.16",
"@web/test-runner": "^0.13.26",
"@web/test-runner-playwright": "^0.8.8",
"bootstrap-icons": "^1.8.0",
"bootstrap-icons": "^1.8.1",
"browser-sync": "^2.27.7",
"chalk": "^5.0.0",
"command-line-args": "^5.2.1",