Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

chore(deps): bump rc from 0.1.0 to 0.2.0 in /server #214

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions server/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ packages:
name: orm
url: "https://pub.dartlang.org"
source: hosted
version: "2.3.1"
version: "2.4.0-beta.0"
package_config:
dependency: transitive
description:
Expand Down Expand Up @@ -343,7 +343,7 @@ packages:
name: rc
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.0"
version: "0.2.0"
retry:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion server/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
grpc: ^3.0.2
json_annotation: ^4.6.0
orm: ^2.3.1
rc: ^0.1.0
rc: ^0.2.0
socfonyapis: ^1.0.2

dev_dependencies:
Expand Down