Skip to content

Commit

Permalink
upgrade to tauri v2
Browse files Browse the repository at this point in the history
  • Loading branch information
pavi2410 committed Nov 9, 2024
1 parent a8d367c commit 90e6edc
Show file tree
Hide file tree
Showing 13 changed files with 6,982 additions and 9,853 deletions.
Binary file modified bun.lockb
Binary file not shown.
52 changes: 27 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,32 +10,34 @@
"tauri": "tauri"
},
"dependencies": {
"@blockly/block-shareable-procedures": "^5.0.1",
"@blockly/theme-dark": "^7.0.1",
"@fontsource-variable/inter": "^5.0.18",
"@iconify-json/tabler": "^1.1.113",
"@mit-app-inventor/blockly-block-lexical-variables": "^2.0.2",
"@tabler/icons-vue": "^3.5.0",
"@tauri-apps/api": "2.0.0-beta.13",
"@tauri-apps/plugin-fs": "2.0.0-beta.5",
"@tauri-apps/plugin-os": "2.0.0-beta.5",
"@tauri-apps/plugin-shell": "2.0.0-beta.6",
"@tauri-apps/plugin-store": "2.0.0-beta.5",
"@vueuse/core": "^10.10.0",
"blockly": "^11.1.0",
"dayjs": "^1.11.11",
"element-plus": "^2.7.4",
"pinia": "^2.1.7",
"primevue": "^4.0.0-beta.4",
"unplugin-icons": "^0.19.0",
"vue": "^3.4.27",
"vue-router": "^4.3.2"
"@blockly/block-shareable-procedures": "^5.0.9",
"@blockly/theme-dark": "^7.0.7",
"@fontsource-variable/inter": "^5.1.0",
"@iconify-json/tabler": "^1.2.7",
"@mit-app-inventor/blockly-block-lexical-variables": "^2.0.3",
"@primevue/themes": "^4.2.1",
"@tabler/icons-vue": "^3.21.0",
"@tauri-apps/api": "2.0.3",
"@tauri-apps/plugin-fs": "~2",
"@tauri-apps/plugin-global-shortcut": "~2",
"@tauri-apps/plugin-os": "~2",
"@tauri-apps/plugin-shell": "~2",
"@tauri-apps/plugin-store": "~2",
"@vueuse/core": "^11.2.0",
"blockly": "^11.1.1",
"dayjs": "^1.11.13",
"element-plus": "^2.8.7",
"pinia": "^2.2.6",
"primevue": "^4.2.1",
"unplugin-icons": "^0.20.1",
"vue": "^3.5.12",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@tauri-apps/cli": "2.0.0-beta.8",
"@vitejs/plugin-vue": "^5.0.4",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vue-tsc": "^2.0.19"
"@tauri-apps/cli": "2.0.4",
"@vitejs/plugin-vue": "^5.1.4",
"typescript": "^5.6.3",
"vite": "^5.4.10",
"vue-tsc": "^2.1.10"
}
}
Loading

0 comments on commit 90e6edc

Please sign in to comment.