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 Aug 24, 2023
1 parent c68e8ac commit f8e1b50
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.2.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.17.11",
"graphql": "^16.6.0",
"typescript": "^4.9.5"
"typescript": "^5.2.2"
},
"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.2.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": "^4.9.5",
"typescript": "^5.2.2",
"valtio": "^1.10.3",
"zod": "^3.21.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 @@ -25,7 +25,7 @@
"esbuild": "^0.17.11",
"graphql": "^16.6.0",
"react": "^18.2.0",
"typescript": "^4.9.5"
"typescript": "^5.2.2"
},
"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 f8e1b50

Please sign in to comment.