Skip to content

Commit

Permalink
refactor: House Keeping July 22
Browse files Browse the repository at this point in the history
  • Loading branch information
j4qfrost committed Jul 22, 2023
1 parent 20bc466 commit cf1eb45
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion melos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ scripts:
select-pacakge:
no-private: true
environment:
sdk: ">=3.0.1 <4.0.0"
sdk: ">=3.0.6 <4.0.0"

2 changes: 1 addition & 1 deletion packages/codable/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 4.3.7
homepage: https://github.com/conduit-dart/conduit-codable
description: A serialization library for converting dynamic, structured data (JSON, YAML) into Dart types.
environment:
sdk: '>=3.0.1 <4.0.0'
sdk: '>=3.0.6 <4.0.0'
dependencies:
meta: ^1.3.0
dev_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion packages/common/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 4.3.7
description: Common classes shared by conduit projects.
repository: https://github.com/bsutton/conduit-orm
environment:
sdk: '>=3.0.1 <4.0.0'
sdk: '>=3.0.6 <4.0.0'
dependencies:
conduit_open_api: ^4.3.7
dev_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion packages/config/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 4.3.7
description: A safe and convenient way to read YAML configuration files.
repository: https://github.com/conduit-dart/conduit-config.git
environment:
sdk: '>=3.0.1 <4.0.0'
sdk: '>=3.0.6 <4.0.0'
dependencies:
conduit_runtime: ^4.3.7
meta: ^1.3.0
Expand Down
2 changes: 1 addition & 1 deletion packages/fs_test_agent/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 4.3.7
homepage: https://stablekernel.com
description: Utilities for writing tests to validate file system and Dart project directory operations.
environment:
sdk: '>=3.0.1 <4.0.0'
sdk: '>=3.0.6 <4.0.0'
dependencies:
path: ^1.0.0
pubspec: ^2.0.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ description: test dependency
publish_to: none

environment:
sdk: '>=3.0.1 <4.0.0'
sdk: '>=3.0.6 <4.0.0'

dependencies:
2 changes: 1 addition & 1 deletion packages/open_api/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 4.3.7
homepage: https://github.com/conduit-dart/open-api-dart
description: Data structures for OpenAPI (Swagger) specification. Reads and writes JSON specifications.
environment:
sdk: '>=3.0.1 <4.0.0'
sdk: '>=3.0.6 <4.0.0'
dependencies:
conduit_codable: ^4.3.7
meta: ^1.1.5
Expand Down
2 changes: 1 addition & 1 deletion packages/password_hash/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 4.3.7
homepage: https://github.com/conduit/dart-password-hash
description: PBKDF2 password hashing utility
environment:
sdk: '>=3.0.1 <4.0.0'
sdk: '>=3.0.6 <4.0.0'
dependencies:
crypto: ^3.0.2
dev_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion packages/postgresql/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 4.3.7
repository: https://github.com/conduit-dart/conduit

environment:
sdk: '>=3.0.1 <4.0.0'
sdk: '>=3.0.6 <4.0.0'

dependencies:
collection: ^1.17.1
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/lib/src/generator.dart
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ description: A runtime generated by package:conduit_runtime
version: 1.0.0
environment:
sdk: '>=3.0.1 <4.0.0'
sdk: '>=3.0.6 <4.0.0'
""";

String get _loaderShell => """
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 4.3.7
description: Provides behaviors and base types for packages that can use mirrors and be AOT compiled.
repository: https://github.com/conduit-dart/conduit-runtime
environment:
sdk: '>=3.0.1 <4.0.0'
sdk: '>=3.0.6 <4.0.0'
dependencies:
analyzer: ^5.1.0
args: ^2.0.0
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime_test_packages/application/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.0.1 <4.0.0'
sdk: '>=3.0.6 <4.0.0'

dependencies:
dependency:
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime_test_packages/dependency/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.0.1 <4.0.0'
sdk: '>=3.0.6 <4.0.0'

dependencies:
conduit_runtime:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: conduit_workspace

environment:
sdk: '>=3.0.1 <4.0.0'
sdk: '>=3.0.6 <4.0.0'
dev_dependencies:
melos: ^3.0.0

0 comments on commit cf1eb45

Please sign in to comment.