Skip to content

Commit

Permalink
upgrade pubspec and use flutter get
Browse files Browse the repository at this point in the history
  • Loading branch information
slightfoot committed Nov 10, 2023
1 parent 1a1c96c commit c265a81
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 17 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ jobs:
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
flutter-version: '3.13.8'
- run: dart pub global activate webdev && webdev build
- run: dart pub global activate webdev && flutter pub get && webdev build
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/firebase-hosting-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ jobs:
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
flutter-version: '3.13.8'
- run: dart pub global activate webdev && webdev build
- run: dart pub global activate webdev && flutter pub get && webdev build
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
Expand Down
24 changes: 12 additions & 12 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ packages:
dependency: transitive
description:
name: archive
sha256: ca12e6c9ac022f33fd89128e7007fb5e97ab6e814d4fa05dd8d4f2db1e3c69cb
sha256: "7b875fd4a20b165a3084bd2d210439b22ebc653f21cea4842729c0c30c82596b"
url: "https://pub.dev"
source: hosted
version: "3.4.5"
version: "3.4.9"
args:
dependency: transitive
description:
Expand Down Expand Up @@ -85,10 +85,10 @@ packages:
dependency: transitive
description:
name: build_daemon
sha256: "5f02d73eb2ba16483e693f80bee4f088563a820e47d1027d4cdfe62b5bb43e65"
sha256: "0343061a33da9c5810b2d6cee51945127d8f4c060b7fbdd9d54917f0a3feaaa1"
url: "https://pub.dev"
source: hosted
version: "4.0.0"
version: "4.0.1"
build_modules:
dependency: transitive
description:
Expand Down Expand Up @@ -141,10 +141,10 @@ packages:
dependency: transitive
description:
name: built_value
sha256: a8de5955205b4d1dbbbc267daddf2178bd737e4bab8987c04a500478c9651e74
sha256: "723b4021e903217dfc445ec4cf5b42e27975aece1fc4ebbc1ca6329c2d9fb54e"
url: "https://pub.dev"
source: hosted
version: "8.6.3"
version: "8.7.0"
checked_yaml:
dependency: transitive
description:
Expand Down Expand Up @@ -309,18 +309,18 @@ packages:
dependency: "direct main"
description:
name: jaspr
sha256: "0b3793436473dda5ac82ffccb13e6fccb7e04de83593f632641c846c1a2164a9"
sha256: "5e0e803bc8099940017ddd5ca40bdb888585846c5da122fff095a8fb6446646c"
url: "https://pub.dev"
source: hosted
version: "0.9.0"
version: "0.9.3"
jaspr_builder:
dependency: "direct dev"
description:
name: jaspr_builder
sha256: "9a9f9ca7f6c8c34ddccc1aeb0a2355f9a595163276bb61b2b1c424df63f2fdcf"
sha256: "7ecc8c7219f6ab18f60d01f21465e8234851cf3147a73c8b87f58e65cbbf35de"
url: "https://pub.dev"
source: hosted
version: "0.9.0"
version: "0.9.3"
jaspr_router:
dependency: "direct main"
description:
Expand Down Expand Up @@ -373,10 +373,10 @@ packages:
dependency: transitive
description:
name: meta
sha256: a6e590c838b18133bb482a2745ad77c5bb7715fb0451209e1a7567d416678b8e
sha256: d584fa6707a52763a52446f02cc621b077888fb63b93bbcb1143a7be5a0c0c04
url: "https://pub.dev"
source: hosted
version: "1.10.0"
version: "1.11.0"
mime:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ environment:
sdk: ^3.1.0

dependencies:
jaspr: ^0.9.0
jaspr: ^0.9.3
jaspr_router: ^0.3.0
http: ^1.1.0
intl: ^0.18.1
Expand Down

0 comments on commit c265a81

Please sign in to comment.