Skip to content

Commit fed0f2e

Browse files
authored
Fix build (#1225)
1 parent cc084e5 commit fed0f2e

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

_test_yaml/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dev_dependencies:
1010
build_runner: ^2.0.0
1111
build_verify: ^3.0.0
1212
checked_yaml: any
13-
json_annotation: ^4.4.0
13+
json_annotation: ^4.7.0
1414
json_serializable: any
1515
lints: ^2.0.0
1616
path: ^1.8.2

_test_yaml/test/src/build_config.g.dart

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dependencies to your `pubspec.yaml`.
55

66
```yaml
77
dependencies:
8-
json_annotation: ^4.4.0
8+
json_annotation: ^4.7.0
99

1010
dev_dependencies:
1111
build_runner: ^2.0.0

example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ environment:
55
sdk: '>=2.17.0 <3.0.0'
66

77
dependencies:
8-
json_annotation: ^4.4.0
8+
json_annotation: ^4.7.0
99

1010
dev_dependencies:
1111
# Used by tests. Not required to use `json_serializable`.

example/test/readme_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ void _expect(String fileName) {
2525

2626
const _pubspecContent = r'''
2727
dependencies:
28-
json_annotation: ^4.4.0
28+
json_annotation: ^4.7.0
2929
3030
dev_dependencies:
3131
build_runner: ^2.0.0

0 commit comments

Comments
 (0)