Browse Source

fix(deps): update dependency go_router to ^10.2.0

pull/810/head
renovate[bot] 1 year ago committed by jld3103
parent
commit
41fc940321
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 dependency: transitive
description: description:
name: go_router name: go_router
sha256: "5668e6d3dbcb2d0dfa25f7567554b88c57e1e3f3c440b672b24d4a9477017d5b" sha256: e1a30a66d734f9e498b1b6522d6a75ded28242bad2359a9158df38a1c30bcf1f
url: "https://pub.dev" url: "https://pub.dev"
source: hosted source: hosted
version: "10.1.2" version: "10.2.0"
html: html:
dependency: transitive dependency: transitive
description: description:

2
packages/neon/neon/pubspec.yaml

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

2
packages/neon/neon_files/pubspec.yaml

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

2
packages/neon/neon_news/pubspec.yaml

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

2
packages/neon/neon_notes/pubspec.yaml

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

2
packages/neon/neon_notifications/pubspec.yaml

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

Loading…
Cancel
Save