Skip to content

Commit

Permalink
Merge pull request #730 from nextcloud/renovate/dart-3.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency dart to >=3.1.1 <4.0.0
  • Loading branch information
provokateurin authored Sep 7, 2023
2 parents 21b6107 + ed1d79b commit 9b965c0
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion packages/app/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1392,5 +1392,5 @@ packages:
source: hosted
version: "3.1.2"
sdks:
dart: ">=3.1.0 <4.0.0"
dart: ">=3.1.1 <4.0.0"
flutter: ">=3.13.3"
2 changes: 1 addition & 1 deletion packages/app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 1.0.0
publish_to: 'none'

environment:
sdk: '>=3.1.0 <4.0.0'
sdk: '>=3.1.1 <4.0.0'
flutter: '>=3.13.3'

dependencies:
Expand Down
2 changes: 1 addition & 1 deletion packages/dynamite/dynamite/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: dynamite
version: 1.0.0

environment:
sdk: '>=3.1.0 <4.0.0'
sdk: '>=3.1.1 <4.0.0'

dependencies:
build: ^2.4.1
Expand Down
2 changes: 1 addition & 1 deletion packages/dynamite/dynamite_runtime/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Helper package for use with dynamite.
version: 1.0.0

environment:
sdk: '>=3.1.0 <4.0.0'
sdk: '>=3.1.1 <4.0.0'

dependencies:
built_value: ^8.6.2
Expand Down
2 changes: 1 addition & 1 deletion packages/file_icons/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: file_icons
version: 1.0.0

environment:
sdk: '>=3.1.0 <4.0.0'
sdk: '>=3.1.1 <4.0.0'
flutter: '>=3.13.3'

dependencies:
Expand Down
2 changes: 1 addition & 1 deletion packages/neon/neon/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 1.0.0
publish_to: 'none'

environment:
sdk: '>=3.1.0 <4.0.0'
sdk: '>=3.1.1 <4.0.0'
flutter: '>=3.13.3'

dependencies:
Expand Down
2 changes: 1 addition & 1 deletion packages/neon/neon_files/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 1.0.0
publish_to: 'none'

environment:
sdk: '>=3.1.0 <4.0.0'
sdk: '>=3.1.1 <4.0.0'
flutter: '>=3.13.3'

dependencies:
Expand Down
2 changes: 1 addition & 1 deletion packages/neon/neon_news/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 1.0.0
publish_to: 'none'

environment:
sdk: '>=3.1.0 <4.0.0'
sdk: '>=3.1.1 <4.0.0'
flutter: '>=3.13.3'

dependencies:
Expand Down
2 changes: 1 addition & 1 deletion packages/neon/neon_notes/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 1.0.0
publish_to: 'none'

environment:
sdk: '>=3.1.0 <4.0.0'
sdk: '>=3.1.1 <4.0.0'
flutter: '>=3.13.3'

dependencies:
Expand Down
2 changes: 1 addition & 1 deletion packages/neon/neon_notifications/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 1.0.0
publish_to: 'none'

environment:
sdk: '>=3.1.0 <4.0.0'
sdk: '>=3.1.1 <4.0.0'
flutter: '>=3.13.3'

dependencies:
Expand Down
2 changes: 1 addition & 1 deletion packages/neon_lints/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 1.0.0
publish_to: none

environment:
sdk: '>=3.1.0 <4.0.0'
sdk: '>=3.1.1 <4.0.0'

dev_dependencies:
lint_maker:
Expand Down
2 changes: 1 addition & 1 deletion packages/nextcloud/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 1.0.0
publish_to: none

environment:
sdk: '>=3.1.0 <4.0.0'
sdk: '>=3.1.1 <4.0.0'

dependencies:
built_collection: ^5.1.1
Expand Down
2 changes: 1 addition & 1 deletion packages/sort_box/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: sort_box
version: 1.0.0

environment:
sdk: '>=3.1.0 <4.0.0'
sdk: '>=3.1.1 <4.0.0'

dev_dependencies:
neon_lints:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: neon_workspace
publish_to: none

environment:
sdk: '>=3.1.0 <4.0.0'
sdk: '>=3.1.1 <4.0.0'
dev_dependencies:
commitlint_cli: ^0.6.3
fvm: ^2.4.1
Expand Down

0 comments on commit 9b965c0

Please sign in to comment.