-
Notifications
You must be signed in to change notification settings - Fork 279
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update to tauri alpha.12 (#593)
- Loading branch information
1 parent
70e535a
commit 4e2cef9
Showing
13 changed files
with
117 additions
and
124 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
"app": patch | ||
"authenticator": patch | ||
"autostart": patch | ||
"cli": patch | ||
"clipboard-manager": patch | ||
"dialog": patch | ||
"fs": patch | ||
"global-shortcut": patch | ||
"http": patch | ||
"localhost": patch | ||
"log-plugin": patch | ||
"notification": patch | ||
"os": patch | ||
"persisted-scope": patch | ||
"positioner": patch | ||
"process": patch | ||
"shell": patch | ||
"single-instance": patch | ||
"sql": patch | ||
"store": patch | ||
"stronghold": patch | ||
"updater": patch | ||
"upload": patch | ||
"websocket": patch | ||
"window": patch | ||
"window-state": patch | ||
--- | ||
|
||
Update to alpha.12. |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"$schema": "../../../node_modules/.pnpm/@[email protected].8/node_modules/@tauri-apps/cli/schema.json", | ||
"$schema": "../../../node_modules/.pnpm/@[email protected].12/node_modules/@tauri-apps/cli/schema.json", | ||
"build": { | ||
"distDir": ".", | ||
"devPath": "http://localhost:4000" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"$schema": "../../../node_modules/.pnpm/@[email protected].8/node_modules/@tauri-apps/cli/schema.json", | ||
"$schema": "../../../node_modules/.pnpm/@[email protected].12/node_modules/@tauri-apps/cli/schema.json", | ||
"build": { | ||
"distDir": ".", | ||
"devPath": "http://localhost:4000" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"$schema": "../../../../node_modules/.pnpm/@[email protected].8/node_modules/@tauri-apps/cli/schema.json", | ||
"$schema": "../../../../node_modules/.pnpm/@[email protected].12/node_modules/@tauri-apps/cli/schema.json", | ||
"build": { | ||
"distDir": [], | ||
"devPath": [] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.