Browse Source

fix(deps): update dependency go_router to ^11.1.2

pull/864/head
renovate[bot] 1 year ago committed by jld3103
parent
commit
9b47e90117
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: "4b58412b92bd7d588f904425ef6d41a017da1f097e5e9428d2c27d275777e16e" sha256: a07c781bf55bf11ae85133338e4850f0b4e33e261c44a66c750fc707d65d8393
url: "https://pub.dev" url: "https://pub.dev"
source: hosted source: hosted
version: "11.1.1" version: "11.1.2"
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: ^11.1.1 go_router: ^11.1.2
http: ^1.1.0 http: ^1.1.0
image: ^4.1.3 image: ^4.1.3
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: ^11.1.1 go_router: ^11.1.2
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: ^11.1.1 go_router: ^11.1.2
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: ^11.1.1 go_router: ^11.1.2
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: ^11.1.1 go_router: ^11.1.2
intl: ^0.18.1 intl: ^0.18.1
neon: neon:
git: git:

Loading…
Cancel
Save