Browse Source

Merge pull request #650 from nextcloud/renovate/json_serializable-6.x

chore(deps): update dependency json_serializable to ^6.7.1
pull/646/head
Kate 1 year ago committed by GitHub
parent
commit
bcaef2aa40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      packages/dynamite/dynamite/pubspec.yaml
  2. 2
      packages/neon/neon/pubspec.yaml
  3. 2
      packages/nextcloud/pubspec.yaml

2
packages/dynamite/dynamite/pubspec.yaml

@ -19,7 +19,7 @@ dev_dependencies:
build_runner: ^2.4.6 build_runner: ^2.4.6
built_collection: ^5.1.1 built_collection: ^5.1.1
built_value_generator: ^8.5.0 built_value_generator: ^8.5.0
json_serializable: ^6.6.2 json_serializable: ^6.7.1
neon_lints: neon_lints:
git: git:
url: https://github.com/nextcloud/neon url: https://github.com/nextcloud/neon

2
packages/neon/neon/pubspec.yaml

@ -60,7 +60,7 @@ dependencies:
dev_dependencies: dev_dependencies:
build_runner: ^2.4.6 build_runner: ^2.4.6
go_router_builder: ^2.2.1 go_router_builder: ^2.2.1
json_serializable: ^6.6.2 json_serializable: ^6.7.1
mocktail: ^1.0.0 mocktail: ^1.0.0
neon_lints: neon_lints:
git: git:

2
packages/nextcloud/pubspec.yaml

@ -29,7 +29,7 @@ dev_dependencies:
git: git:
url: https://github.com/nextcloud/neon url: https://github.com/nextcloud/neon
path: packages/dynamite/dynamite path: packages/dynamite/dynamite
json_serializable: ^6.6.2 json_serializable: ^6.7.1
neon_lints: neon_lints:
git: git:
url: https://github.com/nextcloud/neon url: https://github.com/nextcloud/neon

Loading…
Cancel
Save