mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
parent
fa070d9da3
commit
8b55e8610b
3 changed files with 6 additions and 6 deletions
|
@ -139,7 +139,7 @@
|
||||||
"path": "node_modules/bootstrap-icons",
|
"path": "node_modules/bootstrap-icons",
|
||||||
"licenseFile": "node_modules/bootstrap-icons/LICENSE.md"
|
"licenseFile": "node_modules/bootstrap-icons/LICENSE.md"
|
||||||
},
|
},
|
||||||
"bootstrap@5.0.0-beta3": {
|
"bootstrap@5.0.2": {
|
||||||
"licenses": "MIT",
|
"licenses": "MIT",
|
||||||
"repository": "https://github.com/twbs/bootstrap",
|
"repository": "https://github.com/twbs/bootstrap",
|
||||||
"publisher": "The Bootstrap Authors",
|
"publisher": "The Bootstrap Authors",
|
||||||
|
|
|
@ -59,7 +59,7 @@
|
||||||
"@popperjs/core": "^2.9.2",
|
"@popperjs/core": "^2.9.2",
|
||||||
"@types/lodash-es": "^4.17.4",
|
"@types/lodash-es": "^4.17.4",
|
||||||
"@types/marked": "^2.0.2",
|
"@types/marked": "^2.0.2",
|
||||||
"bootstrap": "=5.0.0-beta3",
|
"bootstrap": "^5.0.0",
|
||||||
"bootstrap-icons": "^1.4.0",
|
"bootstrap-icons": "^1.4.0",
|
||||||
"codemirror": "^5.61.1",
|
"codemirror": "^5.61.1",
|
||||||
"css-browser-selector": "^0.6.5",
|
"css-browser-selector": "^0.6.5",
|
||||||
|
|
|
@ -1399,10 +1399,10 @@ bootstrap-icons@^1.4.0:
|
||||||
resolved "https://registry.yarnpkg.com/bootstrap-icons/-/bootstrap-icons-1.5.0.tgz#2cb19da148aa9105cb3174de2963564982d3dc55"
|
resolved "https://registry.yarnpkg.com/bootstrap-icons/-/bootstrap-icons-1.5.0.tgz#2cb19da148aa9105cb3174de2963564982d3dc55"
|
||||||
integrity sha512-44feMc7DE1Ccpsas/1wioN8ewFJNquvi5FewA06wLnqct7CwMdGDVy41ieHaacogzDqLfG8nADIvMNp9e4bfbA==
|
integrity sha512-44feMc7DE1Ccpsas/1wioN8ewFJNquvi5FewA06wLnqct7CwMdGDVy41ieHaacogzDqLfG8nADIvMNp9e4bfbA==
|
||||||
|
|
||||||
bootstrap@=5.0.0-beta3:
|
bootstrap@^5.0.0:
|
||||||
version "5.0.0-beta3"
|
version "5.0.2"
|
||||||
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-5.0.0-beta3.tgz#c959f61fbd03667a1b158f763856994859d7a465"
|
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-5.0.2.tgz#aff23d5e0e03c31255ad437530ee6556e78e728e"
|
||||||
integrity sha512-0urccjfIOzhrb9qJysN8XW/DRw6rg3zH7qLeKIp4Zyl8+Ens4JWB0NC0cB5AhnSFPd2tftRggjwCMxablo6Tpg==
|
integrity sha512-1Ge963tyEQWJJ+8qtXFU6wgmAVj9gweEjibUdbmcCEYsn38tVwRk8107rk2vzt6cfQcRr3SlZ8aQBqaD8aqf+Q==
|
||||||
|
|
||||||
brace-expansion@^1.1.7:
|
brace-expansion@^1.1.7:
|
||||||
version "1.1.11"
|
version "1.1.11"
|
||||||
|
|
Loading…
Reference in a new issue