Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion THIRD-PARTY.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ ghostty_vte:
git:
url: https://github.com/antgrid-ai/dart_terminal.git
path: pkgs/vte/ghostty_vte
ref: 6cd393196ed301afa1d8ada7a996cc345b899b4a
ref: c262d5f2002d26b2116b2c5c943a46a63f994133
```

`ghostty_vte_flutter` and `portable_pty` are pinned to the same repository and
Expand Down
12 changes: 6 additions & 6 deletions app/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -682,17 +682,17 @@ packages:
dependency: "direct overridden"
description:
path: "pkgs/vte/ghostty_vte"
ref: "6cd393196ed301afa1d8ada7a996cc345b899b4a"
resolved-ref: "6cd393196ed301afa1d8ada7a996cc345b899b4a"
ref: c262d5f2002d26b2116b2c5c943a46a63f994133
resolved-ref: c262d5f2002d26b2116b2c5c943a46a63f994133
url: "https://github.com/antgrid-ai/dart_terminal.git"
source: git
version: "0.1.4+antgrid.1"
ghostty_vte_flutter:
dependency: "direct main"
description:
path: "pkgs/vte/ghostty_vte_flutter"
ref: "6cd393196ed301afa1d8ada7a996cc345b899b4a"
resolved-ref: "6cd393196ed301afa1d8ada7a996cc345b899b4a"
ref: c262d5f2002d26b2116b2c5c943a46a63f994133
resolved-ref: c262d5f2002d26b2116b2c5c943a46a63f994133
url: "https://github.com/antgrid-ai/dart_terminal.git"
source: git
version: "0.1.4+antgrid.1"
Expand Down Expand Up @@ -1204,8 +1204,8 @@ packages:
dependency: "direct overridden"
description:
path: "pkgs/pty/portable_pty"
ref: "6cd393196ed301afa1d8ada7a996cc345b899b4a"
resolved-ref: "6cd393196ed301afa1d8ada7a996cc345b899b4a"
ref: c262d5f2002d26b2116b2c5c943a46a63f994133
resolved-ref: c262d5f2002d26b2116b2c5c943a46a63f994133
url: "https://github.com/antgrid-ai/dart_terminal.git"
source: git
version: "0.0.6+antgrid.2"
Expand Down
6 changes: 3 additions & 3 deletions app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -191,17 +191,17 @@ dependency_overrides:
git:
url: https://github.com/antgrid-ai/dart_terminal.git
path: pkgs/vte/ghostty_vte_flutter
ref: 6cd393196ed301afa1d8ada7a996cc345b899b4a
ref: c262d5f2002d26b2116b2c5c943a46a63f994133
ghostty_vte:
git:
url: https://github.com/antgrid-ai/dart_terminal.git
path: pkgs/vte/ghostty_vte
ref: 6cd393196ed301afa1d8ada7a996cc345b899b4a
ref: c262d5f2002d26b2116b2c5c943a46a63f994133
portable_pty:
git:
url: https://github.com/antgrid-ai/dart_terminal.git
path: pkgs/pty/portable_pty
ref: 6cd393196ed301afa1d8ada7a996cc345b899b4a
ref: c262d5f2002d26b2116b2c5c943a46a63f994133

# Microsoft Store packaging (MSIX). The Store signs the package itself, so no
# code-signing cert is used on this path (unlike the Inno Setup installer in
Expand Down