Skip to content

Commit 3ae332f

Browse files
fix(deps): update dependency graphql-scalars to ^1.22.4 (#816)
* fix(deps): update dependency graphql-scalars to ^1.22.4 * test: reflect asserts for bigint scalar --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Rostislav Simonik <rostislav.simonik@technologystudio.sk>
1 parent 2a661b2 commit 3ae332f

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
"dindist": "^1.0.2",
143143
"expand-tilde": "^2.0.2",
144144
"fs-jetpack": "^5.1.0",
145-
"graphql-scalars": "^1.22.2",
145+
"graphql-scalars": "^1.22.4",
146146
"kleur": "^4.1.5",
147147
"lodash": "^4.17.21",
148148
"ono": "^7.1.3",

tests/e2e/kitchen-sink.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ it('A full-featured project type checks, generates expected GraphQL schema, and
447447
expect(typeof foo.someJsonField).toEqual('object')
448448
expect(typeof foo.someDateTimeField).toEqual('string')
449449
expect(typeof foo.someBytesField).toEqual('object')
450-
expect(typeof GQLScalars.BigIntResolver.parseValue(foo.someBigIntField)).toEqual('bigint')
450+
expect(typeof GQLScalars.BigIntResolver.parseValue(foo.someBigIntField)).toEqual('number')
451451
} finally {
452452
d(`stopping server`)
453453

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4370,10 +4370,10 @@ graphql-request@^6.1.0:
43704370
"@graphql-typed-document-node/core" "^3.2.0"
43714371
cross-fetch "^3.1.5"
43724372

4373-
graphql-scalars@^1.22.2:
4374-
version "1.22.2"
4375-
resolved "https://registry.yarnpkg.com/graphql-scalars/-/graphql-scalars-1.22.2.tgz#6326e6fe2d0ad4228a9fea72a977e2bf26b86362"
4376-
integrity sha512-my9FB4GtghqXqi/lWSVAOPiTzTnnEzdOXCsAC2bb5V7EFNQjVjwy3cSSbUvgYOtDuDibd+ZsCDhz+4eykYOlhQ==
4373+
graphql-scalars@^1.22.4:
4374+
version "1.22.4"
4375+
resolved "https://registry.yarnpkg.com/graphql-scalars/-/graphql-scalars-1.22.4.tgz#af092b142bcfd5c1f8c53cb70ee1955ecd4ddb03"
4376+
integrity sha512-ILnv7jq5VKHLUyoaTFX7lgYrjCd6vTee9i8/B+D4zJKJT5TguOl0KkpPEbXHjmeor8AZYrVsrYUHdqRBMX1pjA==
43774377
dependencies:
43784378
tslib "^2.5.0"
43794379

0 commit comments

Comments
 (0)