Skip to content

Commit 94438d4

Browse files
renovate[bot]LekoArtsdimkl
authored
chore(repo): Update TypeScript (#3484)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Lennart <[email protected]> Co-authored-by: Dimitris Klouvas <[email protected]>
1 parent ec69d19 commit 94438d4

File tree

29 files changed

+163
-6338
lines changed

29 files changed

+163
-6338
lines changed

.changeset/rotten-eyes-tickle.md

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

integration/templates/express-vite/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"ejs": "^3.1.6",
1515
"express": "^4.18.2",
1616
"ts-node": "^10.9.1",
17-
"typescript": "^4.9.3",
17+
"typescript": "^5.4.5",
1818
"vite-express": "^0.11.0"
1919
},
2020
"devDependencies": {

integration/templates/next-app-router-quickstart/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"next": "14.1.0",
1616
"react": "^18.3.1",
1717
"react-dom": "^18.3.1",
18-
"typescript": "^5"
18+
"typescript": "^5.4.5"
1919
},
2020
"engines": {
2121
"node": ">=18.17.0"

integration/templates/next-app-router/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"next": "^13.5",
1616
"react": "18.3.1",
1717
"react-dom": "18.3.1",
18-
"typescript": "5.1.6"
18+
"typescript": "^5.4.5"
1919
},
2020
"engines": {
2121
"node": ">=18.17.0"

integration/templates/react-vite/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"eslint": "^8.38.0",
2525
"eslint-plugin-react-hooks": "^4.6.0",
2626
"eslint-plugin-react-refresh": "^0.3.4",
27-
"typescript": "^5.0.2",
27+
"typescript": "^5.4.5",
2828
"vite": "^4.3.9"
2929
},
3030
"engines": {

integration/templates/remix-node/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@types/react": "^18.3.3",
2626
"@types/react-dom": "^18.3.0",
2727
"eslint": "^8.38.0",
28-
"typescript": "^5.0.4"
28+
"typescript": "^5.4.5"
2929
},
3030
"engines": {
3131
"node": ">=18.17.0"

0 commit comments

Comments
 (0)