Skip to content

Commit

Permalink
chore(deps): update dependency typescript to ^5.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 6, 2024
1 parent 6ac7980 commit 74eb74f
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 30 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.2"
},
"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.2"
},
"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.2"
},
"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 @@ -24,7 +24,7 @@
"lodash-es": "^4.17.21",
"ms": "3.0.0-canary.1",
"react": "^18.2.0",
"typescript": "^5.2.2",
"typescript": "^5.4.2",
"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.2",
"valtio": "^1.11.2"
},
"peerDependencies": {
Expand Down
56 changes: 31 additions & 25 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 74eb74f

Please sign in to comment.