Skip to content

Commit

Permalink
馃Χ upgrade to TS 5.0.0 (#9834)
Browse files Browse the repository at this point in the history
* upgrade to ts5.0.0

* revert back the config

* remove conflict

* update to latest

* upgrade to v5

* update API contract
  • Loading branch information
bluebill1049 committed Mar 17, 2023
1 parent afb9aec commit cdaae5b
Show file tree
Hide file tree
Showing 4 changed files with 295 additions and 146 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,12 @@
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/react-hooks": "^8.0.1",
"@types/jest": "^29.2.5",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"@types/jest": "^29.5.0",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/testing-library__jest-dom": "^5.14.5",
"@typescript-eslint/eslint-plugin": "^5.48.1",
"@typescript-eslint/parser": "^5.48.1",
"@typescript-eslint/eslint-plugin": "^5.55.0",
"@typescript-eslint/parser": "^5.55.0",
"bundlewatch": "^0.3.3",
"cypress": "10.9.0",
"eslint": "^8.31.0",
Expand All @@ -107,8 +107,8 @@
"rollup-plugin-sourcemaps": "^0.6.3",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.34.1",
"tsd": "^0.25.0",
"typescript": "^4.9.4"
"tsd": "^0.27.0",
"typescript": "5.0.2"
},
"bundlewatch": {
"files": [
Expand Down

0 comments on commit cdaae5b

Please sign in to comment.