Skip to content

Commit

Permalink
chore: update mixed up deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Jan 17, 2025
1 parent 6b3b90f commit f2d5c63
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/apollo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@as-integrations/fastify": "^2.1.1",
"@nestjs/common": "^11.0.1",
"@nestjs/core": "^11.0.1",
"@nestjs/graphql": "^12.2.2",
"@nestjs/graphql": "^13.0.0",
"graphql": "^16.10.0"
},
"peerDependenciesMeta": {
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@graphql-tools/merge": "9.0.17",
"@graphql-tools/schema": "10.0.16",
"@graphql-tools/utils": "10.7.2",
"@nestjs/mapped-types": "2.0.6",
"@nestjs/mapped-types": "2.1.0",
"chokidar": "4.0.3",
"fast-glob": "3.3.3",
"graphql-tag": "2.12.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/mercurius/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@mercuriusjs/federation": "^5.0.0",
"@mercuriusjs/gateway": "^5.0.0",
"@nestjs/common": "^11.0.1",
"@nestjs/graphql": "^12.2.2",
"@nestjs/graphql": "^13.0.0",
"fastify": "^5.2.1",
"graphql": "^16.10.0",
"mercurius": "^16.0.1"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1549,10 +1549,10 @@
path-to-regexp "8.2.0"
tslib "2.8.1"

"@nestjs/mapped-types@2.0.6":
version "2.0.6"
resolved "https://registry.yarnpkg.com/@nestjs/mapped-types/-/mapped-types-2.0.6.tgz#d2d8523709fd5d872a9b9e0c38162746e2a7f44e"
integrity sha512-84ze+CPfp1OWdpRi1/lOu59hOhTz38eVzJvRKrg9ykRFwDz+XleKfMsG0gUqNZYFa6v53XYzeD+xItt8uDW7NQ==
"@nestjs/mapped-types@2.1.0":
version "2.1.0"
resolved "https://registry.yarnpkg.com/@nestjs/mapped-types/-/mapped-types-2.1.0.tgz#b9b536b7c3571567aa1d0223db8baa1a51505a19"
integrity sha512-W+n+rM69XsFdwORF11UqJahn4J3xi4g/ZEOlJNL6KoW5ygWSmBB2p0S2BZ4FQeS/NDH72e6xIcu35SfJnE8bXw==

"@nestjs/platform-express@11.0.1":
version "11.0.1"
Expand Down

0 comments on commit f2d5c63

Please sign in to comment.