Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changed path dependencies to use pub.dev and API compatible version ranges #55

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/microsoft_kiota_abstractions/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ dependencies:

dev_dependencies:
strict: ^2.1.0
test: ^1.25.8
test: ^1.25.12
mockito: ^5.4.4
build_runner: any
20 changes: 7 additions & 13 deletions packages/microsoft_kiota_bundle/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,16 @@ environment:
sdk: '>=3.2.6 <4.0.0'

dependencies:
microsoft_kiota_abstractions:
path: ../microsoft_kiota_abstractions
microsoft_kiota_http:
path: ../microsoft_kiota_http
microsoft_kiota_serialization_text:
path: ../microsoft_kiota_serialization_text
microsoft_kiota_serialization_form:
path: ../microsoft_kiota_serialization_form
microsoft_kiota_serialization_json:
path: ../microsoft_kiota_serialization_json
microsoft_kiota_serialization_multipart:
path: ../microsoft_kiota_serialization_multipart
microsoft_kiota_abstractions: '>=0.0.1 <1.0.0'
microsoft_kiota_http: '>=0.0.1 <1.0.0'
microsoft_kiota_serialization_text: '>=0.0.1 <1.0.0'
microsoft_kiota_serialization_form: '>=0.0.1 <1.0.0'
microsoft_kiota_serialization_json: '>=0.0.1 <1.0.0'
microsoft_kiota_serialization_multipart: '>=0.0.1 <1.0.0'

dev_dependencies:
strict: ^2.1.0
test: ^1.25.8
test: ^1.25.12
mockito: ^5.4.4
build_runner: any
http: ^1.2.2
5 changes: 2 additions & 3 deletions packages/microsoft_kiota_http/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,13 @@ environment:
sdk: '>=3.2.6 <4.0.0'

dependencies:
microsoft_kiota_abstractions:
path: ../microsoft_kiota_abstractions
microsoft_kiota_abstractions: '>=0.0.1 <1.0.0'
http: ^1.2.2
http_parser: ^4.0.2
uuid: ^4.5.1

dev_dependencies:
strict: ^2.1.0
test: ^1.25.8
test: ^1.25.12
mockito: ^5.4.4
build_runner: any
5 changes: 2 additions & 3 deletions packages/microsoft_kiota_serialization_form/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,11 @@ environment:
sdk: '>=3.2.6 <4.0.0'

dependencies:
microsoft_kiota_abstractions:
path: ../microsoft_kiota_abstractions
microsoft_kiota_abstractions: '>=0.0.1 <1.0.0'
uuid: ^4.5.1

dev_dependencies:
build_runner: any
strict: ^2.1.0
test: ^1.25.8
test: ^1.25.12
mockito: ^5.4.4
12 changes: 5 additions & 7 deletions packages/microsoft_kiota_serialization_json/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,11 @@ publish_to: 'none'
environment:
sdk: '>=3.2.6 <4.0.0'

# Add regular dependencies here.
dependencies:
microsoft_kiota_abstractions:
path: ../microsoft_kiota_abstractions
uuid: ^4.4.2
microsoft_kiota_abstractions: '>=0.0.1 <1.0.0'
uuid: ^4.5.1

dev_dependencies:
build_runner: ^2.4.9
strict: ^2.0.0
test: ^1.25.2
build_runner: any
strict: ^2.1.0
test: ^1.25.12
16 changes: 7 additions & 9 deletions packages/microsoft_kiota_serialization_multipart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,13 @@ environment:

dependencies:
http: ^1.2.2
microsoft_kiota_abstractions:
path: ../microsoft_kiota_abstractions
typed_data: ^1.3.2
uuid: ^4.4.2
microsoft_kiota_abstractions: '>=0.0.1 <1.0.0'
typed_data: ^1.4.0
uuid: ^4.5.1

dev_dependencies:
build_runner: ^2.4.9
microsoft_kiota_serialization_json:
path: ../microsoft_kiota_serialization_json/
build_runner: any
microsoft_kiota_serialization_json: '>=0.0.1 <1.0.0'
mockito: ^5.4.4
strict: ^2.0.0
test: ^1.25.2
strict: ^2.1.0
test: ^1.25.12
5 changes: 2 additions & 3 deletions packages/microsoft_kiota_serialization_text/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@ environment:
sdk: '>=3.2.6 <4.0.0'

dependencies:
microsoft_kiota_abstractions:
path: ../microsoft_kiota_abstractions
microsoft_kiota_abstractions: '>=0.0.1 <1.0.0'
uuid: ^4.5.1

dev_dependencies:
strict: ^2.1.0
test: ^1.25.8
test: ^1.25.12
2 changes: 1 addition & 1 deletion tooling/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ dependencies:

dev_dependencies:
lints: ">=3.0.0 <6.0.0"
test: ^1.24.0
test: ^1.25.12
Loading