Skip to content

Commit

Permalink
Update for TS 5.6 (#3221)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebailey committed Sep 9, 2024
1 parent ac68b8b commit a0f9636
Show file tree
Hide file tree
Showing 13 changed files with 636 additions and 407 deletions.
2 changes: 2 additions & 0 deletions .changeset/curvy-flies-call.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,5 @@ packages/typescriptlang-org/src/lib/documentationNavigation.ts
!**/.vscode/settings.template.json
!**/.vscode/launch.json
!**/.vscode/extensions.json

*.tsbuildinfo
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@changesets/cli": "^2.27.5",
"@oss-docs/sync": "^1.1.4",
"@types/express": "^4.17.6",
"@types/node": "^18.19.33",
"@types/node": "^18.19.50",
"@types/react": "^18.3.2",
"chalk": "^4.1.2",
"concurrently": "^8.2.2",
Expand Down Expand Up @@ -38,7 +38,7 @@
"@types/eslint": "7.29.0",
"assert": "2.0.0",
"rollup-plugin-typescript2": "0.34.1",
"typescript": "5.5.3",
"typescript": "5.6.2",
"tslib": "^2.6.2",
"prettier": "^2.0.2",
"sharp": "0.28.1"
Expand Down
Loading

0 comments on commit a0f9636

Please sign in to comment.