Skip to content

Commit

Permalink
Update Typescript to 5.4.5 (#60793)
Browse files Browse the repository at this point in the history
* Update typescript dependency to 5.4.5

* Update dependencies to fix TSC errors

* Fix TS5110 error

---------

Co-authored-by: simonhammes <simonhammes@users.noreply.github.com>
  • Loading branch information
simonhammes and simonhammes committed Apr 19, 2024
1 parent 7d9e390 commit e33cb88
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 37 deletions.
54 changes: 21 additions & 33 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -130,8 +130,8 @@
"@testing-library/react": "14.0.0",
"@testing-library/react-native": "12.4.3",
"@testing-library/user-event": "14.4.3",
"@types/eslint": "7.28.0",
"@types/estree": "0.0.50",
"@types/eslint": "8.56.9",
"@types/estree": "1.0.5",
"@types/istanbul-lib-report": "3.0.0",
"@types/mime": "2.0.3",
"@types/npm-package-arg": "6.1.1",
Expand Down Expand Up @@ -254,7 +254,7 @@
"strip-json-comments": "5.0.0",
"style-loader": "3.2.1",
"terser-webpack-plugin": "5.3.9",
"typescript": "5.1.6",
"typescript": "5.4.5",
"uglify-js": "3.13.7",
"uuid": "9.0.1",
"webdriverio": "8.16.20",
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e-test-utils-playwright/tsconfig.json
Expand Up @@ -4,7 +4,7 @@
"compilerOptions": {
"incremental": false,
"composite": false,
"module": "CommonJS",
"module": "Node16",
"moduleResolution": "node16",
"types": [ "node" ],
"rootDir": "src",
Expand Down

0 comments on commit e33cb88

Please sign in to comment.