Skip to content

Commit 42dbacc

Browse files
Dillon Nysdnys1
authored andcommitted
chore(repo): Use local path dependencies for unpublished packages
To prevent publishing errors
1 parent bf03642 commit 42dbacc

File tree

14 files changed

+26
-22
lines changed

14 files changed

+26
-22
lines changed

packages/amplify/amplify_flutter/pubspec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ dependencies:
3232

3333
dev_dependencies:
3434
amplify_lints: ">=2.0.2 <2.1.0"
35-
amplify_test: any
35+
amplify_test:
36+
path: ../../test/amplify_test
3637
build_runner: ^2.0.0
3738
flutter_test:
3839
sdk: flutter

packages/amplify_datastore/pubspec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ dependencies:
2020
async: ^2.10.0
2121

2222
dev_dependencies:
23-
amplify_test: any
23+
amplify_test:
24+
path: ../test/amplify_test
2425
flutter_test:
2526
sdk: flutter
2627
fake_async: ^1.2.0

packages/amplify_datastore_plugin_interface/pubspec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ dependencies:
1717
meta: ^1.7.0
1818

1919
dev_dependencies:
20-
amplify_test: any
20+
amplify_test:
21+
path: ../test/amplify_test
2122
flutter_test:
2223
sdk: flutter

packages/api/amplify_api/pubspec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ dependencies:
3232

3333
dev_dependencies:
3434
amplify_lints: ">=2.0.2 <2.1.0"
35-
amplify_test: any
35+
amplify_test:
36+
path: ../../test/amplify_test
3637
build_runner: ^2.0.0
3738
connectivity_plus_platform_interface: any
3839
flutter_test:

packages/authenticator/amplify_authenticator/example/pubspec.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,12 @@ dev_dependencies:
4545
amplify_api: ">=1.0.0-next.8 <1.0.0-next.9"
4646
amplify_authenticator_test:
4747
path: ../../amplify_authenticator_test
48-
amplify_integration_test: any
48+
amplify_integration_test:
49+
path: ../../../test/amplify_integration_test
4950
amplify_lints:
5051
path: ../../../amplify_lints
51-
amplify_test: any
52+
amplify_test:
53+
path: ../../../test/amplify_test
5254
aws_common: any
5355
flutter_driver:
5456
sdk: flutter

packages/authenticator/amplify_authenticator/pubspec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ dependencies:
2828
dev_dependencies:
2929
amplify_authenticator_test:
3030
path: ../amplify_authenticator_test
31-
amplify_integration_test: any
31+
amplify_integration_test:
32+
path: ../../test/amplify_integration_test
3233
amplify_lints: ">=2.0.2 <2.1.0"
3334
build_runner: ^2.3.3
3435
build_version: ^2.1.1

packages/authenticator/amplify_authenticator_test/pubspec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ environment:
1010
dependencies:
1111
amplify_authenticator: ">=1.0.0-next.5+1 <1.0.0-next.6"
1212
amplify_flutter: ">=1.0.0-next.8 <1.0.0-next.9"
13-
amplify_integration_test: any
13+
amplify_integration_test:
14+
path: ../../test/amplify_integration_test
1415
flutter:
1516
sdk: flutter
1617
flutter_test:

packages/notifications/push/amplify_push_notifications/pubspec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ dependencies:
1919

2020
dev_dependencies:
2121
amplify_lints: ^2.0.0
22-
amplify_test: any
22+
amplify_test:
23+
path: ../../../test/amplify_test
2324
aws_signature_v4: ">=0.3.1+5 <0.4.0"
2425
build_runner: ^2.0.0
2526
build_test: ^2.1.5

packages/notifications/push/amplify_push_notifications_pinpoint/pubspec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ dependencies:
2222

2323
dev_dependencies:
2424
amplify_lints: ^2.0.0
25-
amplify_test: any
25+
amplify_test:
26+
path: ../../../test/amplify_test
2627
build_runner: ^2.0.0
2728
built_value_generator: 8.4.4
2829
flutter_test:

packages/storage/amplify_storage_s3/pubspec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ dependencies:
3030

3131
dev_dependencies:
3232
amplify_lints: ">=2.0.2 <2.1.0"
33-
amplify_test: any
33+
amplify_test:
34+
path: ../../test/amplify_test
3435
aws_signature_v4: ">=0.3.1+5 <0.4.0"
3536
flutter_test:
3637
sdk: flutter

0 commit comments

Comments
 (0)