Skip to content

Commit

Permalink
Merge pull request #30 migrate to tauri 2.0
Browse files Browse the repository at this point in the history
Tauri 2.0
  • Loading branch information
Sir-Thom authored Dec 28, 2023
2 parents da3ba50 + f56e111 commit 896a2a6
Show file tree
Hide file tree
Showing 30 changed files with 1,894 additions and 1,373 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "magic-eye",
"description": "A magic eye app",
"version": "0.9.0",
"version": "0.9.1",
"type": "module",
"scripts": {
"check-format": "prettier . --check",
Expand All @@ -21,7 +21,9 @@
"@heroicons/react": "^2.1.1",
"@tabler/icons-react": "^2.44.0",
"@tailwindcss/forms": "^0.5.7",
"@tauri-apps/api": "^1.5.3",
"@tauri-apps/api": "^2.0.0-alpha",
"@tauri-apps/plugin-window": "^2.0.0-alpha",
"@tauri-apps/plugin-app": "^2.0.0-alpha",
"framer-motion": "^10.16.16",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand All @@ -31,7 +33,7 @@
"use-interval": "^1.4.0"
},
"devDependencies": {
"@tauri-apps/cli": "^1.5.9",
"@tauri-apps/cli": "^2.0.0-alpha.20",
"@testing-library/react": "^14.1.2",
"@types/node": "^20.10.5",
"@types/react": "^18.2.45",
Expand All @@ -55,5 +57,4 @@
"vite": "^5.0.10",
"vitest": "^1.1.0"
}

}
Loading

0 comments on commit 896a2a6

Please sign in to comment.