Skip to content

Commit

Permalink
Fix zoom for scaled monitor
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoattal committed Jun 13, 2023
1 parent cf9edc7 commit 26f1cb7
Show file tree
Hide file tree
Showing 4 changed files with 267 additions and 335 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "milky-warp",
"private": true,
"version": "1.2.0",
"version": "1.3.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -12,15 +12,15 @@
"dependencies": {
"@tauri-apps/api": "^1.3.0",
"@vueuse/core": "^10.1.2",
"vue": "^3.2.47"
"vue": "^3.3.4"
},
"devDependencies": {
"@tauri-apps/cli": "^1.3.0",
"@types/node": "^18.16.3",
"@vitejs/plugin-vue": "^4.2.1",
"sass": "^1.62.1",
"typescript": "^5.0.4",
"vite": "^4.3.4",
"vue-tsc": "^1.6.4"
"@tauri-apps/cli": "^1.3.1",
"@types/node": "^20.3.1",
"@vitejs/plugin-vue": "^4.2.3",
"sass": "^1.63.3",
"typescript": "^5.1.3",
"vite": "^4.3.9",
"vue-tsc": "^1.6.5"
}
}
Loading

0 comments on commit 26f1cb7

Please sign in to comment.