Skip to content

Commit

Permalink
Upgrade SDK constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
rrousselGit committed Sep 24, 2023
1 parent eeeef76 commit c8b0ef8
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/custom_lint/example/example_lint/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 0.0.7
publish_to: none

environment:
sdk: '>=2.16.0 <3.0.0'
sdk: '>=2.16.0 <4.0.0'

dependencies:
analyzer: ">=5.12.0 <7.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/custom_lint/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 0.0.1
publish_to: none

environment:
sdk: '>=2.16.0 <3.0.0'
sdk: '>=2.16.0 <4.0.0'

dependencies:
riverpod: ^2.0.0
Expand Down
2 changes: 1 addition & 1 deletion packages/custom_lint/tools/analyzer_plugin/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 0.5.3
publish_to: none

environment:
sdk: ">=2.14.0 <3.0.0"
sdk: ">=2.14.0 <4.0.0"

dependencies:
custom_lint: 0.5.3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 0.0.7
publish_to: none

environment:
sdk: '>=2.16.0 <3.0.0'
sdk: '>=2.16.0 <4.0.0'

dependencies:
analyzer: ">=5.12.0 <7.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/custom_lint_builder/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 0.0.1
publish_to: none

environment:
sdk: '>=2.16.0 <3.0.0'
sdk: '>=2.16.0 <4.0.0'

dependencies:
riverpod: ^2.0.0
Expand Down
2 changes: 1 addition & 1 deletion packages/custom_lint_builder/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: A package to help writing custom linters
repository: https://github.com/invertase/dart_custom_lint

environment:
sdk: ">=2.19.0 <3.0.0"
sdk: ">=2.19.0 <4.0.0"

dependencies:
analyzer: ">=5.12.0 <7.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/custom_lint_core/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: A package to help writing custom linters
repository: https://github.com/invertase/dart_custom_lint

environment:
sdk: ">=2.19.0 <3.0.0"
sdk: ">=2.19.0 <4.0.0"

dependencies:
analyzer: ">=5.12.0 <7.0.0"
Expand Down
5 changes: 4 additions & 1 deletion packages/custom_lint_core/pubspec_overrides.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# melos_managed_dependency_overrides: lint_visitor_generator
dependency_overrides:
custom_lint:
path: ../custom_lint
path: ../custom_lint
lint_visitor_generator:
path: ../lint_visitor_generator
2 changes: 1 addition & 1 deletion packages/lint_visitor_generator/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: lint_visitor_generator
publish_to: none

environment:
sdk: ">=2.17.0 <3.0.0"
sdk: ">=2.17.0 <4.0.0"

dependencies:
analyzer: ">=5.12.0 <7.0.0"
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ name: melos_root
publish_to: none

environment:
sdk: ">=2.17.0 <3.0.0"
sdk: ">=2.17.0 <4.0.0"
dev_dependencies:
melos: ^3.0.0

1 comment on commit c8b0ef8

@vercel
Copy link

@vercel vercel bot commented on c8b0ef8 Sep 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.