Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 4, 2024
1 parent 2811e59 commit 0134218
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 24 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"tauri:dev": "tauri dev"
},
"dependencies": {
"@arco-design/web-vue": "~2.52.1",
"@arco-design/web-vue": "~2.54.0",
"@arco-plugins/vite-vue": "^1.4.5",
"@tauri-apps/api": "^1.5.3",
"@vitejs/plugin-legacy": "^5.2.0",
Expand All @@ -26,11 +26,11 @@
"postcss": "~8.4.32",
"postcss-plugin-px2rem": "^0.8.1",
"postcss-preset-env": "^9.3.0",
"tailwindcss": "~3.3.7",
"tailwindcss": "~3.4.0",
"tauri-settings": "^0.3.4",
"terser": "^5.26.0",
"unplugin-auto-import": "^0.16.7",
"unplugin-vue-components": "^0.25.2",
"unplugin-auto-import": "^0.17.0",
"unplugin-vue-components": "^0.26.0",
"vue": "^3.3.13"
},
"devDependencies": {
Expand Down
38 changes: 19 additions & 19 deletions pnpm-lock.yaml

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 @@ -16,7 +16,7 @@ tauri-build = { version = "1.5", features = [] }
tauri = { version = "1.5", features = [ "path-all", "fs-read-dir", "fs-create-dir", "fs-read-file", "fs-write-file", "window-all", "shell-open"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tauri-plugin-theme = "0.2.0"
tauri-plugin-theme = "0.4.0"

[features]
# this feature is used for production builds or when `devPath` points to the filesystem
Expand Down

0 comments on commit 0134218

Please sign in to comment.