Skip to content

Commit

Permalink
Merge pull request #12 from solacecommunity/task/upgrade-tauri-v2
Browse files Browse the repository at this point in the history
Performed Tauri upgrade and required code changes
  • Loading branch information
nicholasdgoodman authored Dec 4, 2024
2 parents 321b494 + 72262fa commit f00ac3f
Show file tree
Hide file tree
Showing 12 changed files with 2,101 additions and 1,210 deletions.
128 changes: 75 additions & 53 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@
},
"dependencies": {
"@tabler/icons-react": "^3.11.0",
"@tauri-apps/api": "^1",
"@tauri-apps/api": "^2.0.0",
"@tauri-apps/plugin-fs": "^2.0.3",
"@tauri-apps/plugin-http": "^2.0.1",
"@tauri-apps/plugin-shell": "^2.0.1",
"primeflex": "^3.3.1",
"primeicons": "^7.0.0",
"primereact": "^10.8.0",
Expand All @@ -22,7 +25,7 @@
"superagent": "^10.0.1"
},
"devDependencies": {
"@tauri-apps/cli": "^1",
"@tauri-apps/cli": "^2.1.0",
"@vitejs/plugin-react": "^4.2.1",
"postcss": "^8.4.40",
"postcss-preset-mantine": "^1.17.0",
Expand Down
Loading

0 comments on commit f00ac3f

Please sign in to comment.