Skip to content

Commit

Permalink
chore(deps): update dependency typescript to ^5.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 23, 2024
1 parent 9ab18a5 commit 6318647
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"execa": "^8.0.1",
"prettier": "^3.0.3",
"semver": "^7.5.4",
"typescript": "^5.2.2"
"typescript": "^5.4.5"
},
"pnpm": {
"peerDependencyRules": {
Expand Down
2 changes: 1 addition & 1 deletion packages/codegen-fragments/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"bob-tsm": "^1.1.2",
"esbuild": "^0.19.5",
"graphql": "^16.8.1",
"typescript": "^5.2.2"
"typescript": "^5.4.5"
},
"peerDependencies": {
"@graphql-codegen/core": "^3.1.0 || ^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/gql-string/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"bob-ts": "^4.1.1",
"bob-tsm": "^1.1.2",
"esbuild": "^0.19.5",
"typescript": "^5.2.2"
"typescript": "^5.4.5"
},
"publishConfig": {
"directory": "dist"
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"graphql": "^16.8.1",
"lodash-es": "^4.17.21",
"react": "^18.2.0",
"typescript": "^5.2.2",
"typescript": "^5.4.5",
"valtio": "^1.11.2",
"zod": "^3.22.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-react-ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"esbuild": "^0.19.5",
"graphql": "^16.8.1",
"react": "^18.2.0",
"typescript": "^5.2.2",
"typescript": "^5.4.5",
"valtio": "^1.11.2"
},
"peerDependencies": {
Expand Down

0 comments on commit 6318647

Please sign in to comment.