Skip to content

Commit

Permalink
Update ref
Browse files Browse the repository at this point in the history
  • Loading branch information
Barabas5532 committed Aug 3, 2024
1 parent c727ebd commit 056ea50
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 6 deletions.
3 changes: 3 additions & 0 deletions dart/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@

.idea
*.iml

# https://melos.invertase.dev/getting-started#configure-the-workspace
pubspec_overrides.yaml
2 changes: 1 addition & 1 deletion dart/frontend/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -807,5 +807,5 @@ packages:
source: hosted
version: "3.1.2"
sdks:
dart: ">=3.2.6 <4.0.0"
dart: ">=3.2.0 <4.0.0"
flutter: ">=3.7.0"
6 changes: 6 additions & 0 deletions dart/frontend/pubspec_overrides.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# melos_managed_dependency_overrides: shrapnel_common,shrapnel_test_lib
dependency_overrides:
shrapnel_common:
path: ../shrapnel_common
shrapnel_test_lib:
path: ../shrapnel_test_lib
2 changes: 1 addition & 1 deletion dart/shrapnel_common/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
esp_softap_provisioning:
git:
url: https://github.com/ShrapnelDSP/esp_softap_provisioning.git
ref: no-flutter
ref: shrapnel
freezed_annotation: ^2.4.4
logging: ^1.2.0

Expand Down
2 changes: 1 addition & 1 deletion dart/shrapnel_test_lib/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
esp_softap_provisioning:
git:
url: https://github.com/ShrapnelDSP/esp_softap_provisioning.git
ref: no-flutter
ref: shrapnel
flutter_libserialport: ^0.4.0
logging: ^1.2.0
path: ^1.8.0
Expand Down
6 changes: 3 additions & 3 deletions dart/shrapnel_test_tool/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ packages:
dependency: transitive
description:
path: "."
ref: no-flutter
resolved-ref: "9edee663e053efb8668dd591b09a0c989b0a21c6"
ref: shrapnel
resolved-ref: "8ea4d4b87d31f19a6a14d10193df2b8d44204cf2"
url: "https://github.com/ShrapnelDSP/esp_softap_provisioning.git"
source: git
version: "1.0.1"
Expand Down Expand Up @@ -368,7 +368,7 @@ packages:
source: hosted
version: "1.0.4"
shrapnel_common:
dependency: transitive
dependency: "direct overridden"
description:
path: "../shrapnel_common"
relative: true
Expand Down

0 comments on commit 056ea50

Please sign in to comment.