Skip to content

Commit

Permalink
build: update pubspecs to use socket_connector 2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gkc committed Nov 16, 2024
1 parent ef7d5c9 commit 1a062c3
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 20 deletions.
6 changes: 3 additions & 3 deletions apps/admin/admin_api/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ packages:
path: "../../../packages/dart/noports_core"
relative: true
source: path
version: "6.2.0"
version: "6.2.1"
openssh_ed25519:
dependency: transitive
description:
Expand Down Expand Up @@ -754,10 +754,10 @@ packages:
dependency: transitive
description:
name: socket_connector
sha256: "3c641546699aa58e9ab8be9841627a30af3c1ffcf4461ca5d00d7c56392ab63a"
sha256: ff14b1e5578c6ec677aed4f8dc30cbb59c7663c8118ab4e60bf302f4b6dd1dfc
url: "https://pub.dev"
source: hosted
version: "2.2.0"
version: "2.3.2"
source_gen:
dependency: transitive
description:
Expand Down
6 changes: 1 addition & 5 deletions packages/dart/noports_core/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,12 @@ dependencies:
openssh_ed25519: ^1.1.0
path: ^1.9.0
posix: ^6.0.1
socket_connector: ^2.3.2
socket_connector: ^2.3.3
uuid: ^3.0.7
mutex: ^3.1.0
json_annotation: ^4.9.0

dependency_overrides:
socket_connector:
git:
url: https://github.com/atsign-foundation/socket_connector
ref: fix-2.3.3
dartssh2:
git:
url: https://github.com/atsign-foundation/dartssh2
Expand Down
2 changes: 1 addition & 1 deletion packages/dart/npt_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ dependencies:
path: ^1.9.0
path_provider: ^2.1.4
phosphor_flutter: ^2.1.0
socket_connector: ^2.3.2
socket_connector: ^2.3.3
toml: ^0.16.0
tray_manager: ^0.2.3
url_launcher: ^6.3.0
Expand Down
9 changes: 4 additions & 5 deletions packages/dart/sshnoports/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -738,11 +738,10 @@ packages:
socket_connector:
dependency: "direct main"
description:
path: "."
ref: "fix-2.3.3"
resolved-ref: "7f50e6f5ab10701044109fdd42160ef076b5b1c9"
url: "https://github.com/atsign-foundation/socket_connector"
source: git
name: socket_connector
sha256: "091c83fb214f6ff48dbf38f6e011e148d996cce05487303c5e8a0cd72369b0e2"
url: "https://pub.dev"
source: hosted
version: "2.3.3"
source_map_stack_trace:
dependency: transitive
Expand Down
6 changes: 1 addition & 5 deletions packages/dart/sshnoports/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
at_cli_commons: 1.2.1
at_client: 3.3.0
args: 2.5.0
socket_connector: 2.3.2
socket_connector: 2.3.3
dartssh2: 2.8.2
duration: 4.0.3
at_utils: 3.0.19
Expand All @@ -23,10 +23,6 @@ dependencies:
yaml: 3.1.2

dependency_overrides:
socket_connector:
git:
url: https://github.com/atsign-foundation/socket_connector
ref: fix-2.3.3
dartssh2:
git:
url: https://github.com/atsign-foundation/dartssh2
Expand Down
2 changes: 1 addition & 1 deletion packages/dart/sshnp_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ dependencies:
path: ^1.8.3
path_provider: ^2.1.3
shared_preferences: ^2.2.2
socket_connector: ^2.3.2
socket_connector: ^2.3.3
url_launcher: ^6.1.14
uuid: ^3.0.7
window_manager: ^0.3.8
Expand Down

0 comments on commit 1a062c3

Please sign in to comment.