Skip to content

Commit

Permalink
Changed path dependencies to use pub.dev and API compatible version r…
Browse files Browse the repository at this point in the history
…anges

Also updated some dev dependencies
  • Loading branch information
ricardoboss committed Dec 5, 2024
1 parent 8991e67 commit 2b263f6
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 40 deletions.
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

0 comments on commit 2b263f6

Please sign in to comment.