Skip to content

Commit f74da6e

Browse files
committed
upgrade mobx, build_runner & json_serializable
1 parent 3d576a2 commit f74da6e

File tree

23 files changed

+61
-54
lines changed

23 files changed

+61
-54
lines changed

builders/json_serializable_fic/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
# Changelog
1+
## 1.0.2
2+
3+
- Update build_runner to ^2.4.15
4+
- Update json_serializable to ^6.9.4
25

36
## 1.0.1
47

builders/json_serializable_fic/example/main.g.dart

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

builders/json_serializable_fic/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: json_serializable_fic
22
description: Adding support for fast immutable collections for json_serializable
3-
version: 1.0.1
3+
version: 1.0.2
44
homepage: https://github.com/knaeckeKami/immutable_json_list_serializer
55

66
environment:
@@ -13,9 +13,9 @@ dev_dependencies:
1313
lints: ^2.0.0
1414

1515
dependencies:
16-
json_serializable: ^6.0.1
16+
json_serializable: ^6.9.4
1717
json_annotation: ^4.3.0
18-
build_runner: ^2.4.7
18+
build_runner: ^2.4.15
1919
source_gen: ^2.0.0
2020
analyzer: ^7.3.0
2121
build: ^2.0.0

builders/json_serializable_fic/test/integration/model.g.dart

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

builders/json_serializable_immutable_collections/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
# Changelog
1+
## 1.0.2
2+
3+
- Update build_runner to ^2.4.15
4+
- Update json_serializable to ^6.9.4
25

36
## 1.0.1
47

builders/json_serializable_immutable_collections/example/main.g.dart

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

builders/json_serializable_immutable_collections/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: json_serializable_immutable_collections
22
description: Adding support for immutable collections for json_serializable
3-
version: 1.0.1
3+
version: 1.0.2
44
homepage: https://github.com/knaeckeKami/immutable_json_list_serializer
55

66
environment:
@@ -13,9 +13,9 @@ dev_dependencies:
1313
lints: ^2.0.0
1414

1515
dependencies:
16-
json_serializable: ^6.0.1
16+
json_serializable: ^6.9.4
1717
json_annotation: ^4.3.0
18-
build_runner: ^2.4.7
18+
build_runner: ^2.4.15
1919
source_gen: ^2.0.0
2020
analyzer: ^7.3.0
2121
build: ^2.0.0

builders/json_serializable_immutable_collections/test/integration/model.g.dart

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

builders/json_serializable_mobx/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# Changelog
1+
## 1.0.2
2+
3+
- Update mobx to ^2.5.0
4+
- Update build_runner to ^2.4.15
5+
- Update json_serializable to ^6.9.4
26

37
## 1.0.1
48

builders/json_serializable_mobx/example/main.g.dart

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)