Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: QuickBirdEng/survey_kit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: gitduckhq/survey_kit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Can’t automatically merge. Don’t worry, you can still create the pull request.
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on Nov 18, 2022

  1. Upgrade outdated dependencies

    lepsch committed Nov 18, 2022

    Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    ff10e7e View commit details
Showing with 70 additions and 63 deletions.
  1. +4 −4 example/pubspec.lock
  2. +64 −57 pubspec.lock
  3. +2 −2 pubspec.yaml
8 changes: 4 additions & 4 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
@@ -169,7 +169,7 @@ packages:
name: go_router
url: "https://pub.dartlang.org"
source: hosted
version: "4.0.0"
version: "5.1.10"
html:
dependency: transitive
description:
@@ -260,7 +260,7 @@ packages:
name: lottie
url: "https://pub.dartlang.org"
source: hosted
version: "1.3.0"
version: "2.0.0"
matcher:
dependency: transitive
description:
@@ -435,5 +435,5 @@ packages:
source: hosted
version: "2.0.10"
sdks:
dart: ">=2.17.0 <3.0.0"
flutter: ">=3.0.0"
dart: ">=2.18.0 <3.0.0"
flutter: ">=3.3.0"
Loading