Skip to content

Commit

Permalink
Merge pull request #17 from bramp/bump
Browse files Browse the repository at this point in the history
Bumped the toml and lint dependencies to their latest,
  • Loading branch information
fujidaiti committed Feb 7, 2024
2 parents db2e619 + bceb176 commit c18e393
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion embed/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ dependencies:
path: ../../embed_annotation

dev_dependencies:
lints: ^2.0.0
lints: ^3.0.0
6 changes: 3 additions & 3 deletions embed/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 1.2.0
repository: https://github.com/fujidaiti/embed.dart.git

environment:
sdk: ">=3.0.5 <4.0.0"
sdk: ">=3.2.0 <4.0.0"

dependencies:
analyzer: ">=5.2.0 <7.0.0"
Expand All @@ -14,7 +14,7 @@ dependencies:
path: ^1.8.3
yaml: ^3.1.2
recase: ^4.1.0
toml: ^0.14.0
toml: ^0.15.0
meta: ^1.9.1
collection: ^1.17.2

Expand All @@ -24,7 +24,7 @@ dependency_overrides:

dev_dependencies:
build_runner: ^2.4.6
lints: ^2.1.1
lints: ^3.0.0
mockito: ^5.4.2
source_gen_test: ^1.0.6
test: ^1.24.4
2 changes: 1 addition & 1 deletion embed_annotation/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ environment:
sdk: ">=3.0.5 <4.0.0"

dev_dependencies:
lints: ^2.1.1
lints: ^3.0.0
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:

dev_dependencies:
build_runner: ^2.4.6
lints: ^2.0.0
lints: ^3.0.0
embed:
path: ../embed

Expand Down

0 comments on commit c18e393

Please sign in to comment.