Skip to content

Commit

Permalink
Update dependency typescript to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 17, 2023
1 parent 78b092d commit 2d8d5d8
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 38 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-promise": "^6.0.0",
"prettier": "^2.6.2",
"typescript": "^4.7.3"
"typescript": "^5.0.0"
},
"packageManager": "pnpm@7.23.0"
}
2 changes: 1 addition & 1 deletion packages/graphiql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^3.0.0",
"typescript": "^4.6.4",
"typescript": "^5.0.0",
"vite": "^4.0.0",
"vite-plugin-singlefile": "^0.13.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/urql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
"devDependencies": {
"graphql": "16.6.0",
"tsup": "6.5.0",
"typescript": "4.9.4"
"typescript": "5.0.4"
}
}
70 changes: 35 additions & 35 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 2d8d5d8

Please sign in to comment.