Skip to content

Commit 02211e7

Browse files
chore(): pin typescript ^4.9.4 dev
| datasource | package | from | to | | ---------- | ---------- | ----- | ----- | | npm | typescript | 4.7.4 | 4.9.4 |
1 parent bb5b045 commit 02211e7

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.1 MB
Binary file not shown.
11.1 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.9.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.9.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:[email protected]#~builtin<compat/typescript>, typescript@patch:typescript@^4.7.4#~builtin<compat/typescript>":
10718+
"typescript@npm:^4.9.4":
10719+
version: 4.9.4
10720+
resolution: "typescript@npm:4.9.4"
10721+
bin:
10722+
tsc: bin/tsc
10723+
tsserver: bin/tsserver
10724+
checksum: e782fb9e0031cb258a80000f6c13530288c6d63f1177ed43f770533fdc15740d271554cdae86701c1dd2c83b082cea808b07e97fd68b38a172a83dbf9e0d0ef9
10725+
languageName: node
10726+
linkType: hard
10727+
10728+
"typescript@patch:[email protected]#~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.9.4#~builtin<compat/typescript>":
10759+
version: 4.9.4
10760+
resolution: "typescript@patch:typescript@npm%3A4.9.4#~builtin<compat/typescript>::version=4.9.4&hash=f456af"
10761+
bin:
10762+
tsc: bin/tsc
10763+
tsserver: bin/tsserver
10764+
checksum: 37f6e2c3c5e2aa5934b85b0fddbf32eeac8b1bacf3a5b51d01946936d03f5377fe86255d4e5a4ae628fd0cd553386355ad362c57f13b4635064400f3e8e05b9d
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)