Skip to content

Commit e2ae356

Browse files
committed
Dart sdk update
1 parent 507c91d commit e2ae356

File tree

8 files changed

+209
-19
lines changed

8 files changed

+209
-19
lines changed

.idea/workspace.xml

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

_test_yaml/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: _test_yaml
22
publish_to: none
33

44
environment:
5-
sdk: ^3.3.3
5+
sdk: ^3.8.0
66

77
resolution: workspace
88

checked_yaml/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ topics:
1313
- codegen
1414

1515
environment:
16-
sdk: ^3.3.3
16+
sdk: ^3.8.0
1717

1818
resolution: workspace
1919

example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: example
22
publish_to: none
33

44
environment:
5-
sdk: ^3.3.3
5+
sdk: ^3.8.0
66

77
resolution: workspace
88

json_annotation/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ topics:
1111
- codegen
1212

1313
environment:
14-
sdk: ^3.3.3
14+
sdk: ^3.8.0
1515

1616
resolution: workspace
1717

json_serializable/pubspec.yaml

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: >-
55
Dart classes.
66
repository: https://github.com/google/json_serializable.dart/tree/master/json_serializable
77
environment:
8-
sdk: ^3.3.3
8+
sdk: ^3.8.0
99
topics:
1010
- json
1111
- build-runner
@@ -15,9 +15,9 @@ topics:
1515
resolution: workspace
1616

1717
dependencies:
18-
analyzer: ^6.4.0
18+
analyzer: ^8.1.1
1919
async: ^2.10.0
20-
build: ^2.4.1
20+
build: ^3.0.0
2121
build_config: ^1.1.0
2222
collection: ^1.17.0
2323

@@ -32,25 +32,18 @@ dependencies:
3232
path: ^1.9.0
3333
pub_semver: ^2.1.4
3434
pubspec_parse: ^1.0.0
35-
source_gen: ^1.4.0
35+
source_gen: ^4.0.1
3636
source_helper: ^1.3.4
3737

3838
dev_dependencies:
3939
_json_serial_shared_test:
4040
path: ../shared_test
4141
build_runner: ^2.4.6
4242
build_verify: ^3.0.0
43-
dart_style: ^2.3.2
43+
dart_style: ^3.0.0
4444
logging: ^1.0.0
4545
source_gen_test: ^1.0.6
4646
test: ^1.24.4
4747
test_descriptor: ^2.0.0
4848
test_process: ^2.0.0
4949
yaml: ^3.0.0
50-
51-
dependency_overrides:
52-
json_annotation:
53-
git:
54-
url: https://github.com/TypeSoft-Ltd/json_serializable.dart.git
55-
ref: master
56-
path: json_annotation

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
name: json_serial_workspace # Can be anything
1+
name: json_serial_workspace # Can be anything
22
environment:
3-
sdk: ^3.3.3
3+
sdk: ^3.8.0
44

55
publish_to: none
66

shared_test/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: _json_serial_shared_test
22
publish_to: none
33
environment:
4-
sdk: ^3.3.3
4+
sdk: ^3.8.0
55

66
resolution: workspace
77

0 commit comments

Comments
 (0)