Skip to content

Commit

Permalink
Upgrade TypeScript to 5.0, bump babel deps (#813)
Browse files Browse the repository at this point in the history
  • Loading branch information
askoufis committed May 26, 2023
1 parent f6decd2 commit 828c136
Show file tree
Hide file tree
Showing 19 changed files with 854 additions and 875 deletions.
9 changes: 9 additions & 0 deletions .changeset/tough-tomatoes-punch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
'sku': minor
---

Upgrade to TypeScript 5.0

This major release includes breaking changes. See the [TypeScript 5.0 announcement][ts5] for more information.

[ts5]: https://devblogs.microsoft.com/typescript/announcing-typescript-5-0/
2 changes: 1 addition & 1 deletion fixtures/ssr-hello-world/.eslintignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# managed by sku
*.less.d.ts
coverage/
dist-start/
dist-build/
dist-storybook/
report/
# end managed by sku
2 changes: 1 addition & 1 deletion fixtures/ssr-hello-world/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
.eslintrc
.prettierrc
coverage/
dist-start/
dist-build/
dist-storybook/
report/
tsconfig.json
Expand Down
2 changes: 1 addition & 1 deletion fixtures/ssr-hello-world/.prettierignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# managed by sku
*.less.d.ts
coverage/
dist-start/
dist-build/
dist-storybook/
report/
# end managed by sku
18 changes: 9 additions & 9 deletions packages/sku/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@
"react": "^16.14.0 || ^17.0.0 || ^18.0.0"
},
"dependencies": {
"@babel/core": "^7.18.0",
"@babel/plugin-transform-react-constant-elements": "^7.18.0",
"@babel/plugin-transform-react-inline-elements": "^7.18.0",
"@babel/plugin-transform-runtime": "^7.18.0",
"@babel/preset-env": "^7.18.0",
"@babel/preset-react": "^7.18.0",
"@babel/preset-typescript": "^7.18.0",
"@babel/runtime": "^7.18.0",
"@babel/core": "^7.21.8",
"@babel/plugin-transform-react-constant-elements": "^7.21.3",
"@babel/plugin-transform-react-inline-elements": "^7.21.0",
"@babel/plugin-transform-runtime": "^7.21.4",
"@babel/preset-env": "^7.21.5",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.21.5",
"@babel/runtime": "^7.21.0",
"@loadable/babel-plugin": "^5.13.2",
"@loadable/component": "^5.14.1",
"@loadable/server": "^5.14.0",
Expand Down Expand Up @@ -120,7 +120,7 @@
"terser-webpack-plugin": "^5.1.4",
"traverse": "^0.6.6",
"tree-kill": "^1.2.1",
"typescript": "^4.5.0",
"typescript": "~5.0.0",
"validate-npm-package-name": "^5.0.0",
"webpack": "^5.52.0",
"webpack-bundle-analyzer": "^4.6.1",
Expand Down
Loading

0 comments on commit 828c136

Please sign in to comment.