Skip to content

Commit

Permalink
build: upgrade Mason (#427)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrverdant13 authored Dec 6, 2024
1 parent 7d42832 commit 787d83d
Show file tree
Hide file tree
Showing 23 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion bricks/altoke_app/brick/brick.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: An opinionated template for Flutter apps.
version: 0.0.1

environment:
mason: ">=0.1.0-dev.50 <0.1.0"
mason: ^0.1.0

vars:
projectName:
Expand Down
2 changes: 1 addition & 1 deletion bricks/altoke_app/brick/hooks/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ environment:

dependencies:
collection: ^1.18.0
mason: ^0.1.0-dev.59
mason: ^0.1.0
path: ^1.9.0
shell:
path: ../../../../tools/shell
Expand Down
2 changes: 1 addition & 1 deletion bricks/altoke_common/brick/brick.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: A set of common elements used across projects.
version: 0.0.1

environment:
mason: ">=0.1.0-dev.50 <0.1.0"
mason: ^0.1.0

vars:
value_equality_approach:
Expand Down
2 changes: 1 addition & 1 deletion bricks/altoke_common/brick/hooks/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ environment:
sdk: ">=3.5.1 <4.0.0"

dependencies:
mason: ^0.1.0-dev.59
mason: ^0.1.0
path: ^1.9.0
shell:
path: ../../../../tools/shell
Expand Down
2 changes: 1 addition & 1 deletion bricks/altoke_common/e2e/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ environment:

dev_dependencies:
checked_yaml: ^2.0.3
mason: ^0.1.0-dev.59
mason: ^0.1.0
meta: ^1.15.0
mocktail: ^1.0.4
monorepo_elements:
Expand Down
2 changes: 1 addition & 1 deletion bricks/altoke_dart_package/brick/brick.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Create a Dart package, al toque (quickly).
version: 0.0.1

environment:
mason: ">=0.1.0-dev.50 <0.1.0"
mason: ^0.1.0

vars:
package_name:
Expand Down
2 changes: 1 addition & 1 deletion bricks/altoke_dart_package/brick/hooks/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ environment:
sdk: ">=3.5.1 <4.0.0"

dependencies:
mason: ^0.1.0-dev.59
mason: ^0.1.0
path: ^1.9.0
shell:
path: ../../../../tools/shell
Expand Down
2 changes: 1 addition & 1 deletion bricks/altoke_dart_package/e2e/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ environment:
sdk: ">=3.5.1 <4.0.0"

dev_dependencies:
mason: ^0.1.0-dev.59
mason: ^0.1.0
meta: ^1.15.0
mocktail: ^1.0.4
monorepo_elements:
Expand Down
2 changes: 1 addition & 1 deletion bricks/altoke_entity/brick/brick.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: A template for an entity.
version: 0.0.1

environment:
mason: ">=0.1.0-dev.50 <0.1.0"
mason: ^0.1.0

vars:
entity_singular:
Expand Down
2 changes: 1 addition & 1 deletion bricks/altoke_entity/brick/hooks/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ environment:
sdk: ">=3.5.1 <4.0.0"

dependencies:
mason: ^0.1.0-dev.59
mason: ^0.1.0
path: ^1.9.0
shell:
path: ../../../../tools/shell
Expand Down
2 changes: 1 addition & 1 deletion bricks/altoke_entity/e2e/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ environment:

dev_dependencies:
checked_yaml: ^2.0.3
mason: ^0.1.0-dev.59
mason: ^0.1.0
meta: ^1.15.0
mocktail: ^1.0.4
monorepo_elements:
Expand Down
2 changes: 1 addition & 1 deletion bricks/altoke_local_database/brick/brick.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: A template for a local database.
version: 0.0.1

environment:
mason: ">=0.1.0-dev.50 <0.1.0"
mason: ^0.1.0

vars:
local_database_alternative:
Expand Down
2 changes: 1 addition & 1 deletion bricks/altoke_local_database/brick/hooks/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ environment:
dependencies:
local_database_alternative:
path: ../../../../tools/local_database_alternative
mason: ^0.1.0-dev.59
mason: ^0.1.0
path: ^1.9.0
pubspec_deps_sorter:
path: ../../../../tools/pubspec_deps_sorter
Expand Down
2 changes: 1 addition & 1 deletion bricks/altoke_local_database/e2e/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dev_dependencies:
checked_yaml: ^2.0.3
local_database_alternative:
path: ../../../tools/local_database_alternative
mason: ^0.1.0-dev.59
mason: ^0.1.0
meta: ^1.15.0
mocktail: ^1.0.4
monorepo_elements:
Expand Down
2 changes: 1 addition & 1 deletion bricks/altoke_reactive_caches/brick/brick.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ description: A set of commonly used reactive caches.
version: 0.0.1

environment:
mason: ">=0.1.0-dev.50 <0.1.0"
mason: ^0.1.0
2 changes: 1 addition & 1 deletion bricks/altoke_reactive_caches/brick/hooks/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ environment:
sdk: ">=3.5.1 <4.0.0"

dependencies:
mason: ^0.1.0-dev.59
mason: ^0.1.0
path: ^1.9.0
pubspec_deps_sorter:
path: ../../../../tools/pubspec_deps_sorter
Expand Down
2 changes: 1 addition & 1 deletion bricks/altoke_reactive_caches/e2e/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ environment:
sdk: ">=3.5.1 <4.0.0"

dev_dependencies:
mason: ^0.1.0-dev.59
mason: ^0.1.0
mocktail: ^1.0.4
monorepo_elements:
path: ../../../tools/monorepo_elements
Expand Down
4 changes: 2 additions & 2 deletions melos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ command:
flutter: ">=3.24.1 <4.0.0"
dependencies:
collection: ^1.18.0
mason: ^0.1.0-dev.59
mason: ^0.1.0
meta: ^1.15.0
dev_dependencies:
build_runner: ^2.4.12
mason: ^0.1.0-dev.59
mason: ^0.1.0
melos: ^6.2.0
meta: ^1.15.0
mocktail: ^1.0.4
Expand Down
2 changes: 1 addition & 1 deletion tools/data_persistence_approach/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ environment:
sdk: ">=3.5.1 <4.0.0"

dependencies:
mason: ^0.1.0-dev.59
mason: ^0.1.0

dev_dependencies:
very_good_analysis: ^6.0.0
2 changes: 1 addition & 1 deletion tools/local_database_alternative/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ environment:
sdk: ">=3.5.1 <4.0.0"

dependencies:
mason: ^0.1.0-dev.59
mason: ^0.1.0

dev_dependencies:
very_good_analysis: ^6.0.0
2 changes: 1 addition & 1 deletion tools/monorepo_elements/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ environment:
sdk: ">=3.5.1 <4.0.0"

dependencies:
mason: ^0.1.0-dev.59
mason: ^0.1.0
path: ^1.9.0

dev_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion tools/readmes_resolver/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ environment:

dependencies:
checked_yaml: ^2.0.3
mason: ^0.1.0-dev.59
mason: ^0.1.0
monorepo_elements:
path: ../monorepo_elements
path: ^1.9.0
Expand Down
2 changes: 1 addition & 1 deletion tools/value_equality_approach/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ environment:
sdk: ">=3.5.1 <4.0.0"

dependencies:
mason: ^0.1.0-dev.59
mason: ^0.1.0

dev_dependencies:
very_good_analysis: ^6.0.0

0 comments on commit 787d83d

Please sign in to comment.