Skip to content

Commit

Permalink
chore: correctly set the typescript55 version to 5.5.2 (#2340)
Browse files Browse the repository at this point in the history
* chore: correctly set the typescript test version to 5.5.2

* docs(router): callout the typescript support policy

* docs: correction its last 5 versions
  • Loading branch information
SeanCassiere authored Sep 15, 2024
1 parent b604f07 commit e8a9684
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 18 deletions.
4 changes: 3 additions & 1 deletion docs/framework/react/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,6 @@ TanStack Router is currently only compatible with React and ReactDOM. If you wou

- React v18.x.x
- ReactDOM v18.x.x
- TypeScript >= v5.1.x (TypeScript is optional, but recommended)
- TypeScript >= v5.2.x (TypeScript is optional, but recommended)
- We aim to support the last five minor versions of TypeScript. If you are using an older version, you may run into issues. Please upgrade to the latest version of TypeScript to ensure compatibility.
- We may drop support for older versions of TypeScript, outside of the range mentioned above, without warning in a minor or patch release.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"typescript52": "npm:typescript@5.2",
"typescript53": "npm:typescript@5.3",
"typescript54": "npm:typescript@5.4",
"typescript55": "npm:typescript@5.6.2",
"typescript55": "npm:typescript@5.5.2",
"vite": "^5.4.5",
"vitest": "^1.6.0"
},
Expand Down
39 changes: 23 additions & 16 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 e8a9684

Please sign in to comment.