mirror of
https://github.com/spacebarchat/client.git
synced 2024-11-21 18:02:32 +01:00
update dependencies, add platform configs
This commit is contained in:
parent
93e4879501
commit
cc9722ecae
30
package.json
30
package.json
@ -4,7 +4,7 @@
|
||||
"url": "https://github.com/spacebarchat/client/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"@emotion/react": "^11.11.0",
|
||||
"@emotion/react": "^11.11.1",
|
||||
"@emotion/styled": "^11.11.0",
|
||||
"@fontsource/roboto": "^4.5.8",
|
||||
"@fontsource/source-code-pro": "^4.5.14",
|
||||
@ -12,11 +12,11 @@
|
||||
"@mattjennings/react-modal-stack": "^1.0.4",
|
||||
"@mdi/js": "^7.2.96",
|
||||
"@mdi/react": "^1.6.1",
|
||||
"@mui/material": "^5.13.0",
|
||||
"@mui/material": "^5.14.9",
|
||||
"@originjs/vite-plugin-commonjs": "^1.0.3",
|
||||
"@rollup/plugin-replace": "^5.0.2",
|
||||
"@spacebarchat/spacebar-api-types": "0.37.49",
|
||||
"@tauri-apps/api": "2.0.0-alpha.6",
|
||||
"@tauri-apps/api": "2.0.0-alpha.8",
|
||||
"@tauri-apps/plugin-authenticator": "2.0.0-alpha.1",
|
||||
"@tauri-apps/plugin-autostart": "2.0.0-alpha.1",
|
||||
"@tauri-apps/plugin-clipboard-manager": "2.0.0-alpha.1",
|
||||
@ -26,12 +26,12 @@
|
||||
"@tauri-apps/plugin-process": "2.0.0-alpha.1",
|
||||
"@tauri-apps/plugin-stronghold": "2.0.0-alpha.2",
|
||||
"@tauri-apps/plugin-updater": "2.0.0-alpha.1",
|
||||
"@testing-library/jest-dom": "^5.16.5",
|
||||
"@testing-library/jest-dom": "^5.17.0",
|
||||
"@testing-library/react": "^13.4.0",
|
||||
"@testing-library/user-event": "^13.5.0",
|
||||
"framer-motion": "^10.16.1",
|
||||
"framer-motion": "^10.16.4",
|
||||
"missing-native-js-functions": "^1.4.3",
|
||||
"mobx": "^6.9.0",
|
||||
"mobx": "^6.10.2",
|
||||
"mobx-react-lite": "^3.4.3",
|
||||
"react": "^18.2.0",
|
||||
"react-advanced-cropper": "^0.18.0",
|
||||
@ -39,11 +39,11 @@
|
||||
"react-device-detect": "^2.2.3",
|
||||
"react-dom": "^18.2.0",
|
||||
"react-error-boundary": "^3.1.4",
|
||||
"react-hook-form": "^7.43.9",
|
||||
"react-hook-form": "^7.46.1",
|
||||
"react-infinite-scroll-component": "^6.1.0",
|
||||
"react-loading-skeleton": "^3.3.1",
|
||||
"react-moment": "^1.1.3",
|
||||
"react-router-dom": "^6.11.1",
|
||||
"react-router-dom": "^6.16.0",
|
||||
"react-secure-storage": "^1.3.0",
|
||||
"react-select-search": "^4.1.6",
|
||||
"react-spinners": "^0.13.8",
|
||||
@ -53,18 +53,18 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@craco/craco": "^7.1.0",
|
||||
"@tauri-apps/cli": "2.0.0-alpha.12",
|
||||
"@tauri-apps/cli": "2.0.0-alpha.14",
|
||||
"@types/jest": "^27.5.2",
|
||||
"@types/loadable__component": "^5.13.4",
|
||||
"@types/node": "^16.18.28",
|
||||
"@types/loadable__component": "^5.13.5",
|
||||
"@types/node": "^16.18.50",
|
||||
"@types/react": "^18.2.15",
|
||||
"@types/react-dom": "^18.2.7",
|
||||
"@types/styled-components": "^5.1.26",
|
||||
"@typescript-eslint/eslint-plugin": "^6.0.0",
|
||||
"@typescript-eslint/parser": "^6.0.0",
|
||||
"@types/styled-components": "^5.1.27",
|
||||
"@typescript-eslint/eslint-plugin": "^6.7.0",
|
||||
"@typescript-eslint/parser": "^6.7.0",
|
||||
"@vitejs/plugin-react": "^4.0.4",
|
||||
"craco-esbuild": "^0.5.2",
|
||||
"eslint": "^8.45.0",
|
||||
"eslint": "^8.49.0",
|
||||
"eslint-plugin-react-hooks": "^4.6.0",
|
||||
"eslint-plugin-react-refresh": "^0.4.3",
|
||||
"internal-ip": "^7.0.0",
|
||||
|
103
pnpm-lock.yaml
103
pnpm-lock.yaml
@ -6,7 +6,7 @@ settings:
|
||||
|
||||
dependencies:
|
||||
'@emotion/react':
|
||||
specifier: ^11.11.0
|
||||
specifier: ^11.11.1
|
||||
version: 11.11.1(@types/react@18.2.21)(react@18.2.0)
|
||||
'@emotion/styled':
|
||||
specifier: ^11.11.0
|
||||
@ -30,7 +30,7 @@ dependencies:
|
||||
specifier: ^1.6.1
|
||||
version: 1.6.1
|
||||
'@mui/material':
|
||||
specifier: ^5.13.0
|
||||
specifier: ^5.14.9
|
||||
version: 5.14.9(@emotion/react@11.11.1)(@emotion/styled@11.11.0)(@types/react@18.2.21)(react-dom@18.2.0)(react@18.2.0)
|
||||
'@originjs/vite-plugin-commonjs':
|
||||
specifier: ^1.0.3
|
||||
@ -42,8 +42,8 @@ dependencies:
|
||||
specifier: 0.37.49
|
||||
version: 0.37.49
|
||||
'@tauri-apps/api':
|
||||
specifier: 2.0.0-alpha.6
|
||||
version: 2.0.0-alpha.6
|
||||
specifier: 2.0.0-alpha.8
|
||||
version: 2.0.0-alpha.8
|
||||
'@tauri-apps/plugin-authenticator':
|
||||
specifier: 2.0.0-alpha.1
|
||||
version: 2.0.0-alpha.1
|
||||
@ -72,7 +72,7 @@ dependencies:
|
||||
specifier: 2.0.0-alpha.1
|
||||
version: 2.0.0-alpha.1
|
||||
'@testing-library/jest-dom':
|
||||
specifier: ^5.16.5
|
||||
specifier: ^5.17.0
|
||||
version: 5.17.0
|
||||
'@testing-library/react':
|
||||
specifier: ^13.4.0
|
||||
@ -81,13 +81,13 @@ dependencies:
|
||||
specifier: ^13.5.0
|
||||
version: 13.5.0(@testing-library/dom@9.3.1)
|
||||
framer-motion:
|
||||
specifier: ^10.16.1
|
||||
specifier: ^10.16.4
|
||||
version: 10.16.4(react-dom@18.2.0)(react@18.2.0)
|
||||
missing-native-js-functions:
|
||||
specifier: ^1.4.3
|
||||
version: 1.4.3
|
||||
mobx:
|
||||
specifier: ^6.9.0
|
||||
specifier: ^6.10.2
|
||||
version: 6.10.2
|
||||
mobx-react-lite:
|
||||
specifier: ^3.4.3
|
||||
@ -111,7 +111,7 @@ dependencies:
|
||||
specifier: ^3.1.4
|
||||
version: 3.1.4(react@18.2.0)
|
||||
react-hook-form:
|
||||
specifier: ^7.43.9
|
||||
specifier: ^7.46.1
|
||||
version: 7.46.1(react@18.2.0)
|
||||
react-infinite-scroll-component:
|
||||
specifier: ^6.1.0
|
||||
@ -123,7 +123,7 @@ dependencies:
|
||||
specifier: ^1.1.3
|
||||
version: 1.1.3(moment@2.29.4)(prop-types@15.8.1)(react@18.2.0)
|
||||
react-router-dom:
|
||||
specifier: ^6.11.1
|
||||
specifier: ^6.16.0
|
||||
version: 6.16.0(react-dom@18.2.0)(react@18.2.0)
|
||||
react-secure-storage:
|
||||
specifier: ^1.3.0
|
||||
@ -149,16 +149,16 @@ devDependencies:
|
||||
specifier: ^7.1.0
|
||||
version: 7.1.0(@types/node@16.18.50)(postcss@8.4.29)(react-scripts@5.0.1)(typescript@5.2.2)
|
||||
'@tauri-apps/cli':
|
||||
specifier: 2.0.0-alpha.12
|
||||
version: 2.0.0-alpha.12
|
||||
specifier: 2.0.0-alpha.14
|
||||
version: 2.0.0-alpha.14
|
||||
'@types/jest':
|
||||
specifier: ^27.5.2
|
||||
version: 27.5.2
|
||||
'@types/loadable__component':
|
||||
specifier: ^5.13.4
|
||||
specifier: ^5.13.5
|
||||
version: 5.13.5
|
||||
'@types/node':
|
||||
specifier: ^16.18.28
|
||||
specifier: ^16.18.50
|
||||
version: 16.18.50
|
||||
'@types/react':
|
||||
specifier: ^18.2.15
|
||||
@ -167,13 +167,13 @@ devDependencies:
|
||||
specifier: ^18.2.7
|
||||
version: 18.2.7
|
||||
'@types/styled-components':
|
||||
specifier: ^5.1.26
|
||||
specifier: ^5.1.27
|
||||
version: 5.1.27
|
||||
'@typescript-eslint/eslint-plugin':
|
||||
specifier: ^6.0.0
|
||||
specifier: ^6.7.0
|
||||
version: 6.7.0(@typescript-eslint/parser@6.7.0)(eslint@8.49.0)(typescript@5.2.2)
|
||||
'@typescript-eslint/parser':
|
||||
specifier: ^6.0.0
|
||||
specifier: ^6.7.0
|
||||
version: 6.7.0(eslint@8.49.0)(typescript@5.2.2)
|
||||
'@vitejs/plugin-react':
|
||||
specifier: ^4.0.4
|
||||
@ -182,7 +182,7 @@ devDependencies:
|
||||
specifier: ^0.5.2
|
||||
version: 0.5.2(@craco/craco@7.1.0)(esbuild@0.19.3)(react-scripts@5.0.1)(webpack@5.88.2)
|
||||
eslint:
|
||||
specifier: ^8.45.0
|
||||
specifier: ^8.49.0
|
||||
version: 8.49.0
|
||||
eslint-plugin-react-hooks:
|
||||
specifier: ^4.6.0
|
||||
@ -4064,8 +4064,13 @@ packages:
|
||||
engines: {node: '>= 14.6.0', npm: '>= 6.6.0', yarn: '>= 1.19.1'}
|
||||
dev: false
|
||||
|
||||
/@tauri-apps/cli-darwin-arm64@2.0.0-alpha.12:
|
||||
resolution: {integrity: sha512-4PVyuhqka4aid/wTgGcuA2kvvXs0KBHzGgWJ3yMqgADW4r65qxZcSoBcY76JUcru/rECTDdQ1baI5MEwR7Q10A==}
|
||||
/@tauri-apps/api@2.0.0-alpha.8:
|
||||
resolution: {integrity: sha512-3hZ+7EzUA11KN+O/Y4KgmjR+ldhXLdNllkw//hv/AaNsktEopCRBuKfVRLzVK3yov+Z+GzgxqFlwgJ1v6g1iKw==}
|
||||
engines: {node: '>= 14.6.0', npm: '>= 6.6.0', yarn: '>= 1.19.1'}
|
||||
dev: false
|
||||
|
||||
/@tauri-apps/cli-darwin-arm64@2.0.0-alpha.14:
|
||||
resolution: {integrity: sha512-3K416rvSUt8el/fdPnSnHJOI2j5Os9Kyy17XZp+z3PKRRuo/iJPp9L3w0zFGYsh7C+ylzV4OBUSVTi+e+gO5qA==}
|
||||
engines: {node: '>= 10'}
|
||||
cpu: [arm64]
|
||||
os: [darwin]
|
||||
@ -4073,8 +4078,8 @@ packages:
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/@tauri-apps/cli-darwin-x64@2.0.0-alpha.12:
|
||||
resolution: {integrity: sha512-xno8ByVeRowhfTDf2pKI7bIyDchnldnt1dF2/DcXLLTliOjMCLLhBk67doBMMZ6qBq8n/AKPwVl8dUXzP54q5Q==}
|
||||
/@tauri-apps/cli-darwin-x64@2.0.0-alpha.14:
|
||||
resolution: {integrity: sha512-aLEUGG8Z0UpTENe4/UG6DU8bnB2e1uxyxYvcmFKrHv+EAtR9nLH14alBxPl2K54YXy3JLR4bKROW15a/sFrX9g==}
|
||||
engines: {node: '>= 10'}
|
||||
cpu: [x64]
|
||||
os: [darwin]
|
||||
@ -4082,8 +4087,8 @@ packages:
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/@tauri-apps/cli-linux-arm-gnueabihf@2.0.0-alpha.12:
|
||||
resolution: {integrity: sha512-BAO3DSna+589lCtx8mjY2vduigihTicAH8F3csHnDptx2wbm5oASEmEZDCR8nMERKFuJmO2STgqZp+wVOZ6QyA==}
|
||||
/@tauri-apps/cli-linux-arm-gnueabihf@2.0.0-alpha.14:
|
||||
resolution: {integrity: sha512-Lu7unNvurBccxfHIaUQ0gPgUioTkQBMtWGrqO/auZ/JbjPR1W2eBlRwVNXf+nBWX9HwomPR3YD5yZuZmzxRV2g==}
|
||||
engines: {node: '>= 10'}
|
||||
cpu: [arm]
|
||||
os: [linux]
|
||||
@ -4091,8 +4096,8 @@ packages:
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/@tauri-apps/cli-linux-arm64-gnu@2.0.0-alpha.12:
|
||||
resolution: {integrity: sha512-vOHlOXUBrqbTPpY0/G3FSzxEtsdDIuiy426nGsQA76EZiouGUTAlqzQ6V5MxlLsDkU/wzLDMnQNiNh+JEQ7x2Q==}
|
||||
/@tauri-apps/cli-linux-arm64-gnu@2.0.0-alpha.14:
|
||||
resolution: {integrity: sha512-g8HkwKvAsWLLMJzPup7B1BCilYmXKwXdee7sf8QFbaIUSccR8i5pXLK5N/quKw5lmldYgFveEyuW9Qs8RgTYnQ==}
|
||||
engines: {node: '>= 10'}
|
||||
cpu: [arm64]
|
||||
os: [linux]
|
||||
@ -4100,8 +4105,8 @@ packages:
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/@tauri-apps/cli-linux-arm64-musl@2.0.0-alpha.12:
|
||||
resolution: {integrity: sha512-ND372Qv6HsAs+TAGjMOSWax7n4ogT/t6d5Vuh+asLX45zfdfvmLRqEFgdyxEuMFbsYaIdYO8Aa/S1y9yU6A/KA==}
|
||||
/@tauri-apps/cli-linux-arm64-musl@2.0.0-alpha.14:
|
||||
resolution: {integrity: sha512-ag4UuX6zg7vmBFWmg9ChyiJI7GTMkc8tjr/qobd3Lg9ddmjnVWwLUHt6v1kYhXiU7iLPD5DYDIjU8x/POc3hSA==}
|
||||
engines: {node: '>= 10'}
|
||||
cpu: [arm64]
|
||||
os: [linux]
|
||||
@ -4109,8 +4114,8 @@ packages:
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/@tauri-apps/cli-linux-x64-gnu@2.0.0-alpha.12:
|
||||
resolution: {integrity: sha512-/r6R4NkdH+ilAxghNXMLHyPwdkdARl6CUKD9gdQCp3oRbSc6NCgckja/r/57xctn9kC3NFadGbd4X6JxIq4wIg==}
|
||||
/@tauri-apps/cli-linux-x64-gnu@2.0.0-alpha.14:
|
||||
resolution: {integrity: sha512-+CviROc4fzrGqqyHQXh3uc2dGr/oYr19I8r2k+LJ2CDfmtj7CbNd/oC5oehHbHdw1oGFKuDPudrTGvzdRNygYA==}
|
||||
engines: {node: '>= 10'}
|
||||
cpu: [x64]
|
||||
os: [linux]
|
||||
@ -4118,8 +4123,8 @@ packages:
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/@tauri-apps/cli-linux-x64-musl@2.0.0-alpha.12:
|
||||
resolution: {integrity: sha512-qQkrihz3ORt7h4ecIi2Bmgac95TB3kVxPu8Jr9ZhkeNADiW8f8hOkVitrFyfzanCrhYJRUwpX7QqSGSpng6vkg==}
|
||||
/@tauri-apps/cli-linux-x64-musl@2.0.0-alpha.14:
|
||||
resolution: {integrity: sha512-aCP51HOAQXgVhyPHXKy627bYVRkNnpCvSU3L03pYV8YDoGo+veeuek5UiW7PlNdwx52B/yC3Jz7Dr3gEbFimfQ==}
|
||||
engines: {node: '>= 10'}
|
||||
cpu: [x64]
|
||||
os: [linux]
|
||||
@ -4127,8 +4132,8 @@ packages:
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/@tauri-apps/cli-win32-arm64-msvc@2.0.0-alpha.12:
|
||||
resolution: {integrity: sha512-cl1t9780yMAO0MY+tQaeW1r0YqNjQKyo3C74JOch9WqZD/bRZ0JtWl8oha+xrgXKanbh2VzatQmo6tFYhiPRuw==}
|
||||
/@tauri-apps/cli-win32-arm64-msvc@2.0.0-alpha.14:
|
||||
resolution: {integrity: sha512-b6Ei5ERUF0KS1bttM7i6U62GmjIvlgK03XZqvL/KLNvUfqRMu8F7JA1ejSExgTxhEhKSWA768HiTXpXk2GjFFw==}
|
||||
engines: {node: '>= 10'}
|
||||
cpu: [arm64]
|
||||
os: [win32]
|
||||
@ -4136,8 +4141,8 @@ packages:
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/@tauri-apps/cli-win32-ia32-msvc@2.0.0-alpha.12:
|
||||
resolution: {integrity: sha512-t4X5HFP/oY5KM3fvoV6bjKjLD+VUTbXDr+PvH7/TJrroDdlxfHvEp4YtF1ypnJlwFAfoHdXgFQcVxLN0WfrexQ==}
|
||||
/@tauri-apps/cli-win32-ia32-msvc@2.0.0-alpha.14:
|
||||
resolution: {integrity: sha512-TDkvu5pd37bKxZ6N+BqngCNGcefY7aHxyJ3BdBGxF+wRMjEMh70mgEXk8i0uM/aUi/Kl1GQoO6xJfUDlIMPXOA==}
|
||||
engines: {node: '>= 10'}
|
||||
cpu: [ia32]
|
||||
os: [win32]
|
||||
@ -4145,8 +4150,8 @@ packages:
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/@tauri-apps/cli-win32-x64-msvc@2.0.0-alpha.12:
|
||||
resolution: {integrity: sha512-LNo60aSDBQtdaptWw5CUmbdL8uzkZeVcGmgFWcD3mmfu70NTYgrIT2PNwGPc5ZlUIKz6GNBI8WSEm3ozp3AkKg==}
|
||||
/@tauri-apps/cli-win32-x64-msvc@2.0.0-alpha.14:
|
||||
resolution: {integrity: sha512-9yfoEe2RSykKr5hCifVAL5o0gHXgRCS+Wo+RJjQ9L2+QHY7XPLZYAhj/h8jdcAdRveyIQwat3k7wl+SW87v1eg==}
|
||||
engines: {node: '>= 10'}
|
||||
cpu: [x64]
|
||||
os: [win32]
|
||||
@ -4154,21 +4159,21 @@ packages:
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/@tauri-apps/cli@2.0.0-alpha.12:
|
||||
resolution: {integrity: sha512-R0FG+dSel4zt5Sra8WlNwclNlZpgxOtDoPFcdezUtUMjmetrwEJGeiUIFMA46IEUV+LCCije5tUvUqEkBlysKg==}
|
||||
/@tauri-apps/cli@2.0.0-alpha.14:
|
||||
resolution: {integrity: sha512-4/IQwN5S94D6LTXQrDWbSea0pGb9TTC4BwxHUFmhep4NjFxms161v1zadAUIsq/N2x6WwCBGrsdq9SIkgKv49Q==}
|
||||
engines: {node: '>= 10'}
|
||||
hasBin: true
|
||||
optionalDependencies:
|
||||
'@tauri-apps/cli-darwin-arm64': 2.0.0-alpha.12
|
||||
'@tauri-apps/cli-darwin-x64': 2.0.0-alpha.12
|
||||
'@tauri-apps/cli-linux-arm-gnueabihf': 2.0.0-alpha.12
|
||||
'@tauri-apps/cli-linux-arm64-gnu': 2.0.0-alpha.12
|
||||
'@tauri-apps/cli-linux-arm64-musl': 2.0.0-alpha.12
|
||||
'@tauri-apps/cli-linux-x64-gnu': 2.0.0-alpha.12
|
||||
'@tauri-apps/cli-linux-x64-musl': 2.0.0-alpha.12
|
||||
'@tauri-apps/cli-win32-arm64-msvc': 2.0.0-alpha.12
|
||||
'@tauri-apps/cli-win32-ia32-msvc': 2.0.0-alpha.12
|
||||
'@tauri-apps/cli-win32-x64-msvc': 2.0.0-alpha.12
|
||||
'@tauri-apps/cli-darwin-arm64': 2.0.0-alpha.14
|
||||
'@tauri-apps/cli-darwin-x64': 2.0.0-alpha.14
|
||||
'@tauri-apps/cli-linux-arm-gnueabihf': 2.0.0-alpha.14
|
||||
'@tauri-apps/cli-linux-arm64-gnu': 2.0.0-alpha.14
|
||||
'@tauri-apps/cli-linux-arm64-musl': 2.0.0-alpha.14
|
||||
'@tauri-apps/cli-linux-x64-gnu': 2.0.0-alpha.14
|
||||
'@tauri-apps/cli-linux-x64-musl': 2.0.0-alpha.14
|
||||
'@tauri-apps/cli-win32-arm64-msvc': 2.0.0-alpha.14
|
||||
'@tauri-apps/cli-win32-ia32-msvc': 2.0.0-alpha.14
|
||||
'@tauri-apps/cli-win32-x64-msvc': 2.0.0-alpha.14
|
||||
dev: true
|
||||
|
||||
/@tauri-apps/plugin-authenticator@2.0.0-alpha.1:
|
||||
|
36
src-tauri/Cargo.lock
generated
36
src-tauri/Cargo.lock
generated
@ -3115,8 +3115,8 @@ checksum = "9d0e916b1148c8e263850e1ebcbd046f333e0683c724876bb0da63ea4373dc8a"
|
||||
|
||||
[[package]]
|
||||
name = "tauri"
|
||||
version = "2.0.0-alpha.12"
|
||||
source = "git+https://github.com/tauri-apps/tauri.git?branch=fix/windows-custom-protocol-url#b4ce5bdb20a617ab2738bf17656ad68cbb3cf4c8"
|
||||
version = "2.0.0-alpha.14"
|
||||
source = "git+https://github.com/tauri-apps/tauri.git#9a2b2f49a5e1748ca4e095118e663ef025c5b87d"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"bytes",
|
||||
@ -3146,11 +3146,11 @@ dependencies = [
|
||||
"serialize-to-javascript",
|
||||
"state",
|
||||
"swift-rs",
|
||||
"tauri-build 2.0.0-alpha.8 (git+https://github.com/tauri-apps/tauri.git?branch=fix/windows-custom-protocol-url)",
|
||||
"tauri-build 2.0.0-alpha.8 (git+https://github.com/tauri-apps/tauri.git)",
|
||||
"tauri-macros",
|
||||
"tauri-runtime",
|
||||
"tauri-runtime-wry",
|
||||
"tauri-utils 2.0.0-alpha.7 (git+https://github.com/tauri-apps/tauri.git?branch=fix/windows-custom-protocol-url)",
|
||||
"tauri-utils 2.0.0-alpha.7 (git+https://github.com/tauri-apps/tauri.git)",
|
||||
"thiserror",
|
||||
"tokio",
|
||||
"tray-icon",
|
||||
@ -3184,7 +3184,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "tauri-build"
|
||||
version = "2.0.0-alpha.8"
|
||||
source = "git+https://github.com/tauri-apps/tauri.git?branch=fix/windows-custom-protocol-url#b4ce5bdb20a617ab2738bf17656ad68cbb3cf4c8"
|
||||
source = "git+https://github.com/tauri-apps/tauri.git#9a2b2f49a5e1748ca4e095118e663ef025c5b87d"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"cargo_toml",
|
||||
@ -3195,7 +3195,7 @@ dependencies = [
|
||||
"serde",
|
||||
"serde_json",
|
||||
"swift-rs",
|
||||
"tauri-utils 2.0.0-alpha.7 (git+https://github.com/tauri-apps/tauri.git?branch=fix/windows-custom-protocol-url)",
|
||||
"tauri-utils 2.0.0-alpha.7 (git+https://github.com/tauri-apps/tauri.git)",
|
||||
"tauri-winres",
|
||||
"walkdir",
|
||||
]
|
||||
@ -3203,7 +3203,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "tauri-codegen"
|
||||
version = "2.0.0-alpha.7"
|
||||
source = "git+https://github.com/tauri-apps/tauri.git?branch=fix/windows-custom-protocol-url#b4ce5bdb20a617ab2738bf17656ad68cbb3cf4c8"
|
||||
source = "git+https://github.com/tauri-apps/tauri.git#9a2b2f49a5e1748ca4e095118e663ef025c5b87d"
|
||||
dependencies = [
|
||||
"base64",
|
||||
"brotli",
|
||||
@ -3217,7 +3217,7 @@ dependencies = [
|
||||
"serde",
|
||||
"serde_json",
|
||||
"sha2",
|
||||
"tauri-utils 2.0.0-alpha.7 (git+https://github.com/tauri-apps/tauri.git?branch=fix/windows-custom-protocol-url)",
|
||||
"tauri-utils 2.0.0-alpha.7 (git+https://github.com/tauri-apps/tauri.git)",
|
||||
"thiserror",
|
||||
"time",
|
||||
"url",
|
||||
@ -3228,20 +3228,20 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "tauri-macros"
|
||||
version = "2.0.0-alpha.7"
|
||||
source = "git+https://github.com/tauri-apps/tauri.git?branch=fix/windows-custom-protocol-url#b4ce5bdb20a617ab2738bf17656ad68cbb3cf4c8"
|
||||
source = "git+https://github.com/tauri-apps/tauri.git#9a2b2f49a5e1748ca4e095118e663ef025c5b87d"
|
||||
dependencies = [
|
||||
"heck",
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn 1.0.109",
|
||||
"tauri-codegen",
|
||||
"tauri-utils 2.0.0-alpha.7 (git+https://github.com/tauri-apps/tauri.git?branch=fix/windows-custom-protocol-url)",
|
||||
"tauri-utils 2.0.0-alpha.7 (git+https://github.com/tauri-apps/tauri.git)",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "tauri-runtime"
|
||||
version = "1.0.0-alpha.1"
|
||||
source = "git+https://github.com/tauri-apps/tauri.git?branch=fix/windows-custom-protocol-url#b4ce5bdb20a617ab2738bf17656ad68cbb3cf4c8"
|
||||
source = "git+https://github.com/tauri-apps/tauri.git#9a2b2f49a5e1748ca4e095118e663ef025c5b87d"
|
||||
dependencies = [
|
||||
"gtk",
|
||||
"http",
|
||||
@ -3250,7 +3250,7 @@ dependencies = [
|
||||
"raw-window-handle",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"tauri-utils 2.0.0-alpha.7 (git+https://github.com/tauri-apps/tauri.git?branch=fix/windows-custom-protocol-url)",
|
||||
"tauri-utils 2.0.0-alpha.7 (git+https://github.com/tauri-apps/tauri.git)",
|
||||
"thiserror",
|
||||
"url",
|
||||
"uuid",
|
||||
@ -3259,8 +3259,8 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "tauri-runtime-wry"
|
||||
version = "1.0.0-alpha.1"
|
||||
source = "git+https://github.com/tauri-apps/tauri.git?branch=fix/windows-custom-protocol-url#b4ce5bdb20a617ab2738bf17656ad68cbb3cf4c8"
|
||||
version = "1.0.0-alpha.2"
|
||||
source = "git+https://github.com/tauri-apps/tauri.git#9a2b2f49a5e1748ca4e095118e663ef025c5b87d"
|
||||
dependencies = [
|
||||
"cocoa 0.24.1",
|
||||
"gtk",
|
||||
@ -3270,7 +3270,7 @@ dependencies = [
|
||||
"rand 0.8.5",
|
||||
"raw-window-handle",
|
||||
"tauri-runtime",
|
||||
"tauri-utils 2.0.0-alpha.7 (git+https://github.com/tauri-apps/tauri.git?branch=fix/windows-custom-protocol-url)",
|
||||
"tauri-utils 2.0.0-alpha.7 (git+https://github.com/tauri-apps/tauri.git)",
|
||||
"uuid",
|
||||
"webkit2gtk",
|
||||
"webview2-com",
|
||||
@ -3309,7 +3309,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "tauri-utils"
|
||||
version = "2.0.0-alpha.7"
|
||||
source = "git+https://github.com/tauri-apps/tauri.git?branch=fix/windows-custom-protocol-url#b4ce5bdb20a617ab2738bf17656ad68cbb3cf4c8"
|
||||
source = "git+https://github.com/tauri-apps/tauri.git#9a2b2f49a5e1748ca4e095118e663ef025c5b87d"
|
||||
dependencies = [
|
||||
"brotli",
|
||||
"ctor",
|
||||
@ -4179,9 +4179,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "wry"
|
||||
version = "0.32.0"
|
||||
version = "0.33.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "41fc00d1511c9ff5b600a6c6bde254eb39b9fcc5c0369b71a8efd5ff807bf937"
|
||||
checksum = "bf906b43b8042615c85a978dceb4d4b72214d27b850b54abc3edeb7c5a67abab"
|
||||
dependencies = [
|
||||
"base64",
|
||||
"block",
|
||||
|
@ -18,8 +18,7 @@ tauri-build = { version = "2.0.0-alpha", features = [] }
|
||||
|
||||
[dependencies]
|
||||
# tauri = { version = "2.0.0-alpha", features = [] }
|
||||
tauri = { git = "https://github.com/tauri-apps/tauri.git", branch = "fix/windows-custom-protocol-url", features = [
|
||||
] }
|
||||
tauri = { git = "https://github.com/tauri-apps/tauri.git", features = [] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
fn main() {
|
||||
tauri_build::build()
|
||||
tauri_build::build();
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
// Prevents additional console window on Windows in release, DO NOT REMOVE!!
|
||||
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
|
||||
|
||||
#[cfg(desktop)]
|
||||
fn main() {
|
||||
#[cfg(desktop)]
|
||||
spacebar::run();
|
||||
}
|
||||
|
13
src-tauri/tauri.android.conf.json
Normal file
13
src-tauri/tauri.android.conf.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"tauri": {
|
||||
"windows": [
|
||||
{
|
||||
"fullscreen": false,
|
||||
"resizable": true,
|
||||
"title": "Spacebar",
|
||||
"maximized": true,
|
||||
"label": "main"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
@ -26,24 +26,7 @@
|
||||
"security": {
|
||||
"csp": null
|
||||
},
|
||||
"windows": [
|
||||
{
|
||||
"fullscreen": false,
|
||||
"resizable": true,
|
||||
"title": "Spacebar",
|
||||
"maximized": true,
|
||||
"visible": false,
|
||||
"label": "main"
|
||||
},
|
||||
{
|
||||
"width": 400,
|
||||
"height": 200,
|
||||
"decorations": false,
|
||||
"center": true,
|
||||
"url": "splashscreen.html",
|
||||
"label": "splashscreen"
|
||||
}
|
||||
]
|
||||
"windows": []
|
||||
},
|
||||
"plugins": {
|
||||
"shell": {
|
||||
|
22
src-tauri/tauri.windows.conf.json
Normal file
22
src-tauri/tauri.windows.conf.json
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"tauri": {
|
||||
"windows": [
|
||||
{
|
||||
"fullscreen": false,
|
||||
"resizable": true,
|
||||
"title": "Spacebar",
|
||||
"maximized": true,
|
||||
"visible": false,
|
||||
"label": "main"
|
||||
},
|
||||
{
|
||||
"width": 400,
|
||||
"height": 200,
|
||||
"decorations": false,
|
||||
"center": true,
|
||||
"url": "splashscreen.html",
|
||||
"label": "splashscreen"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user