Skip to content

Commit 7141588

Browse files
authored
chore(deps): update to typescript v5 (#902)
1 parent 3e84b15 commit 7141588

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"prettier": "2.8.4",
8080
"supertest": "6.3.3",
8181
"ts-jest": "29.0.5",
82-
"typescript": "4.9.5",
82+
"typescript": "5.0.4",
8383
"ws": "8.12.1"
8484
},
8585
"dependencies": {

tsconfig.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"compilerOptions": {
33
"rootDir": "./src",
44
"outDir": "./dist",
5-
"lib": ["es2019", "es2020.bigint", "es2020.string", "es2020.symbol.wellknown"],
5+
"lib": ["es2021"],
66
"module": "commonjs",
77
"moduleResolution": "node",
8-
"target": "es2019",
8+
"target": "es2021",
99
"incremental": true,
1010
"declaration": true,
1111
"strict": true,

yarn.lock

+6-1
Original file line numberDiff line numberDiff line change
@@ -5529,7 +5529,12 @@ typed-error@^3.0.2:
55295529
resolved "https://registry.yarnpkg.com/typed-error/-/typed-error-3.2.1.tgz#08529590f9704a4491331568a03aa4456b7a65e9"
55305530
integrity sha512-XlUv4JMrT2dpN0c4Vm3lOm88ga21Z6pNJUmjejRz/mkh6sdBtkMwyRf4fF+yhRGZgfgWam31Lkxu11GINKiBTQ==
55315531

5532-
[email protected], typescript@^4.6.2, typescript@^4.6.4:
5532+
5533+
version "5.0.4"
5534+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.4.tgz#b217fd20119bd61a94d4011274e0ab369058da3b"
5535+
integrity sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==
5536+
5537+
typescript@^4.6.2, typescript@^4.6.4:
55335538
version "4.9.5"
55345539
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
55355540
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==

0 commit comments

Comments
 (0)