diff --git a/packages/mimir/lib/src/bridge_generated.freezed.dart b/packages/mimir/lib/src/bridge_generated.freezed.dart index 630118c..631528a 100644 --- a/packages/mimir/lib/src/bridge_generated.freezed.dart +++ b/packages/mimir/lib/src/bridge_generated.freezed.dart @@ -12,7 +12,7 @@ part of 'bridge_generated.dart'; T _$identity(T value) => value; final _privateConstructorUsedError = UnsupportedError( - 'It seems like you constructed your class using `MyClass._()`. This constructor is only meant to be used by freezed and you are not supposed to need it nor use it.\nPlease check the documentation here for more information: https://github.com/rrousselGit/freezed#custom-getters-and-methods'); + 'It seems like you constructed your class using `MyClass._()`. This constructor is only meant to be used by freezed and you are not supposed to need it nor use it.\nPlease check the documentation here for more information: https://github.com/rrousselGit/freezed#adding-getters-and-methods-to-our-models'); /// @nodoc mixin _$Filter { diff --git a/packages/mimir/test/utils.freezed.dart b/packages/mimir/test/utils.freezed.dart index 4122658..efe1d7d 100644 --- a/packages/mimir/test/utils.freezed.dart +++ b/packages/mimir/test/utils.freezed.dart @@ -12,7 +12,7 @@ part of 'utils.dart'; T _$identity(T value) => value; final _privateConstructorUsedError = UnsupportedError( - 'It seems like you constructed your class using `MyClass._()`. This constructor is only meant to be used by freezed and you are not supposed to need it nor use it.\nPlease check the documentation here for more information: https://github.com/rrousselGit/freezed#custom-getters-and-methods'); + 'It seems like you constructed your class using `MyClass._()`. This constructor is only meant to be used by freezed and you are not supposed to need it nor use it.\nPlease check the documentation here for more information: https://github.com/rrousselGit/freezed#adding-getters-and-methods-to-our-models'); /// @nodoc mixin _$ComparableMimirIndexSettings { diff --git a/pubspec.lock b/pubspec.lock index c0eeaa3..553b320 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -173,10 +173,10 @@ packages: dependency: "direct dev" description: name: melos - sha256: "1ae029702496a0c143536a32d8a91706203803bb8a1685237ca8c9edc17ff25b" + sha256: "98db49f249e7a37b9b76daf419d19ebb8c490e208eee88cccca6ca16651635f6" url: "https://pub.dev" source: hosted - version: "5.1.0" + version: "5.2.1" meta: dependency: transitive description: @@ -370,4 +370,4 @@ packages: source: hosted version: "2.1.1" sdks: - dart: ">=3.0.0 <4.0.0" + dart: ">=3.2.0 <4.0.0" diff --git a/pubspec.yaml b/pubspec.yaml index f31d65f..8aa384d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -6,4 +6,4 @@ environment: dev_dependencies: analyzer: ^6.4.1 - melos: ^5.1.0 + melos: ^5.2.1