Skip to content

Commit 21789be

Browse files
committed
fix(deno-lint): add missing peer dependncy
1 parent 9ffdd4a commit 21789be

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

packages/deno-lint/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@
5454
"dependencies": {
5555
"@node-rs/helper": "^1.2.1",
5656
"clipanion": "^3.1.0",
57-
"loader-utils": "^2.0.0"
57+
"loader-utils": "^2.0.0",
58+
"typanion": "^3.7.0"
5859
},
5960
"devDependencies": {
6061
"@types/webpack": "^5.28.0"

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6985,6 +6985,11 @@ typanion@^3.3.1:
69856985
resolved "https://registry.npmjs.org/typanion/-/typanion-3.3.2.tgz#c31f3b2afb6e8ae74dbd3f96d5b1d8f9745e483e"
69866986
integrity sha512-m3v3wtFc6R0wtl0RpEn11bKXIOjS1zch5gmx0zg2G5qfGQ3A9TVZRMSL43O5eFuGXsrgzyvDcGRmSXGP5UqpDQ==
69876987

6988+
typanion@^3.7.0:
6989+
version "3.7.0"
6990+
resolved "https://registry.npmjs.org/typanion/-/typanion-3.7.0.tgz#8e328065a7943e69c67ac56d90f37d8af02eec0c"
6991+
integrity sha512-RV7UTpF6wa25Bc7o6DyeuEFkrCIt8zipzrOtBJsDsWH7BP/fAHZWlHxrBe9l5qg+Gs2tqhoahg79nsUBGTTWRQ==
6992+
69886993
type-check@^0.4.0, type-check@~0.4.0:
69896994
version "0.4.0"
69906995
resolved "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz#07b8203bfa7056c0657050e3ccd2c37730bab8f1"

0 commit comments

Comments
 (0)