chore(shorebird_cli): switch to pub_semver package for versions (#1354)
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import 'package:pub_semver/pub_semver.dart';
|
||||
import 'package:shorebird_cli/src/platform.dart';
|
||||
import 'package:shorebird_cli/src/shorebird_env.dart';
|
||||
import 'package:shorebird_cli/src/shorebird_flutter.dart';
|
||||
import 'package:shorebird_cli/src/third_party/flutter_tools/lib/flutter_tools.dart';
|
||||
import 'package:shorebird_cli/src/validators/validators.dart';
|
||||
import 'package:version/version.dart';
|
||||
|
||||
class FlutterValidationException implements Exception {
|
||||
const FlutterValidationException(this.message);
|
||||
|
||||
@@ -27,13 +27,13 @@ dependencies:
|
||||
path: ^1.8.3
|
||||
platform: ^3.1.0
|
||||
propertylistserialization: ^1.3.0
|
||||
pub_semver: ^2.1.4
|
||||
pubspec_parse: ^1.2.2
|
||||
scoped:
|
||||
path: ../scoped
|
||||
shorebird_code_push_client:
|
||||
path: ../shorebird_code_push_client
|
||||
uuid: ^3.0.7
|
||||
version: ^3.0.2
|
||||
xml: ^6.2.2
|
||||
yaml: ^3.1.1
|
||||
yaml_edit: ^2.1.0
|
||||
|
||||
Reference in New Issue
Block a user