Skip to content

Commit 7af9bd6

Browse files
authored
chore: more dependency cleanups, use records (#469)
1 parent ce51282 commit 7af9bd6

File tree

15 files changed

+27
-32
lines changed

15 files changed

+27
-32
lines changed

dartfn/lib/src/generators/cloudevent.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.

dartfn/lib/src/generators/helloworld.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.

dartfn/lib/src/generators/json.g.dart

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

dartfn/templates/cloudevent/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies:
1414
dev_dependencies:
1515
build_runner: ^2.0.0
1616
functions_framework_builder: ^0.4.1
17-
http: '>=0.13.0 <2.0.0'
17+
http: ^1.0.0
1818
dart_flutter_team_lints: ^3.0.0
1919
test: ^1.16.6
2020
test_process: ^2.0.0

dartfn/templates/helloworld/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies:
1414
dev_dependencies:
1515
build_runner: ^2.0.0
1616
functions_framework_builder: ^0.4.1
17-
http: '>=0.13.0 <2.0.0'
17+
http: ^1.0.0
1818
dart_flutter_team_lints: ^3.0.0
1919
test: ^1.16.6
2020
test_process: ^2.0.0

dartfn/templates/json/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ environment:
99

1010
dependencies:
1111
functions_framework: ^0.4.0
12-
json_annotation: ^4.8.1
12+
json_annotation: ^4.9.0
1313
shelf: ^1.0.0
1414

1515
dev_dependencies:
1616
build_runner: ^2.2.1
1717
functions_framework_builder: ^0.4.7
18-
http: '>=0.13.0 <2.0.0'
18+
http: ^1.0.0
1919
json_serializable: ^6.6.0
2020
dart_flutter_team_lints: ^3.0.0
2121
test: ^1.21.6

examples/fullstack/backend/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ environment:
66

77
dependencies:
88
functions_framework: ^0.4.0
9-
json_annotation: ^4.8.1
9+
json_annotation: ^4.9.0
1010
shelf: ^1.0.0
1111

1212
dev_dependencies:
1313
build_runner: ^2.2.1
1414
dart_flutter_team_lints: ^3.0.0
1515
functions_framework_builder: ^0.4.7
16-
http: '>=0.13.0 <2.0.0'
16+
http: ^1.0.0
1717
json_serializable: ^6.6.0
1818
test: ^1.21.6
1919
test_process: ^2.0.0

examples/fullstack/frontend-cli/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ executables:
1010
dependencies:
1111
http: '>=0.13.1 <2.0.0'
1212
io: ^1.0.0
13-
json_annotation: ^4.8.1
13+
json_annotation: ^4.9.0
1414

1515
dev_dependencies:
1616
build_runner: ^2.2.1

examples/fullstack/frontend/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ dependencies:
1010
cupertino_icons: ^1.0.2
1111
flutter:
1212
sdk: flutter
13-
http: '>=0.13.0 <2.0.0'
14-
json_annotation: ^4.8.1
13+
http: ^1.0.0
14+
json_annotation: ^4.9.0
1515
provider: ^6.0.0
1616

1717
dev_dependencies:

examples/hello/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ dev_dependencies:
1515
build_runner: ^2.0.0
1616
dart_flutter_team_lints: ^3.0.0
1717
functions_framework_builder: ^0.4.1
18-
http: '>=0.13.0 <2.0.0'
18+
http: ^1.0.0
1919
test: ^1.16.6
2020
test_process: ^2.0.0

0 commit comments

Comments
 (0)