Skip to content

Commit

Permalink
chore: upgrade core dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
LeadcodeDev committed Dec 23, 2024
1 parent 1b396e5 commit 220af8e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 45 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 2.0.0-dev.5
- Upgrade `core` dependency to `4.0.0-dev.7`

## 2.0.0-dev.4
- Upgrade `commander_ui` dependency version
- Prevent non-existing directory when you should select one
Expand Down
2 changes: 1 addition & 1 deletion lib/src/domain/commands/create.dart
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
import 'dart:async';

import 'package:mineral/contracts.dart';
import 'package:mineral_cli/src/domain/commands/project_setups/hexagonal_preset.dart';
import 'package:mineral_cli/src/infrastructure/contracts/cli_command_contract.dart';
import 'package:mineral_cli/src/infrastructure/entities/cli_command.dart';
import 'package:mineral_cli/src/domain/commands/project_setups/basic_preset.dart';
import 'package:mineral_cli/src/domain/commands/project_setups/preset.dart';
import 'package:mineral_cli/src/domain/commands/project_setups/slim_preset.dart';
import 'package:commander_ui/commander_ui.dart';
import 'package:mineral/services.dart';
import 'package:recase/recase.dart';

final class CreateProject implements CliCommandContract {
Expand Down
44 changes: 2 additions & 42 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.1.1"
charcode:
dependency: transitive
description:
name: charcode
sha256: fb98c0f6d12c920a02ee2d998da788bca066ca5f148492b7085ee23372b12306
url: "https://pub.dev"
source: hosted
version: "1.3.1"
clock:
dependency: transitive
description:
Expand Down Expand Up @@ -258,10 +250,10 @@ packages:
dependency: "direct main"
description:
name: mineral
sha256: "33f801708b459fad6202a064096756ba42a859febe39c1e72637c7aac4affacb"
sha256: "540c5c7eec221754e9369d5ee4db5a0deec776017f56323973655a1b9530fcb1"
url: "https://pub.dev"
source: hosted
version: "4.0.0-dev.5"
version: "4.0.0-dev.7"
node_preamble:
dependency: transitive
description:
Expand All @@ -286,14 +278,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.9.0"
petitparser:
dependency: transitive
description:
name: petitparser
sha256: c15605cd28af66339f8eb6fbe0e541bfe2d1b72d5825efc6598f3e0a31b9ad27
url: "https://pub.dev"
source: hosted
version: "6.0.2"
pool:
dependency: transitive
description:
Expand All @@ -302,14 +286,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.5.1"
prompts:
dependency: transitive
description:
name: prompts
sha256: "3773b845e85a849f01e793c4fc18a45d52d7783b4cb6c0569fad19f9d0a774a1"
url: "https://pub.dev"
source: hosted
version: "2.0.0"
pub_semver:
dependency: transitive
description:
Expand Down Expand Up @@ -454,22 +430,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "0.6.5"
tint:
dependency: transitive
description:
name: tint
sha256: "9652d9a589f4536d5e392cf790263d120474f15da3cf1bee7f1fdb31b4de5f46"
url: "https://pub.dev"
source: hosted
version: "2.0.1"
toml:
dependency: transitive
description:
name: toml
sha256: d968d149c8bd06dc14e09ea3a140f90a3f2ba71949e7a91df4a46f3107400e71
url: "https://pub.dev"
source: hosted
version: "0.16.0"
typed_data:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: mineral_cli
description: The official Mineral framework command line interface.
version: 2.0.0-dev.4
version: 2.0.0-dev.5
repository: https://github.com/mineral-dart/cli

executables:
Expand All @@ -16,7 +16,7 @@ dependencies:
commander_ui: ^2.4.0
dart_style: ^2.3.7
mansion: ^0.1.0
mineral: ^4.0.0-dev.5
mineral: ^4.0.0-dev.7
path: ^1.9.0
recase: ^4.1.0
yaml: ^3.1.2
Expand Down

0 comments on commit 220af8e

Please sign in to comment.