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 Jul 23, 2024
1 parent 8a95e34 commit 73ebce4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.5.4"
}
}

0 comments on commit 73ebce4

Please sign in to comment.