Skip to content

Commit

Permalink
fix: mason version
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriele-bil committed May 27, 2024
1 parent 72d7d3c commit 754534e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -205,10 +205,10 @@ packages:
dependency: transitive
description:
name: ffi
sha256: "7bf0adc28a23d395f19f3f1eb21dd7cfd1dd9f8e1c50051c069122e6853bc878"
sha256: "493f37e7df1804778ff3a53bd691d8692ddf69702cf4c1c1096a2e41b4779e21"
url: "https://pub.dev"
source: hosted
version: "2.1.0"
version: "2.1.2"
file:
dependency: transitive
description:
Expand Down Expand Up @@ -341,18 +341,18 @@ packages:
dependency: "direct main"
description:
name: mason
sha256: f4ea713a0f4142e20abb3a5b1352c0475c04cb880a1e33e2028793d60c83fd5c
sha256: cec3dba68efbc6d0dbae0fded712d8837e4e521479f879839a8e7416291168ea
url: "https://pub.dev"
source: hosted
version: "0.1.0-dev.52"
version: "0.1.0-dev.53"
mason_logger:
dependency: transitive
description:
name: mason_logger
sha256: "0e90e637dcfcb7fb6c30b38e71cd41fa0e4e3df6f1da177f8251ac3f15147e9f"
sha256: "56c44e588e908ef0d1dbb593e1b4473b8ee5fb48fcc8d645c925ab6c8041ebdf"
url: "https://pub.dev"
source: hosted
version: "0.2.12"
version: "0.2.15"
matcher:
dependency: transitive
description:
Expand Down Expand Up @@ -637,10 +637,10 @@ packages:
dependency: transitive
description:
name: win32
sha256: "350a11abd2d1d97e0cc7a28a81b781c08002aa2864d9e3f192ca0ffa18b06ed3"
sha256: a79dbe579cb51ecd6d30b17e0cae4e0ea15e2c0e66f69ad4198f22a6789e94f4
url: "https://pub.dev"
source: hosted
version: "5.0.9"
version: "5.5.1"
yaml:
dependency: transitive
description:
Expand All @@ -650,4 +650,4 @@ packages:
source: hosted
version: "3.1.2"
sdks:
dart: ">=3.0.0 <4.0.0"
dart: ">=3.4.0 <4.0.0"
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ environment:

dependencies:
args: ^2.4.2
mason: any
mason: "0.1.0-dev.53"
interact: ^2.2.0
chalkdart: ^2.2.1
json_annotation: ^4.8.1
Expand Down

0 comments on commit 754534e

Please sign in to comment.