Skip to content

Commit

Permalink
chore: bump typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidTkachenkoAstrumu committed Jul 29, 2024
1 parent 06ffc4b commit 90e6b39
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
18 changes: 18 additions & 0 deletions .changeset/short-kangaroos-kiss.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
'@graphql-authz-examples/apollo-federation': patch
'@graphql-authz-examples/apollo-server-code-first': patch
'@graphql-authz-examples/apollo-server-schema-first': patch
'@graphql-authz-examples/envelop': patch
'@graphql-authz-examples/express-graphql': patch
'@graphql-authz-examples/graphql-helix': patch
'@graphql-authz-examples/nestjs': patch
'@graphql-authz-examples/schema-stitching': patch
'@graphql-authz-examples/type-graphql': patch
'@graphql-authz/core': patch
'@graphql-authz/directive': patch
'@graphql-authz/apollo-server-plugin': patch
'@graphql-authz/apollo-server-v2-plugin': patch
'@graphql-authz/envelop-plugin': patch
---

Bump Typescript
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@
"@graphql-tools/utils": "10.0.11",
"@graphql-tools/wrap": "10.0.1",
"@types/jest": "26.0.24",
"@types/lodash.has": "^4.5.9",
"@types/lodash.isempty": "^4.4.9",
"@types/lodash.isnil": "^4.0.9",
"@types/node": "20.14.10",
"@typescript-eslint/eslint-plugin": "4.28.2",
"@typescript-eslint/parser": "4.28.2",
Expand All @@ -58,6 +61,6 @@
"prettier": "2.3.2",
"rimraf": "3.0.2",
"ts-jest": "27.0.7",
"typescript": "4.9.3"
"typescript": "5.5.4"
}
}

0 comments on commit 90e6b39

Please sign in to comment.