Skip to content
This repository has been archived by the owner on Jan 26, 2021. It is now read-only.

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Techno-Disaster committed Jul 27, 2020
1 parent 25976c6 commit ffbe3e2
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 21 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ jobs:
- uses: actions/setup-java@v1
with:
java-version: '12.x'
- run: git clone https://github.com/flutter/flutter.git -b beta _flutter --depth 1
- run: echo "::add-path::$GITHUB_WORKSPACE/_flutter/bin"
- run: git clone https://github.com/flutter/flutter.git -b beta
- run: echo "::add-path::$GITHUB_WORKSPACE/flutter/bin"
- run: flutter pub get
- run: flutter pub upgrade
working-directory: ./
- run: flutter build ios --no-codesign
Expand All @@ -34,8 +35,9 @@ jobs:
- uses: actions/setup-java@v1
with:
java-version: '12.x'
- run: git clone https://github.com/flutter/flutter.git -b beta _flutter --depth 1
- run: echo "::add-path::$GITHUB_WORKSPACE/_flutter/bin"
- run: git clone https://github.com/flutter/flutter.git -b beta
- run: echo "::add-path::$GITHUB_WORKSPACE/flutter/bin"
- run: flutter pub get
- run: flutter pub upgrade
working-directory: ./
- run: flutter build appbundle
42 changes: 28 additions & 14 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ packages:
name: _fe_analyzer_shared
url: "https://pub.dartlang.org"
source: hosted
version: "2.2.0"
version: "6.0.0"
analyzer:
dependency: transitive
description:
name: analyzer
url: "https://pub.dartlang.org"
source: hosted
version: "0.39.7"
version: "0.39.15"
archive:
dependency: transitive
description:
Expand Down Expand Up @@ -63,14 +63,14 @@ packages:
name: bottom_navy_bar
url: "https://pub.dartlang.org"
source: hosted
version: "5.4.0"
version: "5.5.0"
build:
dependency: transitive
description:
name: build
url: "https://pub.dartlang.org"
source: hosted
version: "1.2.2"
version: "1.3.0"
build_config:
dependency: transitive
description:
Expand All @@ -91,21 +91,21 @@ packages:
name: build_resolvers
url: "https://pub.dartlang.org"
source: hosted
version: "1.3.5"
version: "1.3.10"
build_runner:
dependency: "direct dev"
description:
name: build_runner
url: "https://pub.dartlang.org"
source: hosted
version: "1.9.0"
version: "1.10.0"
build_runner_core:
dependency: transitive
description:
name: build_runner_core
url: "https://pub.dartlang.org"
source: hosted
version: "5.1.0"
version: "5.2.0"
built_collection:
dependency: transitive
description:
Expand Down Expand Up @@ -140,14 +140,21 @@ packages:
name: chopper
url: "https://pub.dartlang.org"
source: hosted
version: "3.0.2"
version: "3.0.3"
chopper_generator:
dependency: "direct dev"
description:
name: chopper_generator
url: "https://pub.dartlang.org"
source: hosted
version: "3.0.4"
version: "3.0.5"
cli_util:
dependency: transitive
description:
name: cli_util
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.4"
clock:
dependency: transitive
description:
Expand Down Expand Up @@ -210,14 +217,14 @@ packages:
name: dart_style
url: "https://pub.dartlang.org"
source: hosted
version: "1.3.4"
version: "1.3.6"
equatable:
dependency: "direct main"
description:
name: equatable
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.1"
version: "1.2.3"
expandable:
dependency: "direct main"
description:
Expand Down Expand Up @@ -250,7 +257,7 @@ packages:
name: flutter_bloc
url: "https://pub.dartlang.org"
source: hosted
version: "4.0.0"
version: "4.0.1"
flutter_native_splash:
dependency: "direct dev"
description:
Expand Down Expand Up @@ -414,7 +421,7 @@ packages:
name: package_info
url: "https://pub.dartlang.org"
source: hosted
version: "0.4.0+17"
version: "0.4.1"
path:
dependency: transitive
description:
Expand Down Expand Up @@ -587,7 +594,14 @@ packages:
name: url_launcher
url: "https://pub.dartlang.org"
source: hosted
version: "5.4.10"
version: "5.5.0"
url_launcher_linux:
dependency: transitive
description:
name: url_launcher_linux
url: "https://pub.dartlang.org"
source: hosted
version: "0.0.1+1"
url_launcher_macos:
dependency: transitive
description:
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ dependencies:
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^0.1.3
toast: ^0.1.5
bottom_navy_bar: ^5.4.0
equatable: ^1.2.0
bottom_navy_bar: ^5.5.0
equatable: ^1.2.3
flutter_secure_storage: ^3.3.3
intl: ^0.16.1
package_info: ^0.4.1
url_launcher: ^5.4.10
url_launcher: ^5.5.0
expandable: ^4.1.4
auto_size_text: ^2.1.0
# Bloc
Expand Down

0 comments on commit ffbe3e2

Please sign in to comment.