Skip to content

Commit

Permalink
chore: upgrade to TypeScript 5.0 (#10660)
Browse files Browse the repository at this point in the history
  • Loading branch information
alessbell committed Mar 17, 2023
1 parent 67df534 commit 364bee9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 9 deletions.
5 changes: 5 additions & 0 deletions .changeset/small-elephants-poke.md
@@ -0,0 +1,5 @@
---
"@apollo/client": patch
---

Upgrades TypeScript to v5. This change is fully backward-compatible and transparent to users.
16 changes: 8 additions & 8 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -151,7 +151,7 @@
"ts-jest": "29.0.5",
"ts-node": "10.9.1",
"typedoc": "0.22.18",
"typescript": "4.9.5",
"typescript": "5.0.2",
"wait-for-observables": "1.0.3",
"web-streams-polyfill": "3.2.1",
"whatwg-fetch": "3.6.2"
Expand Down

0 comments on commit 364bee9

Please sign in to comment.