Browse Source

Merge pull request #966 from nextcloud/fix/deps/json_annotation-constraints

fix(deps): Fix json_annotation constraints
pull/970/head
Kate 1 year ago committed by GitHub
parent
commit
4266ee3052
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      packages/neon/neon/pubspec.yaml
  2. 2
      packages/nextcloud/pubspec.yaml

2
packages/neon/neon/pubspec.yaml

@ -27,7 +27,7 @@ dependencies:
image: ^4.0.0
intersperse: ^2.0.0
intl: ^0.18.0
json_annotation: ^4.0.0
json_annotation: ^4.8.1
meta: ^1.0.0
nextcloud:
git:

2
packages/nextcloud/pubspec.yaml

@ -16,7 +16,7 @@ dependencies:
url: https://github.com/nextcloud/neon
path: packages/dynamite/dynamite_runtime
intl: ^0.18.0
json_annotation: ^4.0.0
json_annotation: ^4.8.1
meta: ^1.0.0
universal_io: ^2.0.0
version: ^3.0.0

Loading…
Cancel
Save