Skip to content

Commit

Permalink
chore: update dependencies and versions in package.json and Cargo.loc…
Browse files Browse the repository at this point in the history
…k files
  • Loading branch information
0PandaDEV committed Jan 10, 2025
1 parent 5ef6d8d commit d7fb3af
Show file tree
Hide file tree
Showing 4 changed files with 96 additions and 128 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,22 @@
"postinstall": "nuxt prepare"
},
"dependencies": {
"@tauri-apps/api": "2.1.1",
"@tauri-apps/cli": "2.1.0",
"@tauri-apps/api": "2.2.0",
"@tauri-apps/cli": "2.2.2",
"@tauri-apps/plugin-autostart": "2.2.0",
"@tauri-apps/plugin-os": "2.2.0",
"nuxt": "3.15.0",
"nuxt": "3.15.1",
"overlayscrollbars": "2.10.1",
"overlayscrollbars-vue": "0.5.9",
"sass-embedded": "1.83.0",
"uuid": "11.0.3",
"sass-embedded": "1.83.1",
"uuid": "11.0.5",
"vue": "3.5.13",
"wrdu-keyboard": "3.0.0"
"wrdu-keyboard": "^3.1.0"
},
"overrides": {
"chokidar": "^3.6.0"
},
"patchedDependencies": {
"wrdu-keyboard@3.0.0": "patches/wrdu-keyboard@3.0.0.patch"
"wrdu-keyboard@3.1.0": "patches/wrdu-keyboard@3.1.0.patch"
}
}
Loading

0 comments on commit d7fb3af

Please sign in to comment.