Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump grpc from 3.2.3 to 3.2.4 in /gui/packages/ubuntupro #269

Merged
merged 1 commit into from
Sep 12, 2023
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
20 changes: 12 additions & 8 deletions gui/packages/ubuntupro/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ packages:
agentapi:
dependency: "direct main"
description:
path: "../../../agentapi/dart"
relative: true
source: path
path: "agentapi/dart"
ref: HEAD
resolved-ref: f9ab362ca71ad6ca65df8a7d07540fd6cd461df1
url: "https://github.com/canonical/ubuntu-pro-for-windows"
source: git
version: "0.0.1"
analyzer:
dependency: transitive
Expand Down Expand Up @@ -314,10 +316,10 @@ packages:
dependency: "direct main"
description:
name: grpc
sha256: "220ffb2218288f4e7dea487242e08b9c6277596d9b6f3f10ba50be96771a032d"
sha256: e93ee3bce45c134bf44e9728119102358c7cd69de7832d9a874e2e74eb8cab40
url: "https://pub.dev"
source: hosted
version: "3.2.3"
version: "3.2.4"
gtk:
dependency: transitive
description:
Expand Down Expand Up @@ -462,9 +464,11 @@ packages:
p4w_ms_store:
dependency: "direct main"
description:
path: "../p4w_ms_store"
relative: true
source: path
path: "gui/packages/p4w_ms_store"
ref: HEAD
resolved-ref: f9ab362ca71ad6ca65df8a7d07540fd6cd461df1
url: "https://github.com/canonical/ubuntu-pro-for-windows"
source: git
version: "0.0.1"
package_config:
dependency: transitive
Expand Down
2 changes: 1 addition & 1 deletion gui/packages/ubuntupro/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies:
sdk: flutter
flutter_localizations:
sdk: flutter
grpc: ^3.2.3
grpc: ^3.2.4
intl: ^0.18.1
meta: ^1.9.1
mockito: ^5.4.2
Expand Down