Skip to content

Commit

Permalink
chore: dependencies updated
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjackwills committed Mar 5, 2023
1 parent 7c85d69 commit 3b71ee5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@
"@vuelidate/core": "^2.0.0",
"@vuelidate/validators": "^2.0.0",
"@vueuse/core": "^9.13.0",
"@vueuse/head": "^1.1.9",
"@vueuse/head": "^1.1.15",
"pinia": "^2.0.32",
"vue": "^3.2.47",
"vue-router": "^4.1.6",
"vuetify": "^3.1.6"
"vuetify": "^3.1.7"
},
"devDependencies": {
"@mdi/js": "^7.1.96",
"@rushstack/eslint-patch": "^1.2.0",
"@tauri-apps/cli": "^1.2.3",
"@types/node": "^18.14.2",
"@types/node": "^18.14.6",
"@types/secure-json-parse": "^1.0.3",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/eslint-config-typescript": "^11.0.2",
Expand Down
6 changes: 3 additions & 3 deletions src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ sqlx = { version = "0.6", default-features = false, features = [ "runtime-tokio-
tauri = { version = "1.2", features = ["api-all", "native-tls-vendored", "system-tray"] }
thiserror = "1.0"
time = { version="0.3", features= ["serde", "parsing", "local-offset"] }
tokio = { version = "1.25", features = ["full"] }
tokio = { version = "1.26", features = ["full"] }
tracing = "0.1"
tracing-appender = "0.2"
tracing-subscriber = {version="0.3", features = ["json"] }
Expand Down

0 comments on commit 3b71ee5

Please sign in to comment.