Merge pull request #289622 from maxbrunet/feat/devpod/update

This commit is contained in:
Sandro 2024-02-22 21:12:02 +01:00 committed by GitHub
commit 8bcaed19db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 1889 additions and 765 deletions

File diff suppressed because it is too large Load Diff

View File

@ -23,13 +23,13 @@
let
pname = "devpod";
version = "0.4.2";
version = "0.5.2";
src = fetchFromGitHub {
owner = "loft-sh";
repo = pname;
rev = "v${version}";
sha256 = "sha256-e9sa9LniG5fj3S+x9T91v6ILPI0CD2y3QnZxXcKy6Ik=";
sha256 = "sha256-xvZ9I8VL50yS6tEQizp7bebyZVTCW6y2VOSyVZDJy6M=";
};
meta = with lib; {
@ -79,7 +79,7 @@ rec {
offlineCache = fetchYarnDeps {
yarnLock = "${src}/desktop/yarn.lock";
sha256 = "sha256-Nezh2nGhrxmNLLqZVugJqr895CIa2QWE3CNLjkjrEEs=";
sha256 = "sha256-I+c0zrybNv3iS+Wy+n+NlBalA6gLYuxBw00mAJbqgfU=";
};
packageJSON = ./package.json;
@ -106,7 +106,7 @@ rec {
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"tauri-plugin-log-0.1.0" = "sha256-Ei0j7UNzsK45c8fEV8Yw3pyf4oSG5EYgLB4BRfafq6A=";
"tauri-plugin-log-0.0.0" = "sha256-M6uGcf4UWAU+494wAK/r2ta1c3IZ07iaURLwJJR9F3U=";
};
};

View File

@ -26,16 +26,16 @@
"@tanstack/react-query": "4.36.1",
"@tanstack/react-query-devtools": "4.36.1",
"@tanstack/react-table": "8.10.7",
"@tauri-apps/api": "1.5.0",
"@tauri-apps/api": "1.5.1",
"dayjs": "1.11.10",
"framer-motion": "10.16.4",
"framer-motion": "10.16.9",
"markdown-to-jsx": "7.3.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "7.47.0",
"react-icons": "4.11.0",
"react-router": "6.16.0",
"react-router-dom": "6.16.0",
"react-hook-form": "7.48.2",
"react-icons": "4.12.0",
"react-router": "6.20.0",
"react-router-dom": "6.20.0",
"tauri-plugin-store-api": "https://github.com/tauri-apps/tauri-plugin-store",
"uuid": "9.0.1",
"xterm": "5.3.0",