Skip to content

Commit

Permalink
Updated deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
simphotonics committed Oct 31, 2023
1 parent 4a62952 commit 45156d5
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,6 @@
## 0.4.1
- Updated dependencies.

## 0.4.0
- Require Dart 3,
- `analyzer` version `^6.0.0`,
Expand Down
6 changes: 3 additions & 3 deletions example/test_types/pubspec.yaml
Expand Up @@ -2,14 +2,14 @@ name: test_types

description: Sample test types.

version: 0.0.2
version: 0.0.3

publish_to: none

environment:
sdk: '^3.0.0'

dependencies:

dev_dependencies:
lints: ^2.1.1
lints: ^3.0.0
1 change: 0 additions & 1 deletion lib/src/types/unknown_type.dart
@@ -1,5 +1,4 @@
/// A type is not registered and cannot be registered with GenericReader.
final class UnknownType {
const UnknownType();

Expand Down
8 changes: 4 additions & 4 deletions pubspec.yaml
Expand Up @@ -3,22 +3,22 @@ name: generic_reader
description: Extension providing methods for the systematic reading of enums,
constant lists, maps, sets, and generic compile-time constant expressions.

version: 0.4.0
version: 0.4.1

homepage: https://github.com/simphotonics/generic_reader

environment:
sdk: '^3.0.0'

dependencies:
analyzer: ^6.2.0
analyzer: ^6.3.0
exception_templates: ^0.3.0
source_gen: ^1.4.0

dev_dependencies:
ansi_modifier: ^0.1.1
lints: ^2.1.1
lints: ^3.0.0
source_gen_test: ^1.0.4
test: ^1.24.6
test: ^1.24.9
test_types:
path: example/test_types

0 comments on commit 45156d5

Please sign in to comment.