Skip to content

Commit c1ca15e

Browse files
committed
Fix meta dependency compatibility and use path dependency for local development
1 parent 69f12da commit c1ca15e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

packages/dart/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies:
3333

3434
# Utils
3535
uuid: ^4.5.1
36-
meta: 1.18.0
36+
meta: ^1.16.0
3737
path: ^1.9.1
3838
mime: ^2.0.0
3939
timezone: ^0.10.0

packages/flutter/pubspec.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ dependencies:
3232
path: packages/dart
3333
ref: pc_server
3434

35+
# For local development, uncomment below and comment above
36+
# parse_server_sdk:
37+
# path: ../dart
38+
3539
# parse_server_sdk: ^8.0.0
3640
# Uncomment for local testing
3741
#parse_server_sdk:

0 commit comments

Comments
 (0)