Skip to content

Commit 64c1a5a

Browse files
chore(): pin typescript ^4.8.2 dev
| datasource | package | from | to | | ---------- | ---------- | ----- | ----- | | npm | typescript | 4.7.4 | 4.8.2 |
1 parent bf36de7 commit 64c1a5a

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
@@ -4834,7 +4834,7 @@ __metadata:
48344834
ts-loader: ^9.3.1
48354835
typedoc: ^0.23.11
48364836
typeorm: ^0.3.7
4837-
typescript: ^4.7.4
4837+
typescript: ^4.8.2
48384838
uuid: ^8.3.2
48394839
validator: ^13.7.0
48404840
webpack: ^5.74.0
@@ -10619,7 +10619,7 @@ __metadata:
1061910619
languageName: node
1062010620
linkType: hard
1062110621

10622-
"typescript@npm:4.7.4, typescript@npm:^4.7.4":
10622+
"typescript@npm:4.7.4":
1062310623
version: 4.7.4
1062410624
resolution: "typescript@npm:4.7.4"
1062510625
bin:
@@ -10649,7 +10649,17 @@ __metadata:
1064910649
languageName: node
1065010650
linkType: hard
1065110651

10652-
"typescript@patch:[email protected]#~builtin<compat/typescript>, typescript@patch:typescript@^4.7.4#~builtin<compat/typescript>":
10652+
"typescript@npm:^4.8.2":
10653+
version: 4.8.2
10654+
resolution: "typescript@npm:4.8.2"
10655+
bin:
10656+
tsc: bin/tsc
10657+
tsserver: bin/tsserver
10658+
checksum: 7f5b81d0d558c9067f952c7af52ab7f19c2e70a916817929e4a5b256c93990bf3178eccb1ac8a850bc75df35f6781b6f4cb3370ce20d8b1ded92ed462348f628
10659+
languageName: node
10660+
linkType: hard
10661+
10662+
"typescript@patch:[email protected]#~builtin<compat/typescript>":
1065310663
version: 4.7.4
1065410664
resolution: "typescript@patch:typescript@npm%3A4.7.4#~builtin<compat/typescript>::version=4.7.4&hash=f456af"
1065510665
bin:
@@ -10679,6 +10689,16 @@ __metadata:
1067910689
languageName: node
1068010690
linkType: hard
1068110691

10692+
"typescript@patch:typescript@^4.8.2#~builtin<compat/typescript>":
10693+
version: 4.8.2
10694+
resolution: "typescript@patch:typescript@npm%3A4.8.2#~builtin<compat/typescript>::version=4.8.2&hash=f456af"
10695+
bin:
10696+
tsc: bin/tsc
10697+
tsserver: bin/tsserver
10698+
checksum: 6f49363af8af2fe480da1d5fa68712644438785208b06690a3cbe5e7365fd652c3a0f1e587bc8684d78fb69de3dde4de185c0bad7bb4f3664ddfc813ce8caad6
10699+
languageName: node
10700+
linkType: hard
10701+
1068210702
"uc.micro@npm:^1.0.1, uc.micro@npm:^1.0.5":
1068310703
version: 1.0.6
1068410704
resolution: "uc.micro@npm:1.0.6"

0 commit comments

Comments
 (0)