Skip to content

Commit 0bbd878

Browse files
chore(): pin typescript ^4.8.4 dev
| datasource | package | from | to | | ---------- | ---------- | ----- | ----- | | npm | typescript | 4.7.4 | 4.8.4 |
1 parent 12c37e3 commit 0bbd878

File tree

5 files changed

+61
-16
lines changed

5 files changed

+61
-16
lines changed

.pnp.cjs

Lines changed: 37 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
11.4 MB
Binary file not shown.
11.4 MB
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
"ts-jest": "^28.0.8",
138138
"ts-loader": "^9.3.1",
139139
"typedoc": "^0.23.11",
140-
"typescript": "^4.7.4",
140+
"typescript": "^4.8.4",
141141
"webpack": "^5.74.0",
142142
"webpack-cli": "^4.10.0",
143143
"webpack-pnp-externals": "^1.1.0"

yarn.lock

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4865,7 +4865,7 @@ __metadata:
48654865
ts-loader: ^9.3.1
48664866
typedoc: ^0.23.11
48674867
typeorm: ^0.3.7
4868-
typescript: ^4.7.4
4868+
typescript: ^4.8.4
48694869
uuid: ^8.3.2
48704870
validator: ^13.7.0
48714871
webpack: ^5.74.0
@@ -10685,7 +10685,7 @@ __metadata:
1068510685
languageName: node
1068610686
linkType: hard
1068710687

10688-
"typescript@npm:4.7.4, typescript@npm:^4.7.4":
10688+
"typescript@npm:4.7.4":
1068910689
version: 4.7.4
1069010690
resolution: "typescript@npm:4.7.4"
1069110691
bin:
@@ -10715,7 +10715,17 @@ __metadata:
1071510715
languageName: node
1071610716
linkType: hard
1071710717

10718-
"typescript@patch:typescript@4.7.4#~builtin<compat/typescript>, typescript@patch:typescript@^4.7.4#~builtin<compat/typescript>":
10718+
"typescript@npm:^4.8.4":
10719+
version: 4.8.4
10720+
resolution: "typescript@npm:4.8.4"
10721+
bin:
10722+
tsc: bin/tsc
10723+
tsserver: bin/tsserver
10724+
checksum: 3e4f061658e0c8f36c820802fa809e0fd812b85687a9a2f5430bc3d0368e37d1c9605c3ce9b39df9a05af2ece67b1d844f9f6ea8ff42819f13bcb80f85629af0
10725+
languageName: node
10726+
linkType: hard
10727+
10728+
"typescript@patch:typescript@4.7.4#~builtin<compat/typescript>":
1071910729
version: 4.7.4
1072010730
resolution: "typescript@patch:typescript@npm%3A4.7.4#~builtin<compat/typescript>::version=4.7.4&hash=f456af"
1072110731
bin:
@@ -10745,6 +10755,16 @@ __metadata:
1074510755
languageName: node
1074610756
linkType: hard
1074710757

10758+
"typescript@patch:typescript@^4.8.4#~builtin<compat/typescript>":
10759+
version: 4.8.4
10760+
resolution: "typescript@patch:typescript@npm%3A4.8.4#~builtin<compat/typescript>::version=4.8.4&hash=f456af"
10761+
bin:
10762+
tsc: bin/tsc
10763+
tsserver: bin/tsserver
10764+
checksum: 563a0ef47abae6df27a9a3ab38f75fc681f633ccf1a3502b1108e252e187787893de689220f4544aaf95a371a4eb3141e4a337deb9895de5ac3c1ca76430e5f0
10765+
languageName: node
10766+
linkType: hard
10767+
1074810768
"uc.micro@npm:^1.0.1, uc.micro@npm:^1.0.5":
1074910769
version: 1.0.6
1075010770
resolution: "uc.micro@npm:1.0.6"

0 commit comments

Comments
 (0)