Skip to content

Commit

Permalink
fix: At least it works
Browse files Browse the repository at this point in the history
bug: tauri-apps/tauri#8770

bug: src-tauri/src/utils/server.rs#L56-L80
  • Loading branch information
Cyenoch committed Feb 25, 2024
1 parent d077675 commit 0d81beb
Show file tree
Hide file tree
Showing 15 changed files with 620 additions and 710 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ dist-ssr
update.json
scripts/_env.sh
.vscode
src-tauri/gen
bun.lockb
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,33 +22,33 @@
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@juggle/resize-observer": "^3.4.0",
"@mui/icons-material": "^5.15.5",
"@mui/icons-material": "^5.15.11",
"@mui/lab": "5.0.0-alpha.149",
"@mui/material": "^5.15.5",
"@mui/x-data-grid": "^6.18.7",
"@tauri-apps/api": "2.0.0-beta.0",
"@tauri-apps/plugin-clipboard-manager": "2.0.0-beta.0",
"@tauri-apps/plugin-dialog": "2.0.0-beta.0",
"@tauri-apps/plugin-global-shortcut": "2.0.0-beta.0",
"@tauri-apps/plugin-notification": "2.0.0-beta.0",
"@tauri-apps/plugin-process": "2.0.0-beta.0",
"@tauri-apps/plugin-shell": "2.0.0-beta.0",
"@tauri-apps/plugin-updater": "2.0.0-beta.0",
"ahooks": "^3.7.8",
"axios": "^1.6.5",
"@mui/material": "^5.15.11",
"@mui/x-data-grid": "^6.19.5",
"@tauri-apps/api": "2.0.0-beta.3",
"@tauri-apps/plugin-clipboard-manager": "2.0.0-beta.1",
"@tauri-apps/plugin-dialog": "2.0.0-beta.1",
"@tauri-apps/plugin-global-shortcut": "2.0.0-beta.1",
"@tauri-apps/plugin-notification": "2.0.0-beta.1",
"@tauri-apps/plugin-process": "2.0.0-beta.1",
"@tauri-apps/plugin-shell": "2.0.0-beta.1",
"@tauri-apps/plugin-updater": "2.0.0-beta.1",
"ahooks": "^3.7.10",
"axios": "^1.6.7",
"dayjs": "1.11.5",
"i18next": "^23.7.16",
"i18next": "^23.10.0",
"lodash-es": "^4.17.21",
"monaco-editor": "^0.34.1",
"nanoid": "^5.0.4",
"nanoid": "^5.0.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^3.1.4",
"react-hook-form": "^7.49.3",
"react-hook-form": "^7.50.1",
"react-i18next": "^13.5.0",
"react-router-dom": "^6.21.2",
"react-router-dom": "^6.22.1",
"react-transition-group": "^4.4.5",
"react-virtuoso": "^4.6.2",
"react-virtuoso": "^4.7.1",
"recoil": "^0.7.7",
"snarkdown": "^2.0.0",
"swr": "^1.3.0",
Expand All @@ -60,8 +60,8 @@
"@types/fs-extra": "^9.0.13",
"@types/js-cookie": "^3.0.6",
"@types/lodash-es": "^4.17.12",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@types/react": "^18.2.58",
"@types/react-dom": "^18.2.19",
"@types/react-transition-group": "^4.4.10",
"@vitejs/plugin-react": "^4.2.1",
"adm-zip": "^0.5.10",
Expand All @@ -72,9 +72,9 @@
"node-fetch": "^3.3.2",
"prettier": "^2.8.8",
"pretty-quick": "^3.3.1",
"sass": "^1.70.0",
"sass": "^1.71.1",
"typescript": "^5.3.3",
"vite": "^5.0.11",
"vite": "^5.1.4",
"vite-plugin-monaco-editor": "^1.1.0",
"vite-plugin-svgr": "^4.2.0"
},
Expand Down
Loading

0 comments on commit 0d81beb

Please sign in to comment.