Browse Source

Merge pull request #855 from nextcloud/renovate/go_router

fix(deps): update dependency go_router to ^11.1.1
pull/857/head
Kate 1 year ago committed by GitHub
parent
commit
58a2c00d62
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

@ -22,7 +22,7 @@ dependencies:
flutter_native_splash: ^2.3.2
flutter_svg: ^2.0.7
flutter_zxing: ^1.4.1
go_router: ^11.0.0
go_router: ^11.1.1
http: ^1.1.0
image: ^4.1.3
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: ^11.0.0
go_router: ^11.1.1
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: ^11.0.0
go_router: ^11.1.1
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: ^11.0.0
go_router: ^11.1.1
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: ^11.0.0
go_router: ^11.1.1
intl: ^0.18.1
neon:
git:

Loading…
Cancel
Save