Skip to content

Commit 40be7cb

Browse files
author
Dillon Nys
committed
chore(repo): Apply constraints
1 parent 174d8ce commit 40be7cb

File tree

5 files changed

+9
-10
lines changed

5 files changed

+9
-10
lines changed

actions/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies:
1313
path: ^1.8.3
1414
source_map_stack_trace: ^2.1.1
1515
source_maps: ^0.10.12
16-
stack_trace: ^1.11.1
16+
stack_trace: ^1.10.0
1717

1818
dev_dependencies:
1919
amplify_lints: ^3.0.0

packages/secure_storage/amplify_secure_storage_test/pubspec.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ environment:
88

99
dependencies:
1010
test: ^1.22.1
11-
amplify_secure_storage_dart:
12-
path: ../amplify_secure_storage_dart
11+
amplify_secure_storage_dart: any
1312

1413
dependency_overrides:
1514
aws_common:

packages/smithy/smithy_codegen/pubspec.yaml

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

1010
dependencies:
1111
args: ^2.3.0
12-
aws_common: ">=0.5.0 <0.6.0"
13-
aws_signature_v4: ">=0.4.0 <0.5.0"
12+
aws_common: any
13+
aws_signature_v4: any
1414
build_cli_annotations: ^2.0.0
1515
built_collection: ^5.1.1
1616
built_value: ">=8.6.0 <8.7.0"

packages/smithy/smithy_test/pubspec.yaml

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

1010
dependencies:
1111
async: ^2.10.0
12-
aws_common: ">=0.4.0 <0.5.0"
13-
aws_signature_v4: ">=0.3.1+2 <0.4.0"
12+
aws_common: any
13+
aws_signature_v4: any
1414
built_value: ">=8.6.0 <8.7.0"
1515
collection: ^1.15.0
1616
fixnum: ^1.0.0
1717
path: ^1.8.0
18-
smithy: ">=0.4.0+1 <0.5.0"
18+
smithy: any
1919
test: ^1.22.1
2020
tuple: ^2.0.0
2121
xml: 6.3.0

packages/test/pub_server/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ dependencies:
1414
async: ^2.10.0
1515
aws_common: any
1616
collection: ^1.15.0
17-
drift: ">=2.10.0 <2.11.0"
17+
drift: ">=2.11.0 <2.12.0"
1818
file: ">=6.0.0 <8.0.0"
1919
git: ^2.2.0
20-
graphs: ^2.3.1
20+
graphs: ^2.1.0
2121
json_annotation: ">=4.8.1 <4.9.0"
2222
meta: ^1.7.0
2323
path: ^1.8.0

0 commit comments

Comments
 (0)