Skip to content

Commit

Permalink
chore: Update package versions to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
richiemcilroy committed Mar 19, 2024
1 parent 7048cf2 commit 2440363
Show file tree
Hide file tree
Showing 6 changed files with 211 additions and 49 deletions.
4 changes: 2 additions & 2 deletions apps/desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@cap/ui": "workspace:*",
"@cap/utils": "workspace:*",
"@sentry/nextjs": "^7.105.0",
"@tauri-apps/api": "^1.5.0",
"@tauri-apps/api": "^1.5.3",
"@tensorflow-models/body-pix": "^2.2.1",
"@tensorflow/tfjs": "^4.17.0",
"autoprefixer": "^10.4.16",
Expand All @@ -32,7 +32,7 @@
"tauri-plugin-positioner-api": "^0.2.7"
},
"devDependencies": {
"@tauri-apps/cli": "^1.5.0",
"@tauri-apps/cli": "^1.5.11",
"@types/react": "^18.2.15",
"@types/react-dom": "latest",
"typescript": "^5.3.2"
Expand Down
167 changes: 161 additions & 6 deletions apps/desktop/src-tauri/Cargo.lock

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

4 changes: 2 additions & 2 deletions apps/desktop/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[build-dependencies]
tauri-build = { version = "1.5.0", features = [] }
tauri-build = { version = "1.5.1", features = [] }
ffmpeg-sidecar = "0.5.1"

[dependencies]
tauri = { version = "1.5.0", features = [ "macos-private-api", "window-set-position", "fs-write-file", "fs-remove-file", "fs-read-file", "fs-rename-file", "fs-exists", "fs-remove-dir", "fs-read-dir", "fs-copy-file", "fs-create-dir", "window-set-ignore-cursor-events", "window-unminimize", "window-minimize", "window-close", "window-show", "window-start-dragging", "window-hide", "window-unmaximize", "window-maximize", "window-set-always-on-top", "shell-open", "devtools", "os-all", "http-all"] }
tauri = { version = "1.6.1", features = [ "macos-private-api", "window-set-position", "fs-write-file", "fs-remove-file", "fs-read-file", "fs-rename-file", "fs-exists", "fs-remove-dir", "fs-read-dir", "fs-copy-file", "fs-create-dir", "window-set-ignore-cursor-events", "window-unminimize", "window-minimize", "window-close", "window-show", "window-start-dragging", "window-hide", "window-unmaximize", "window-maximize", "window-set-always-on-top", "shell-open", "devtools", "os-all", "http-all"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tauri-plugin-context-menu = "0.7.0"
Expand Down
9 changes: 8 additions & 1 deletion apps/desktop/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,19 @@
"icons/[email protected]",
"icons/icon.icns",
"icons/icon.ico"
]
],
"macOS": {
"minimumSystemVersion": "10.15",
"signingIdentity": "Cap",
"providerShortName": "Cap",
"entitlements": "Info.plist"
}
},
"security": {
"csp": null
},
"macOSPrivateApi": true,

"windows": [
{
"title": "Cap",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"build": "tsc"
},
"devDependencies": {
"@tauri-apps/cli": "^1.5.0",
"@tauri-apps/cli": "^1.5.11",
"@types/node": "^20.10.0",
"@types/react": "^18.2.38",
"@types/react-dom": "latest",
Expand Down
Loading

1 comment on commit 2440363

@vercel
Copy link

@vercel vercel bot commented on 2440363 Mar 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.