Browse Source

fix(deps): update dependency go_router to v11

pull/829/head
renovate[bot] 1 year ago committed by jld3103
parent
commit
6881436f9e
No known key found for this signature in database
GPG Key ID: 9062417B9E8EB7B3
  1. 4
      packages/app/pubspec.lock
  2. 2
      packages/neon/neon/pubspec.yaml
  3. 2
      packages/neon/neon_files/pubspec.yaml
  4. 2
      packages/neon/neon_news/pubspec.yaml
  5. 2
      packages/neon/neon_notes/pubspec.yaml
  6. 2
      packages/neon/neon_notifications/pubspec.yaml

4
packages/app/pubspec.lock

@ -401,10 +401,10 @@ packages:
dependency: transitive
description:
name: go_router
sha256: e1a30a66d734f9e498b1b6522d6a75ded28242bad2359a9158df38a1c30bcf1f
sha256: "24d89757552a78615d6e65c7bc206740f94ca95a12ecf189d883394d34c9d9bd"
url: "https://pub.dev"
source: hosted
version: "10.2.0"
version: "11.0.0"
html:
dependency: transitive
description:

2
packages/neon/neon/pubspec.yaml

@ -22,7 +22,7 @@ dependencies:
flutter_native_splash: ^2.3.2
flutter_svg: ^2.0.7
flutter_zxing: ^1.4.1
go_router: ^10.2.0
go_router: ^11.0.0
http: ^1.1.0
image: ^4.0.17
intersperse: ^2.0.0

2
packages/neon/neon_files/pubspec.yaml

@ -19,7 +19,7 @@ dependencies:
flutter_localizations:
sdk: flutter
flutter_material_design_icons: ^1.1.7296
go_router: ^10.2.0
go_router: ^11.0.0
image_picker: ^1.0.4
intersperse: ^2.0.0
intl: ^0.18.1

2
packages/neon/neon_news/pubspec.yaml

@ -13,7 +13,7 @@ dependencies:
flutter_localizations:
sdk: flutter
flutter_material_design_icons: ^1.1.7296
go_router: ^10.2.0
go_router: ^11.0.0
html: ^0.15.4
intl: ^0.18.1
neon:

2
packages/neon/neon_notes/pubspec.yaml

@ -15,7 +15,7 @@ dependencies:
sdk: flutter
flutter_markdown: ^0.6.17+1
flutter_material_design_icons: ^1.1.7296
go_router: ^10.2.0
go_router: ^11.0.0
intl: ^0.18.1
neon:
git:

2
packages/neon/neon_notifications/pubspec.yaml

@ -12,7 +12,7 @@ dependencies:
flutter_localizations:
sdk: flutter
flutter_material_design_icons: ^1.1.7296
go_router: ^10.2.0
go_router: ^11.0.0
intl: ^0.18.1
neon:
git:

Loading…
Cancel
Save