Skip to content

Commit

Permalink
Merge pull request #1702 from jhaals/typescript/5
Browse files Browse the repository at this point in the history
Bump Typescript to 5
  • Loading branch information
jhaals committed May 25, 2023
2 parents 444e752 + 14193e1 commit e23fe5e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"eslint-plugin-import": "^2.27.5",
"prettier": "^2.8.8",
"start-server-and-test": "^2.0.0",
"typescript": "^4.9.5"
"typescript": "^5.0.4"
},
"prettier": {
"singleQuote": true,
Expand Down
1 change: 0 additions & 1 deletion website/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"noImplicitAny": true,
"importHelpers": false,
"strictNullChecks": true,
"suppressImplicitAnyIndexErrors": true,
"noUnusedLocals": true,
"noFallthroughCasesInSwitch": true,
"jsx": "react-jsx"
Expand Down
8 changes: 4 additions & 4 deletions website/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10998,10 +10998,10 @@ typedarray-to-buffer@^3.1.5:
dependencies:
is-typedarray "^1.0.0"

typescript@^4.9.5:
version "4.9.5"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
typescript@^5.0.4:
version "5.0.4"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.4.tgz#b217fd20119bd61a94d4011274e0ab369058da3b"
integrity sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==

unbox-primitive@^1.0.1:
version "1.0.1"
Expand Down

0 comments on commit e23fe5e

Please sign in to comment.