Skip to content

Commit

Permalink
build: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
pd4d10 committed Oct 17, 2022
1 parent 7d70886 commit 4595f61
Show file tree
Hide file tree
Showing 10 changed files with 105 additions and 101 deletions.
12 changes: 6 additions & 6 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ PODS:
- Flutter
- path_provider_ios (0.0.1):
- Flutter
- Sentry (7.26.0):
- Sentry/Core (= 7.26.0)
- Sentry/Core (7.26.0)
- Sentry (7.27.1):
- Sentry/Core (= 7.27.1)
- Sentry/Core (7.27.1)
- sentry_flutter (0.0.1):
- Flutter
- FlutterMacOS
- Sentry (~> 7.26.0)
- Sentry (~> 7.27.1)
- share_plus (0.0.1):
- Flutter
- shared_preferences_ios (0.0.1):
Expand Down Expand Up @@ -73,8 +73,8 @@ SPEC CHECKSUMS:
maps_launcher: 2e5b6a2d664ec6c27f82ffa81b74228d770ab203
package_info_plus: 6c92f08e1f853dc01228d6f553146438dafcd14e
path_provider_ios: 14f3d2fd28c4fdb42f44e0f751d12861c43cee02
Sentry: 6b8f4a4f93c2471b0d73819c52da0c0ce4f0323c
sentry_flutter: 6604b70e74bfb15522c23788295e1debdbc86676
Sentry: bc644307e2eb6a4c9c55cf117a80b895bb2a25a7
sentry_flutter: 649559f0512e00d3f6fc92cf51f74bc2fe68d1d3
share_plus: 056a1e8ac890df3e33cb503afffaf1e9b4fbae68
shared_preferences_ios: 548a61f8053b9b8a49ac19c1ffbc8b92c50d68ad
uni_links: d97da20c7701486ba192624d99bffaaffcfc298a
Expand Down
4 changes: 2 additions & 2 deletions packages/github_trending/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ dependencies:

dev_dependencies:
test: ^1.16.5
build_runner: ^1.11.5
json_serializable: ^4.0.2
build_runner: ^2.3.0
json_serializable: ^6.5.1
20 changes: 10 additions & 10 deletions packages/gql_github/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ packages:
name: build_runner
url: "https://pub.dartlang.org"
source: hosted
version: "2.2.1"
version: "2.3.0"
build_runner_core:
dependency: transitive
description:
Expand Down Expand Up @@ -112,14 +112,14 @@ packages:
name: collection
url: "https://pub.dartlang.org"
source: hosted
version: "1.16.0"
version: "1.17.0"
convert:
dependency: transitive
description:
name: convert
url: "https://pub.dartlang.org"
source: hosted
version: "3.0.2"
version: "3.1.1"
crypto:
dependency: transitive
description:
Expand Down Expand Up @@ -224,7 +224,7 @@ packages:
name: http_parser
url: "https://pub.dartlang.org"
source: hosted
version: "4.0.1"
version: "4.0.2"
io:
dependency: transitive
description:
Expand Down Expand Up @@ -252,7 +252,7 @@ packages:
name: logging
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.2"
version: "1.1.0"
matcher:
dependency: transitive
description:
Expand Down Expand Up @@ -301,7 +301,7 @@ packages:
name: pub_semver
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.1"
version: "2.1.2"
pubspec_parse:
dependency: transitive
description:
Expand Down Expand Up @@ -336,7 +336,7 @@ packages:
name: source_gen
url: "https://pub.dartlang.org"
source: hosted
version: "1.2.5"
version: "1.2.6"
source_span:
dependency: transitive
description:
Expand Down Expand Up @@ -364,7 +364,7 @@ packages:
name: stream_transform
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.0"
version: "2.0.1"
string_scanner:
dependency: transitive
description:
Expand Down Expand Up @@ -399,7 +399,7 @@ packages:
name: watcher
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.1"
version: "1.0.2"
web_socket_channel:
dependency: transitive
description:
Expand All @@ -415,4 +415,4 @@ packages:
source: hosted
version: "3.1.1"
sdks:
dart: ">=2.17.5 <3.0.0"
dart: ">=2.18.0 <3.0.0"
6 changes: 3 additions & 3 deletions packages/gql_github/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ name: gql_github
publish_to: none
environment:
sdk: ">=2.17.5 <3.0.0"
dev_dependencies:
ferry_generator:
build_runner:
dev_dependencies:
build_runner: ^2.3.0
ferry_generator: ^0.6.1
2 changes: 1 addition & 1 deletion packages/gql_gitlab/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ packages:
name: build_runner
url: "https://pub.dartlang.org"
source: hosted
version: "2.2.1"
version: "2.3.0"
build_runner_core:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions packages/gql_gitlab/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ publish_to: none
environment:
sdk: ">=2.17.5 <3.0.0"
dev_dependencies:
ferry_generator:
build_runner:
build_runner: ^2.3.0
ferry_generator: ^0.6.1
Loading

0 comments on commit 4595f61

Please sign in to comment.