Skip to content

Commit 3bf493d

Browse files
chore(internal): constrain synckit dev dependency (#49)
1 parent e8957b0 commit 3bf493d

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

Diff for: package.json

+3
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@
4646
"tsconfig-paths": "^4.0.0",
4747
"typescript": "^4.8.2"
4848
},
49+
"resolutions": {
50+
"synckit": "0.8.8"
51+
},
4952
"imports": {
5053
"@gitpod/sdk": ".",
5154
"@gitpod/sdk/*": "./src/*"

Diff for: yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -3198,10 +3198,10 @@ supports-preserve-symlinks-flag@^1.0.0:
31983198
resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09"
31993199
integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==
32003200

3201-
synckit@^0.9.1:
3202-
version "0.9.2"
3203-
resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.9.2.tgz#a3a935eca7922d48b9e7d6c61822ee6c3ae4ec62"
3204-
integrity sha512-vrozgXDQwYO72vHjUb/HnFbQx1exDjoKzqx23aXEg2a9VIg2TSFZ8FmeZpTjUCFMYw7mpX4BE2SFu8wI7asYsw==
3201+
synckit@0.8.8, synckit@^0.9.1:
3202+
version "0.8.8"
3203+
resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.8.8.tgz#fe7fe446518e3d3d49f5e429f443cf08b6edfcd7"
3204+
integrity sha512-HwOKAP7Wc5aRGYdKH+dw0PRRpbO841v2DENBtjnR5HFWoiNByAl7vrx3p0G/rCyYXQsrxqtX48TImFtPcIHSpQ==
32053205
dependencies:
32063206
"@pkgr/core" "^0.1.0"
32073207
tslib "^2.6.2"

0 commit comments

Comments
 (0)