Browse Source

fix(deps): update dependency go_router to ^10.1.1

pull/660/head
renovate[bot] 1 year ago committed by GitHub
parent
commit
775a5f2544
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      packages/neon/neon/pubspec.yaml
  2. 2
      packages/neon/neon_files/pubspec.yaml
  3. 2
      packages/neon/neon_news/pubspec.yaml
  4. 2
      packages/neon/neon_notes/pubspec.yaml
  5. 2
      packages/neon/neon_notifications/pubspec.yaml

2
packages/neon/neon/pubspec.yaml

@ -21,7 +21,7 @@ dependencies:
flutter_native_splash: ^2.3.2
flutter_svg: ^2.0.7
flutter_zxing: ^1.1.2 # ^1.2.0 downgrades to image ^3.0.0 which breaks our dependencies. See https://github.com/khoren93/flutter_zxing/issues/94
go_router: ^10.0.0
go_router: ^10.1.1
http: ^1.1.0
image: ^4.0.17
intersperse: ^2.0.0

2
packages/neon/neon_files/pubspec.yaml

@ -16,7 +16,7 @@ dependencies:
filesize: ^2.0.1
flutter:
sdk: flutter
go_router: ^10.0.0
go_router: ^10.1.1
image_picker: ^0.8.9
intersperse: ^2.0.0
material_design_icons_flutter: ^7.0.7296

2
packages/neon/neon_news/pubspec.yaml

@ -10,7 +10,7 @@ dependencies:
flutter:
sdk: flutter
flutter_html: ^3.0.0-alpha.6
go_router: ^10.0.0
go_router: ^10.1.1
html: ^0.15.4
material_design_icons_flutter: ^7.0.7296
neon:

2
packages/neon/neon_notes/pubspec.yaml

@ -12,7 +12,7 @@ dependencies:
flutter:
sdk: flutter
flutter_markdown: ^0.6.17+1
go_router: ^10.0.0
go_router: ^10.1.1
material_design_icons_flutter: ^7.0.7296
neon:
git:

2
packages/neon/neon_notifications/pubspec.yaml

@ -9,7 +9,7 @@ environment:
dependencies:
flutter:
sdk: flutter
go_router: ^10.0.0
go_router: ^10.1.1
material_design_icons_flutter: ^7.0.7296
neon:
git:

Loading…
Cancel
Save