Skip to content

Commit 4d938e2

Browse files
committed
chore: increase upper bound of pkg:js
1 parent 0ec1760 commit 4d938e2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

packages/auth/amplify_auth_cognito_dart/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies:
2525
fixnum: ^1.0.0
2626
http: ">=0.13.0 <2.0.0"
2727
intl: ">=0.18.0 <1.0.0"
28-
js: ^0.6.4
28+
js: ">=0.6.4 <0.8.0"
2929
json_annotation: ">=4.8.1 <4.9.0"
3030
meta: ^1.7.0
3131
oauth2: ^2.0.2

packages/aws_common/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies:
1414
built_value: ^8.6.0
1515
collection: ^1.15.0
1616
http2: ^2.0.0
17-
js: ^0.6.4
17+
js: ">=0.6.4 <0.8.0"
1818
json_annotation: ">=4.8.1 <4.9.0"
1919
logging: ^1.0.0
2020
meta: ^1.7.0

packages/secure_storage/amplify_secure_storage_dart/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies:
2626
built_value: ^8.6.0
2727
ffi: ^2.0.0
2828
file: ">=6.0.0 <8.0.0"
29-
js: ^0.6.4
29+
js: ">=0.6.4 <0.8.0"
3030
meta: ^1.7.0
3131
path: ">=1.8.0 <2.0.0"
3232
win32: ">=4.1.2 <6.0.0"

packages/worker_bee/worker_bee/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies:
1414
built_collection: ^5.0.0
1515
built_value: ^8.6.0
1616
collection: ^1.15.0
17-
js: ^0.6.4
17+
js: ">=0.6.4 <0.8.0"
1818
meta: ^1.7.0
1919
path: ">=1.8.0 <2.0.0"
2020
stack_trace: ^1.10.0

0 commit comments

Comments
 (0)