Skip to content

Commit

Permalink
Dependency updates (#22)
Browse files Browse the repository at this point in the history
* Upgrade dependencies

* Bump to 1.4.0
  • Loading branch information
fujidaiti authored Jun 15, 2024
1 parent 7bc9b51 commit 0da7a0a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
4 changes: 4 additions & 0 deletions embed/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 1.4.0

- Upgrade dependencies (#22)

## 1.3.1

- fix(embed): escape dollar symbol of JSON string literal (#21 by @Jumpaku)
Expand Down
20 changes: 10 additions & 10 deletions embed/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
name: embed
description: Code generation for embedding arbitrary file content into Dart code.
version: 1.3.1
version: 1.4.0
repository: https://github.com/fujidaiti/embed.dart.git

environment:
sdk: ">=3.2.0 <4.0.0"

dependencies:
analyzer: ">=5.2.0 <7.0.0"
embed_annotation: ^1.2.0
analyzer: ^6.5.0
embed_annotation: ^1.2.1
build: ^2.4.1
source_gen: ^1.4.0
path: ^1.8.3
source_gen: ^1.5.0
path: ^1.9.0
yaml: ^3.1.2
recase: ^4.1.0
toml: ^0.15.0
meta: ^1.9.1
collection: ^1.17.2
meta: ^1.15.0
collection: ^1.19.0

dependency_overrides:
embed_annotation:
path: ../embed_annotation

dev_dependencies:
build_runner: ^2.4.6
build_runner: ^2.4.11
lints: ^3.0.0
mockito: ^5.4.2
mockito: ^5.4.4
source_gen_test: ^1.0.6
test: ^1.24.4
test: ^1.25.7

0 comments on commit 0da7a0a

Please sign in to comment.