Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 28, 2023
1 parent 5d692de commit 9e6e2ba
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": "^7.0.0",
"prettier": "^2.8.4",
"semver": "^7.3.8",
"typescript": "^4.9.5"
"typescript": "^5.1.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.17.11",
"graphql": "^16.6.0",
"typescript": "^4.9.5"
"typescript": "^5.1.5"
},
"peerDependencies": {
"@graphql-codegen/core": "^3.1.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.17.11",
"typescript": "^4.9.5"
"typescript": "^5.1.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 @@ -22,7 +22,7 @@
"esbuild": "^0.17.11",
"graphql": "^16.6.0",
"react": "^18.2.0",
"typescript": "^4.9.5"
"typescript": "^5.1.5"
},
"peerDependencies": {
"@soundxyz/gql-string": "workspace:^",
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 @@ -25,7 +25,7 @@
"esbuild": "^0.17.11",
"graphql": "^16.6.0",
"react": "^18.2.0",
"typescript": "^4.9.5"
"typescript": "^5.1.5"
},
"peerDependencies": {
"@soundxyz/gql-string": "workspace:^0.1.0",
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 9e6e2ba

Please sign in to comment.