Skip to content

Commit

Permalink
Update tauri to rc10
Browse files Browse the repository at this point in the history
  • Loading branch information
dennyluan committed May 18, 2022
1 parent f1ed237 commit bcf2381
Show file tree
Hide file tree
Showing 7 changed files with 389 additions and 768 deletions.
221 changes: 125 additions & 96 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"check-types": "tsc -p tsconfig.json --noEmit && tsc -p worker/tsconfig.json --noEmit",
"tauri": "tauri",
"f": "echo $APPLE_ID",
"make": "rm -rf dist && next build && next export -o ./dist && npm run build-worker && npm run tauri build --debug"
"make": "rm -rf dist && next build && next export -o ./dist && npm run build-worker && yarn run tauri build --debug"
},
"dependencies": {
"@cloudflare/workers-types": "^3.3.1",
"@supabase/supabase-js": "^1.30.7",
"@tauri-apps/api": "^1.0.0-rc.1",
"@tauri-apps/api": "^1.0.0-rc.5",
"@types/node": "^17.0.14",
"@types/react-dom": "^17.0.11",
"bootstrap": "^4.6.0",
Expand Down Expand Up @@ -56,7 +56,7 @@
"zod": "^3.11.6"
},
"devDependencies": {
"@tauri-apps/cli": "^1.0.0-rc.5",
"@tauri-apps/cli": "^1.0.0-rc.10",
"@types/prosemirror-model": "^1.16.1",
"@types/prosemirror-schema-basic": "^1.0.2",
"@types/prosemirror-schema-list": "^1.0.3",
Expand Down
Loading

0 comments on commit bcf2381

Please sign in to comment.