Skip to content

Commit

Permalink
convert to workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
alextekartik committed Dec 22, 2024
1 parent f72791b commit 9a8d9b9
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 33 deletions.
18 changes: 8 additions & 10 deletions firebase/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,28 +6,26 @@ publish_to: none
#author: alex <email@example.com>

environment:
sdk: ^3.5.0
sdk: ^3.6.0

dependencies:
tekartik_common_utils:
git:
url: https://github.com/tekartik/common_utils.dart
ref: dart3a
collection: '>=1.14.10'
path: '>=1.6.1'
collection: ">=1.18.0"
path: ">=1.9.0"
synchronized:
dev_dependencies:
tekartik_firebase_test:
git:
url: https://github.com/tekartik/firebase.dart
path: firebase_test
ref: dart3a
dev_build:
test: ">=1.0.0"
build_runner:
dev_build: ">=1.1.0+2"
test: ">=1.24.0"
build_runner: ">=2.4.13"
build_test:
process_run: '>=0.10.12'
process_run: ">=1.2.1+1"

dependency_overrides:
tekartik_firebase_test:
path: ../firebase_test
resolution: workspace
14 changes: 5 additions & 9 deletions firebase_local/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,16 @@ dependencies:
path: firebase
ref: dart3a
version: '>=0.9.0'
path:
path: ">=1.9.0"
dev_dependencies:
tekartik_firebase_test:
git:
url: https://github.com/tekartik/firebase.dart
path: firebase_test
ref: dart3a
process_run:
build_runner:
test:
process_run: ">=1.2.1+1"
build_runner: ">=2.4.13"
test: ">=1.24.0"
build_test:

dependency_overrides:
tekartik_firebase:
path: ../firebase
tekartik_firebase_test:
path: ../firebase_test
resolution: workspace
16 changes: 7 additions & 9 deletions firebase_sim/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,17 @@ dependencies:
path: web_socket
ref: dart3a
version: '>=0.2.1'
meta: any
meta: ">=1.15.0"
synchronized: '>=1.5.0-dev.2'
logging: any
json_rpc_2:

dev_dependencies:
dev_build:
test: '>=1.0.0'
build_runner: ">=0.9.1"
build_web_compilers: ">=0.4.0+4"
dev_build: ">=1.1.0+2"
test: ">=1.24.0"
build_runner: ">=2.4.13"
build_web_compilers: ">=4.0.11"
build_test: ">=0.10.3"
process_run:
process_run: ">=1.2.1+1"

dependency_overrides:
tekartik_firebase:
path: ../firebase
resolution: workspace
8 changes: 3 additions & 5 deletions firebase_test/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,9 @@ dependencies:
path: firebase
ref: dart3a
version: '>=0.6.0'
test: ">=1.0.0"
test: ">=1.24.0"

dev_dependencies:
process_run:
process_run: ">=1.2.1+1"

dependency_overrides:
tekartik_firebase:
path: ../firebase
resolution: workspace
9 changes: 9 additions & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: _
publish_to: none
environment:
sdk: ^3.6.0
workspace:
- firebase_local
- firebase_test
- firebase_sim
- firebase

0 comments on commit 9a8d9b9

Please sign in to comment.