Skip to content

Commit a0f9636

Browse files
authored
Update for TS 5.6 (#3221)
1 parent ac68b8b commit a0f9636

File tree

13 files changed

+636
-407
lines changed

13 files changed

+636
-407
lines changed

.changeset/curvy-flies-call.md

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

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,5 @@ packages/typescriptlang-org/src/lib/documentationNavigation.ts
8686
!**/.vscode/settings.template.json
8787
!**/.vscode/launch.json
8888
!**/.vscode/extensions.json
89+
90+
*.tsbuildinfo

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@changesets/cli": "^2.27.5",
1111
"@oss-docs/sync": "^1.1.4",
1212
"@types/express": "^4.17.6",
13-
"@types/node": "^18.19.33",
13+
"@types/node": "^18.19.50",
1414
"@types/react": "^18.3.2",
1515
"chalk": "^4.1.2",
1616
"concurrently": "^8.2.2",
@@ -38,7 +38,7 @@
3838
"@types/eslint": "7.29.0",
3939
"assert": "2.0.0",
4040
"rollup-plugin-typescript2": "0.34.1",
41-
"typescript": "5.5.3",
41+
"typescript": "5.6.2",
4242
"tslib": "^2.6.2",
4343
"prettier": "^2.0.2",
4444
"sharp": "0.28.1"

0 commit comments

Comments
 (0)