Skip to content

Commit eb09a19

Browse files
build(deps): update dependency typescript to v5
1 parent a8657c9 commit eb09a19

File tree

2 files changed

+24
-4
lines changed

2 files changed

+24
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
"prettier": "2.8.4",
118118
"semantic-release": "19.0.5",
119119
"ts-node": "10.9.1",
120-
"typescript": "4.9.5"
120+
"typescript": "5.0.2"
121121
},
122122
"eslintConfig": {
123123
"root": true,

yarn.lock

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -892,7 +892,7 @@ __metadata:
892892
semantic-release: 19.0.5
893893
ts-node: 10.9.1
894894
tslib: 2.5.0
895-
typescript: 4.9.5
895+
typescript: 5.0.2
896896
unknown: ^0.2.5
897897
languageName: unknown
898898
linkType: soft
@@ -7201,7 +7201,17 @@ __metadata:
72017201
languageName: node
72027202
linkType: hard
72037203

7204-
"typescript@npm:4.9.5, typescript@npm:^4.6.4":
7204+
"typescript@npm:5.0.2":
7205+
version: 5.0.2
7206+
resolution: "typescript@npm:5.0.2"
7207+
bin:
7208+
tsc: bin/tsc
7209+
tsserver: bin/tsserver
7210+
checksum: bef1dcd166acfc6934b2ec4d72f93edb8961a5fab36b8dd2aaf6f4f4cd5c0210f2e0850aef4724f3b4913d5aef203a94a28ded731b370880c8bcff7e4ff91fc1
7211+
languageName: node
7212+
linkType: hard
7213+
7214+
"typescript@npm:^4.6.4":
72057215
version: 4.9.5
72067216
resolution: "typescript@npm:4.9.5"
72077217
bin:
@@ -7211,7 +7221,17 @@ __metadata:
72117221
languageName: node
72127222
linkType: hard
72137223

7214-
"typescript@patch:typescript@4.9.5#~builtin<compat/typescript>, typescript@patch:typescript@^4.6.4#~builtin<compat/typescript>":
7224+
"typescript@patch:typescript@5.0.2#~builtin<compat/typescript>":
7225+
version: 5.0.2
7226+
resolution: "typescript@patch:typescript@npm%3A5.0.2#~builtin<compat/typescript>::version=5.0.2&hash=1f5320"
7227+
bin:
7228+
tsc: bin/tsc
7229+
tsserver: bin/tsserver
7230+
checksum: bdbf3d0aac0d6cf010fbe0536753dc19f278eb4aba88140dcd25487dfe1c56ca8b33abc0dcd42078790a939b08ebc4046f3e9bb961d77d3d2c3cfa9829da4d53
7231+
languageName: node
7232+
linkType: hard
7233+
7234+
"typescript@patch:typescript@^4.6.4#~builtin<compat/typescript>":
72157235
version: 4.9.5
72167236
resolution: "typescript@patch:typescript@npm%3A4.9.5#~builtin<compat/typescript>::version=4.9.5&hash=23ec76"
72177237
bin:

0 commit comments

Comments
 (0)