Skip to content

Commit b8b92bd

Browse files
fix(deps): update dependency typescript to v5.9.2 (#1577)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7b06393 commit b8b92bd

File tree

6 files changed

+155
-229
lines changed

6 files changed

+155
-229
lines changed

apps/sample-chatgpt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
"@types/react-dom": "18.3.7",
2323
"eslint": "8.57.1",
2424
"eslint-config-next": "13.5.11",
25-
"typescript": "5.8.3"
25+
"typescript": "5.9.2"
2626
}
2727
}

apps/sample-next-auth-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
"next-auth": "^4.18.6",
2424
"react": "18.3.1",
2525
"react-dom": "18.3.1",
26-
"typescript": "5.8.3"
26+
"typescript": "5.9.2"
2727
}
2828
}

apps/sample-next-auth-pages/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
"next-auth": "^4.18.6",
2424
"react": "18.3.1",
2525
"react-dom": "18.3.1",
26-
"typescript": "5.8.3"
26+
"typescript": "5.9.2"
2727
}
2828
}

apps/sample-nextjs-basic-auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
"@types/react-dom": "18.3.7",
2424
"eslint": "8.57.1",
2525
"eslint-config-next": "13.5.11",
26-
"typescript": "5.8.3"
26+
"typescript": "5.9.2"
2727
}
2828
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@types/node": "20.19.11",
1919
"prettier": "2.8.8",
2020
"turbo": "1.13.4",
21-
"typescript": "5.8.3"
21+
"typescript": "5.9.2"
2222
},
2323
"volta": {
2424
"node": "20.19.4"

0 commit comments

Comments
 (0)