Skip to content

Commit

Permalink
fix: Update to latest Tauri version
Browse files Browse the repository at this point in the history
  • Loading branch information
dubisdev committed Jul 20, 2024
1 parent a9610ec commit aef1e3a
Show file tree
Hide file tree
Showing 13 changed files with 553 additions and 590 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,25 +23,25 @@
"@tauri-apps/plugin-updater": "latest",
"@tauri-apps/plugin-dialog": "latest",
"just-debounce": "1.1.0",
"mathjs": "12.4.2",
"mathjs": "13.0.3",
"react": "18.3.1",
"react-colorful": "5.6.1",
"react-dom": "18.3.1",
"react-switch": "7.0.0",
"react-textra": "0.2.0",
"shared-zustand": "2.0.0",
"the-new-css-reset": "1.11.2",
"zustand": "4.5.2"
"zustand": "4.5.4"
},
"devDependencies": {
"@tauri-apps/cli": "next",
"@types/node": "20.12.12",
"@types/react": "18.3.2",
"@types/node": "20.14.11",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react": "4.2.1",
"semantic-release": "23.1.1",
"typescript": "5.4.5",
"vite": "5.2.11"
"@vitejs/plugin-react": "4.3.1",
"semantic-release": "24.0.0",
"typescript": "5.5.3",
"vite": "5.3.4"
},
"repository": "dubisdev/runmath"
}
Loading

0 comments on commit aef1e3a

Please sign in to comment.