deps: update tauri deps to the latest

This commit is contained in:
Tyler Wilding 2023-02-18 16:50:57 -05:00
parent b903d257a5
commit ed6655b909
No known key found for this signature in database
GPG key ID: 77CB07796494137E
4 changed files with 4 additions and 7 deletions

2
package-lock.json generated
View file

@ -17,7 +17,7 @@
"@iconify/svelte": "^3.1.0",
"@popperjs/core": "^2.11.6",
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.49",
"@tauri-apps/cli": "^1.2.2",
"@tauri-apps/cli": "^1.2.3",
"@tauri-apps/tauricon": "github:tauri-apps/tauricon",
"@tsconfig/svelte": "^3.0.0",
"autoprefixer": "^10.4.7",

View file

@ -23,7 +23,7 @@
"@iconify/svelte": "^3.1.0",
"@popperjs/core": "^2.11.6",
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.49",
"@tauri-apps/cli": "^1.2.2",
"@tauri-apps/cli": "^1.2.3",
"@tauri-apps/tauricon": "github:tauri-apps/tauricon",
"@tsconfig/svelte": "^3.0.0",
"autoprefixer": "^10.4.7",

View file

@ -12,13 +12,13 @@ rust-version = "1.61"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[build-dependencies]
tauri-build = { version = "1.1.1", features = [] }
tauri-build = { version = "1.2.1", features = [] }
[dependencies]
fs_extra = "1.3.0"
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
tauri = { version = "1.2.2", features = ["api-all", "devtools", "reqwest-client"] }
tauri = { version = "1.2.4", features = ["api-all", "devtools", "reqwest-client"] }
zip-extract = "0.1.1"
zip = "0.6.2"
log = "0.4"

View file

@ -29,9 +29,6 @@
"icons/icon.ico"
],
"externalBin": [
"bin/extractor",
"bin/gk",
"bin/goalc",
"bin/glewinfo"
],
"copyright": "",