Skip to content

Commit

Permalink
chore(deps): update to typescript v5
Browse files Browse the repository at this point in the history
  • Loading branch information
chimurai committed Apr 21, 2023
1 parent 3e84b15 commit 616cb08
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -79,7 +79,7 @@
"prettier": "2.8.4",
"supertest": "6.3.3",
"ts-jest": "29.0.5",
"typescript": "4.9.5",
"typescript": "5.0.4",
"ws": "8.12.1"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions tsconfig.json
Expand Up @@ -2,10 +2,10 @@
"compilerOptions": {
"rootDir": "./src",
"outDir": "./dist",
"lib": ["es2019", "es2020.bigint", "es2020.string", "es2020.symbol.wellknown"],
"lib": ["es2021"],
"module": "commonjs",
"moduleResolution": "node",
"target": "es2019",
"target": "es2021",
"incremental": true,
"declaration": true,
"strict": true,
Expand Down
7 changes: 6 additions & 1 deletion yarn.lock
Expand Up @@ -5529,7 +5529,12 @@ typed-error@^3.0.2:
resolved "https://registry.yarnpkg.com/typed-error/-/typed-error-3.2.1.tgz#08529590f9704a4491331568a03aa4456b7a65e9"
integrity sha512-XlUv4JMrT2dpN0c4Vm3lOm88ga21Z6pNJUmjejRz/mkh6sdBtkMwyRf4fF+yhRGZgfgWam31Lkxu11GINKiBTQ==

typescript@4.9.5, typescript@^4.6.2, typescript@^4.6.4:
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==

typescript@^4.6.2, typescript@^4.6.4:
version "4.9.5"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
Expand Down

0 comments on commit 616cb08

Please sign in to comment.