docs: added new version

This commit is contained in:
Arduinum
2026-05-14 23:46:47 +03:00
committed by Arduinum628
parent 23239e303a
commit 5f004ddcbc
6 changed files with 968 additions and 901 deletions

View File

@@ -16,8 +16,10 @@
"@ionic/vue": "^8.0.0",
"@ionic/vue-router": "^8.0.0",
"@tauri-apps/api": "^2.9.1",
"@tauri-apps/plugin-fs": "^2.5.1",
"@tauri-apps/plugin-sql": "^2.3.1",
"ionicons": "^7.0.0",
"toml": "^4.1.1",
"vue": "^3.3.0",
"vue-router": "^4.2.0"
},
@@ -3146,15 +3148,24 @@
}
},
"node_modules/@tauri-apps/api": {
"version": "2.9.1",
"resolved": "https://registry.npmjs.org/@tauri-apps/api/-/api-2.9.1.tgz",
"integrity": "sha512-IGlhP6EivjXHepbBic618GOmiWe4URJiIeZFlB7x3czM0yDHHYviH1Xvoiv4FefdkQtn6v7TuwWCRfOGdnVUGw==",
"version": "2.11.0",
"resolved": "https://registry.npmjs.org/@tauri-apps/api/-/api-2.11.0.tgz",
"integrity": "sha512-7CinYODhky9lmO23xHnUFv0Xt43fbtWMyxZcLcRBlFkcgXKuEirBvHpmtJ89YMhyeGcq20Wuc47Fa4XjyniywA==",
"license": "Apache-2.0 OR MIT",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/tauri"
}
},
"node_modules/@tauri-apps/plugin-fs": {
"version": "2.5.1",
"resolved": "https://registry.npmjs.org/@tauri-apps/plugin-fs/-/plugin-fs-2.5.1.tgz",
"integrity": "sha512-9Lz+Jopp6QyeEWhlpkMx4R/+P9HgR+AVAI4vOZhlT8Xaymtz8iVI/Ov984/XTqgJz/5gz5NretqPB/XEMS3NhQ==",
"license": "MIT OR Apache-2.0",
"dependencies": {
"@tauri-apps/api": "^2.11.0"
}
},
"node_modules/@tauri-apps/plugin-sql": {
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/@tauri-apps/plugin-sql/-/plugin-sql-2.3.1.tgz",
@@ -8971,6 +8982,15 @@
"node": ">=8.0"
}
},
"node_modules/toml": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/toml/-/toml-4.1.1.tgz",
"integrity": "sha512-EBJnVBr3dTXdA89WVFoAIPUqkBjxPMwRqsfuo1r240tKFHXv3zgca4+NJib/h6TyvGF7vOawz0jGuryJCdNHrw==",
"license": "MIT",
"engines": {
"node": ">=20"
}
},
"node_modules/tough-cookie": {
"version": "5.1.2",
"resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-5.1.2.tgz",

View File

@@ -20,8 +20,10 @@
"@ionic/vue": "^8.0.0",
"@ionic/vue-router": "^8.0.0",
"@tauri-apps/api": "^2.9.1",
"@tauri-apps/plugin-fs": "^2.5.1",
"@tauri-apps/plugin-sql": "^2.3.1",
"ionicons": "^7.0.0",
"toml": "^4.1.1",
"vue": "^3.3.0",
"vue-router": "^4.2.0"
},

Binary file not shown.