Skip to content

Commit 9d6f77f

Browse files
committed
chore: upgrade typescript
this gives us the latest dom types, along with other goodies
1 parent 834383b commit 9d6f77f

File tree

3 files changed

+14
-5
lines changed

3 files changed

+14
-5
lines changed

.changeset/smart-pots-repair.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
"react-router": patch
3+
"react-router-dom": patch
4+
"react-router-dom-v5-compat": patch
5+
"react-router-native": patch
6+
"@remix-run/router": patch
7+
---
8+
9+
upgrade typescript to 5.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
"rollup-plugin-terser": "^7.0.2",
103103
"semver": "^7.3.5",
104104
"type-fest": "^2.13.0",
105-
"typescript": "^4.7.3"
105+
"typescript": "^5.1.3"
106106
},
107107
"engines": {
108108
"node": ">=14"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9186,10 +9186,10 @@ type-fest@^2.13.0:
91869186
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-2.19.0.tgz#88068015bb33036a598b952e55e9311a60fd3a9b"
91879187
integrity sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==
91889188

9189-
typescript@^4.7.3:
9190-
version "4.8.3"
9191-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.3.tgz#d59344522c4bc464a65a730ac695007fdb66dd88"
9192-
integrity sha512-goMHfm00nWPa8UvR/CPSvykqf6dVV8x/dp0c5mFTMTIu0u0FlGWRioyy7Nn0PGAdHxpJZnuO/ut+PpQ8UiHAig==
9189+
typescript@^5.1.3:
9190+
version "5.1.3"
9191+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.1.3.tgz#8d84219244a6b40b6fb2b33cc1c062f715b9e826"
9192+
integrity sha512-XH627E9vkeqhlZFQuL+UsyAXEnibT0kWR2FWONlr4sTjvxyJYnyefgrkyECLzM5NenmKzRAy2rR/OlYLA1HkZw==
91939193

91949194
uglify-es@^3.1.9:
91959195
version "3.3.9"

0 commit comments

Comments
 (0)