Skip to content

Commit 27e4cb6

Browse files
committed
chore(deps): bump graphql-scalars to 1.23.0
1 parent 0b1c728 commit 27e4cb6

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog and release notes
22

3-
<!-- ## Unreleased -->
3+
## Unreleased
4+
5+
### Others
6+
7+
- **Breaking Change**: update `graphql-scalars` peer dependency to `^1.23.0`
48

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

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"peerDependencies": {
100100
"class-validator": ">=0.14.0",
101101
"graphql": "^16.8.1",
102-
"graphql-scalars": "^1.22.4"
102+
"graphql-scalars": "^1.23.0"
103103
},
104104
"peerDependenciesMeta": {
105105
"class-validator": {
@@ -152,7 +152,7 @@
152152
"expect": "^29.7.0",
153153
"glob": "^10.3.10",
154154
"graphql": "^16.8.1",
155-
"graphql-scalars": "^1.22.4",
155+
"graphql-scalars": "^1.23.0",
156156
"graphql-tag": "^2.12.6",
157157
"graphql-yoga": "^5.1.1",
158158
"husky": "^8.0.3",

0 commit comments

Comments
 (0)