Skip to content

Commit 1b4c35a

Browse files
chore(): pin typescript ^4.8.2 dev
| datasource | package | from | to | | ---------- | ---------- | ----- | ----- | | npm | typescript | 4.7.4 | 4.8.2 |
1 parent 476276c commit 1b4c35a

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.2",
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.2
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.2":
10719+
version: 4.8.2
10720+
resolution: "typescript@npm:4.8.2"
10721+
bin:
10722+
tsc: bin/tsc
10723+
tsserver: bin/tsserver
10724+
checksum: 7f5b81d0d558c9067f952c7af52ab7f19c2e70a916817929e4a5b256c93990bf3178eccb1ac8a850bc75df35f6781b6f4cb3370ce20d8b1ded92ed462348f628
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.2#~builtin<compat/typescript>":
10759+
version: 4.8.2
10760+
resolution: "typescript@patch:typescript@npm%3A4.8.2#~builtin<compat/typescript>::version=4.8.2&hash=f456af"
10761+
bin:
10762+
tsc: bin/tsc
10763+
tsserver: bin/tsserver
10764+
checksum: 6f49363af8af2fe480da1d5fa68712644438785208b06690a3cbe5e7365fd652c3a0f1e587bc8684d78fb69de3dde4de185c0bad7bb4f3664ddfc813ce8caad6
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)