Skip to content

Commit

Permalink
update to tauri v2 and pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
milomg committed Jan 18, 2025
1 parent 9a73cc5 commit ace807b
Show file tree
Hide file tree
Showing 35 changed files with 5,631 additions and 4,124 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
dist
src-tauri
target/
src/utils/mips/wasm/
40 changes: 19 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,51 +6,49 @@
"author": "Taylor Whatley",
"scripts": {
"wasm": "wasm-pack build ./src-wasm --out-dir ../src/utils/mips/wasm",
"dev": "yarn wasm && vite",
"build": "yarn wasm && vue-tsc --noEmit && vite build",
"dev": "pnpm run wasm && vite",
"build": "pnpm run wasm && vue-tsc --noEmit && vite build",
"preview": "vite preview",
"tauri": "tauri",
"format": "prettier --write . && cd src-backend && cargo fmt && cd ../src-tauri && cargo fmt && cd ../src-wasm && cargo fmt",
"cargo-bump": "cd src-backend && cargo update && cd ../src-tauri && cargo update && cd ../src-wasm && cargo update"
},
"dependencies": {
"@codemirror/autocomplete": "^6.18.4",
"@codemirror/language": "^6.10.7",
"@codemirror/language": "^6.10.8",
"@codemirror/lint": "^6.8.4",
"@codemirror/state": "^6.5.0",
"@codemirror/view": "^6.36.0",
"@heroicons/vue": "^2.1.5",
"@codemirror/state": "^6.5.1",
"@codemirror/view": "^6.36.2",
"@heroicons/vue": "^2.2.0",
"@lezer/generator": "^1.7.2",
"@lezer/highlight": "^1.2.1",
"@lezer/lr": "^1.4.2",
"@replit/codemirror-minimap": "^0.5.2",
"@replit/codemirror-vim": "^6.2.1",
"@tauri-apps/api": "^1.6.0",
"@tauri-apps/api": "^2.2.0",
"codemirror": "^6.0.1",
"date-fns": "^4.0.0",
"date-fns": "^4.1.0",
"fuse.js": "^7.0.0",
"midicube": "^0.6.2",
"reka-ui": "^1.0.0-alpha.8",
"ua-parser-js": "^1.0.39",
"reka-ui": "1.0.0-alpha.8",
"uuid": "^10.0.0",
"vue": "^3.5.6"
"vue": "^3.5.13"
},
"devDependencies": {
"@tauri-apps/cli": "^1.6.2",
"@tauri-apps/cli": "^2.2.5",
"@types/node": "^22.10.7",
"@types/ua-parser-js": "^0.7.39",
"@types/uuid": "^10.0.0",
"@vitejs/plugin-vue": "^5.1.3",
"@vitejs/plugin-vue": "^5.2.1",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"prettier": "3.3.3",
"tailwindcss": "^3.4.13",
"postcss": "^8.5.1",
"prettier": "3.4.2",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3",
"vite": "^5.4.9",
"vite": "^6.0.7",
"vite-plugin-top-level-await": "^1.4.4",
"vite-plugin-wasm": "^3.3.0",
"vue-tsc": "^2.1.6",
"vite-plugin-wasm": "^3.4.1",
"vue-tsc": "^2.2.0",
"wasm-pack": "^0.13.1"
},
"packageManager": "[email protected]"
"packageManager": "[email protected]"
}
Loading

0 comments on commit ace807b

Please sign in to comment.