mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 12:47:11 -05:00
update package.json
This commit is contained in:
parent
86c3b96413
commit
3b3dce1105
2 changed files with 29 additions and 0 deletions
|
|
@ -65,6 +65,9 @@
|
|||
"@fluent/bundle": "^0.18.0",
|
||||
"@mdi/svg": "^7.0.96",
|
||||
"@popperjs/core": "^2.11.8",
|
||||
"@tauri-apps/api": "^2",
|
||||
"@tauri-apps/plugin-log": "^2.7.0",
|
||||
"@xterm/xterm": "^5.5.0",
|
||||
"bootstrap": "^5.3.0",
|
||||
"bootstrap-icons": "^1.10.5",
|
||||
"codemirror": "^5.63.1",
|
||||
|
|
|
|||
26
yarn.lock
26
yarn.lock
|
|
@ -1116,6 +1116,22 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@tauri-apps/api@npm:^2, @tauri-apps/api@npm:^2.8.0":
|
||||
version: 2.8.0
|
||||
resolution: "@tauri-apps/api@npm:2.8.0"
|
||||
checksum: 10c0/fb111e4d7572372997b440ebe6879543fa8c4765151878e3fddfbfe809b18da29eed142ce83061d14a9ca6d896b3266dc8a4927c642d71cdc0b4277dc7e3aabf
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@tauri-apps/plugin-log@npm:^2.7.0":
|
||||
version: 2.7.0
|
||||
resolution: "@tauri-apps/plugin-log@npm:2.7.0"
|
||||
dependencies:
|
||||
"@tauri-apps/api": "npm:^2.8.0"
|
||||
checksum: 10c0/c699710898a666ebc888ec8b2a3f36d5887e5cc06f8c69e9b404438407f6a0df19840e00732a3651aa83ba5f056cba403a5a14c556d3097368e143bfe995b1a8
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@tootallnate/once@npm:2":
|
||||
version: 2.0.0
|
||||
resolution: "@tootallnate/once@npm:2.0.0"
|
||||
|
|
@ -1787,6 +1803,13 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@xterm/xterm@npm:^5.5.0":
|
||||
version: 5.5.0
|
||||
resolution: "@xterm/xterm@npm:5.5.0"
|
||||
checksum: 10c0/358801feece58617d777b2783bec68dac1f52f736da3b0317f71a34f4e25431fb0b1920244f678b8d673f797145b4858c2a5ccb463a4a6df7c10c9093f1c9267
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"abab@npm:^2.0.5, abab@npm:^2.0.6":
|
||||
version: 2.0.6
|
||||
resolution: "abab@npm:2.0.6"
|
||||
|
|
@ -1904,6 +1927,8 @@ __metadata:
|
|||
"@sveltejs/adapter-static": "npm:^3.0.0"
|
||||
"@sveltejs/kit": "npm:^2.22.2"
|
||||
"@sveltejs/vite-plugin-svelte": "npm:5.1"
|
||||
"@tauri-apps/api": "npm:^2"
|
||||
"@tauri-apps/plugin-log": "npm:^2.7.0"
|
||||
"@types/bootstrap": "npm:^5.0.12"
|
||||
"@types/codemirror": "npm:^5.60.0"
|
||||
"@types/d3": "npm:^7.0.0"
|
||||
|
|
@ -1916,6 +1941,7 @@ __metadata:
|
|||
"@types/node": "npm:^22"
|
||||
"@typescript-eslint/eslint-plugin": "npm:^5.60.1"
|
||||
"@typescript-eslint/parser": "npm:^5.60.1"
|
||||
"@xterm/xterm": "npm:^5.5.0"
|
||||
bootstrap: "npm:^5.3.0"
|
||||
bootstrap-icons: "npm:^1.10.5"
|
||||
caniuse-lite: "npm:^1.0.30001431"
|
||||
|
|
|
|||
Loading…
Reference in a new issue