Skip to content

Commit a8e7584

Browse files
authored
fix: upgrade synckit v0.3.3 for node compatibility (#326)
1 parent 08c0f94 commit a8e7584

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"devDependencies": {
2828
"@1stg/lib-config": "^3.0.0",
2929
"@1stg/tslint-config": "^2.0.0",
30-
"@types/eslint": "^7.2.14",
30+
"@types/eslint": "^7.28.0",
3131
"@types/eslint-plugin-markdown": "^2.0.0",
3232
"@types/jest": "^26.0.24",
3333
"@types/node": "^16.3.1",

packages/eslint-plugin-mdx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"remark-mdx": "^1.6.22",
4040
"remark-parse": "^8.0.3",
4141
"remark-stringify": "^8.1.1",
42-
"synckit": "^0.2.0",
42+
"synckit": "^0.3.3",
4343
"tslib": "^2.3.0",
4444
"unified": "^9.2.1",
4545
"vfile": "^4.2.1"

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2987,10 +2987,10 @@
29872987
"@types/eslint" "*"
29882988
"@types/unist" "*"
29892989

2990-
"@types/eslint@*", "@types/eslint@^7.2.14":
2991-
version "7.2.14"
2992-
resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-7.2.14.tgz#088661518db0c3c23089ab45900b99dd9214b92a"
2993-
integrity sha512-pESyhSbUOskqrGcaN+bCXIQDyT5zTaRWfj5ZjjSlMatgGjIn3QQPfocAu4WSabUR7CGyLZ2CQaZyISOEX7/saw==
2990+
"@types/eslint@*", "@types/eslint@^7.28.0":
2991+
version "7.28.0"
2992+
resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-7.28.0.tgz#7e41f2481d301c68e14f483fe10b017753ce8d5a"
2993+
integrity sha512-07XlgzX0YJUn4iG1ocY4IX9DzKSmMGUs6ESKlxWhZRaa0fatIWaHWUVapcuGa8r5HFnTqzj+4OCjd5f7EZ/i/A==
29942994
dependencies:
29952995
"@types/estree" "*"
29962996
"@types/json-schema" "*"
@@ -11504,10 +11504,10 @@ synckit@^0.1.5:
1150411504
tslib "^2.2.0"
1150511505
uuid "^8.3.2"
1150611506

11507-
synckit@^0.2.0:
11508-
version "0.2.0"
11509-
resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.2.0.tgz#f42e6d37c1ec7e79c2b12e70f854f0e9519248d8"
11510-
integrity sha512-kbpgqlOu36aTFTWczzDk3I7Hf70V+BPGnUZ89z0RsLw666hpFf2m7/PS7OuNmDhazWaSJwv0LVBc2epyxSpl+w==
11507+
synckit@^0.3.3:
11508+
version "0.3.3"
11509+
resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.3.3.tgz#a36af5d2f7382c9a2c5e528cd8ad64ed882dde70"
11510+
integrity sha512-uIPHDSdGBQS2C2PmFZkMhBYC20H0diioDEiOR1lsIoP25/xbJPHU0GdHJ7GgvAUkLgEkTJ32zNzulzIPnhrYZA==
1151111511
dependencies:
1151211512
tslib "^2.3.0"
1151311513
uuid "^8.3.2"

0 commit comments

Comments
 (0)