Skip to content

Commit

Permalink
Update TypeScript to 5.5 (#1003)
Browse files Browse the repository at this point in the history
  • Loading branch information
askoufis authored Jun 26, 2024
1 parent 8b7bf11 commit 9b1a9e6
Show file tree
Hide file tree
Showing 4 changed files with 447 additions and 23 deletions.
10 changes: 10 additions & 0 deletions .changeset/chilled-rocks-tap.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
'sku': minor
---

Update TypeScript from 5.3 to 5.5

Both the 5.4 and 5.5 releases include breaking changes. See the [TypeScript 5.4 announcement] and [TypeScript 5.5 announcement] for more information.

[typescript 5.4 announcement]: https://devblogs.microsoft.com/typescript/announcing-typescript-5-4/
[typeScript 5.5 announcement]: https://devblogs.microsoft.com/typescript/announcing-typescript-5-5/
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"prettier": "^2.8.8",
"puppeteer": "^22.10.0",
"renovate-config-seek": "^0.4.0",
"typescript": "*"
"typescript": "~5.5.0"
},
"volta": {
"node": "18.16.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/sku/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
"svgo-loader": "^4.0.0",
"terser-webpack-plugin": "^5.1.4",
"tree-kill": "^1.2.1",
"typescript": "~5.3.0",
"typescript": "~5.5.0",
"webpack": "^5.52.0",
"webpack-bundle-analyzer": "^4.6.1",
"webpack-dev-server": "^5.0.2",
Expand Down
Loading

0 comments on commit 9b1a9e6

Please sign in to comment.