Skip to content

Commit

Permalink
chore(deps): bump graphql-scalars to 1.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalLytek committed May 3, 2024
1 parent 0b1c728 commit 27e4cb6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog and release notes

<!-- ## Unreleased -->
## Unreleased

### Others

- **Breaking Change**: update `graphql-scalars` peer dependency to `^1.23.0`

<!-- Here goes all the unreleased changes descriptions -->

Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"peerDependencies": {
"class-validator": ">=0.14.0",
"graphql": "^16.8.1",
"graphql-scalars": "^1.22.4"
"graphql-scalars": "^1.23.0"
},
"peerDependenciesMeta": {
"class-validator": {
Expand Down Expand Up @@ -152,7 +152,7 @@
"expect": "^29.7.0",
"glob": "^10.3.10",
"graphql": "^16.8.1",
"graphql-scalars": "^1.22.4",
"graphql-scalars": "^1.23.0",
"graphql-tag": "^2.12.6",
"graphql-yoga": "^5.1.1",
"husky": "^8.0.3",
Expand Down

0 comments on commit 27e4cb6

Please sign in to comment.