Skip to content

Commit

Permalink
chore(deps): bump the server-deps group (#6)
Browse files Browse the repository at this point in the history
Bumps the server-deps group in /packages/server with 2 updates: [dart_frog](https://github.com/VeryGoodOpenSource/dart_frog) and [mocktail](https://github.com/felangel/mocktail).


Updates `dart_frog` from 0.3.8 to 1.1.0
- [Release notes](https://github.com/VeryGoodOpenSource/dart_frog/releases)
- [Commits](VeryGoodOpenSource/dart_frog@dart_frog-v0.3.8...dart_frog-v1.1.0)

Updates `mocktail` from 0.3.0 to 1.0.3
- [Release notes](https://github.com/felangel/mocktail/releases)
- [Commits](felangel/mocktail@mocktail-v0.3.0...mocktail-v1.0.3)

---
updated-dependencies:
- dependency-name: dart_frog
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: server-deps
- dependency-name: mocktail
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: server-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 17, 2024
1 parent b3114d7 commit fab1c27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/server/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ environment:
sdk: ">=3.0.0 <4.0.0"

dependencies:
dart_frog: ^0.3.0
dart_frog: ^1.1.0

dev_dependencies:
mocktail: ^0.3.0
mocktail: ^1.0.3
test: ^1.19.2
very_good_analysis: ^5.0.0

0 comments on commit fab1c27

Please sign in to comment.