mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-11 09:08:14 +08:00
⬆️ 更新依赖,开写 v0.2.3
This commit is contained in:
48
package.json
48
package.json
@@ -2,7 +2,7 @@
|
|||||||
"name": "tauri-genshin",
|
"name": "tauri-genshin",
|
||||||
"description": "A Genshin Tool build with Tauri",
|
"description": "A Genshin Tool build with Tauri",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "0.2.2",
|
"version": "0.2.3",
|
||||||
"author": "BTMuli <bt-muli@outlook.com>",
|
"author": "BTMuli <bt-muli@outlook.com>",
|
||||||
"packageManager": "pnpm@8.6.7",
|
"packageManager": "pnpm@8.6.7",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@@ -52,43 +52,43 @@
|
|||||||
"clipboard": "^2.0.11",
|
"clipboard": "^2.0.11",
|
||||||
"html2canvas": "^1.4.1",
|
"html2canvas": "^1.4.1",
|
||||||
"js-md5": "^0.7.3",
|
"js-md5": "^0.7.3",
|
||||||
"pinia": "^2.1.4",
|
"pinia": "^2.1.6",
|
||||||
"pinia-plugin-persistedstate": "^3.1.0",
|
"pinia-plugin-persistedstate": "^3.2.0",
|
||||||
"tauri-plugin-sql-api": "github:tauri-apps/tauri-plugin-sql",
|
"tauri-plugin-sql-api": "github:tauri-apps/tauri-plugin-sql",
|
||||||
"vue": "^3.3.4",
|
"vue": "^3.3.4",
|
||||||
"vue-json-viewer": "^3.0.4",
|
"vue-json-viewer": "^3.0.4",
|
||||||
"vue-router": "^4.2.2",
|
"vue-router": "^4.2.4",
|
||||||
"vuetify": "^3.3.6"
|
"vuetify": "^3.3.14"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@tauri-apps/cli": "^1.4.0",
|
"@tauri-apps/cli": "^1.4.0",
|
||||||
"@types/js-md5": "^0.7.0",
|
"@types/js-md5": "^0.7.0",
|
||||||
"@types/node": "^20.3.3",
|
"@types/node": "^20.5.6",
|
||||||
"@typescript-eslint/eslint-plugin": "^5.60.1",
|
"@typescript-eslint/eslint-plugin": "^6.4.1",
|
||||||
"@typescript-eslint/parser": "^5.60.1",
|
"@typescript-eslint/parser": "^6.4.1",
|
||||||
"@vitejs/plugin-vue": "^4.2.3",
|
"@vitejs/plugin-vue": "^4.3.3",
|
||||||
"@vue/devtools": "^6.5.0",
|
"@vue/devtools": "^6.5.0",
|
||||||
"concurrently": "^8.2.0",
|
"concurrently": "^8.2.1",
|
||||||
"eslint": "^8.44.0",
|
"eslint": "^8.48.0",
|
||||||
"eslint-config-prettier": "^8.8.0",
|
"eslint-config-prettier": "^9.0.0",
|
||||||
"eslint-config-standard-with-typescript": "^36.0.0",
|
"eslint-config-standard-with-typescript": "^38.0.0",
|
||||||
"eslint-plugin-import": "^2.27.5",
|
"eslint-plugin-import": "^2.28.1",
|
||||||
"eslint-plugin-n": "^16.0.1",
|
"eslint-plugin-n": "^16.0.2",
|
||||||
"eslint-plugin-prettier": "^4.2.1",
|
"eslint-plugin-prettier": "^5.0.0",
|
||||||
"eslint-plugin-promise": "^6.1.1",
|
"eslint-plugin-promise": "^6.1.1",
|
||||||
"eslint-plugin-vue": "^9.15.1",
|
"eslint-plugin-vue": "^9.17.0",
|
||||||
"husky": "^8.0.3",
|
"husky": "^8.0.3",
|
||||||
"lint-staged": "^13.2.3",
|
"lint-staged": "^14.0.1",
|
||||||
"prettier": "2.8.8",
|
"prettier": "3.0.2",
|
||||||
"stylelint": "^15.9.0",
|
"stylelint": "^15.10.3",
|
||||||
"stylelint-config-idiomatic-order": "^9.0.0",
|
"stylelint-config-idiomatic-order": "^9.0.0",
|
||||||
"stylelint-config-standard-vue": "^1.0.0",
|
"stylelint-config-standard-vue": "^1.0.0",
|
||||||
"stylelint-declaration-block-no-ignored-properties": "^2.7.0",
|
"stylelint-declaration-block-no-ignored-properties": "^2.7.0",
|
||||||
"stylelint-high-performance-animation": "^1.8.0",
|
"stylelint-high-performance-animation": "^1.9.0",
|
||||||
"stylelint-order": "^6.0.3",
|
"stylelint-order": "^6.0.3",
|
||||||
"stylelint-prettier": "^3.0.0",
|
"stylelint-prettier": "^4.0.2",
|
||||||
"typescript": "^5.1.6",
|
"typescript": "^5.2.2",
|
||||||
"vite": "^4.3.9",
|
"vite": "^4.4.9",
|
||||||
"vite-plugin-vuetify": "^1.0.2"
|
"vite-plugin-vuetify": "^1.0.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
1357
pnpm-lock.yaml
generated
1357
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
2
src-tauri/Cargo.lock
generated
2
src-tauri/Cargo.lock
generated
@@ -3636,7 +3636,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tauri-genshin"
|
name = "tauri-genshin"
|
||||||
version = "0.2.2"
|
version = "0.2.3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"serde",
|
"serde",
|
||||||
"serde_json",
|
"serde_json",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "tauri-genshin"
|
name = "tauri-genshin"
|
||||||
version = "0.2.2"
|
version = "0.2.3"
|
||||||
description = "A Genshin Tool build with Tauri"
|
description = "A Genshin Tool build with Tauri"
|
||||||
authors = ["BTMuli<bt-muli@outlook.com>"]
|
authors = ["BTMuli<bt-muli@outlook.com>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
},
|
},
|
||||||
"package": {
|
"package": {
|
||||||
"productName": "tauri-genshin",
|
"productName": "tauri-genshin",
|
||||||
"version": "0.2.2"
|
"version": "0.2.3"
|
||||||
},
|
},
|
||||||
"tauri": {
|
"tauri": {
|
||||||
"allowlist": {
|
"allowlist": {
|
||||||
|
|||||||
Reference in New Issue
Block a user