Skip to content

Commit

Permalink
fix types issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mat-sz committed Jan 9, 2024
1 parent edcedbc commit 0a35ec6
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,8 @@
"license": "BSD-3-Clause-Clear",
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@types/node": "^20.10.8"
}
}
18 changes: 18 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,8 @@ __metadata:
"@plist/common@npm:^1.0.0, @plist/common@workspace:packages/common":
version: 0.0.0-use.local
resolution: "@plist/common@workspace:packages/common"
dependencies:
"@types/node": "npm:^20.10.8"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -488,6 +490,15 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^20.10.8":
version: 20.10.8
resolution: "@types/node@npm:20.10.8"
dependencies:
undici-types: "npm:~5.26.4"
checksum: 93268c33c3bf0194427d696658160c77ab8661aa57107df5b248ff952898a372bf92cf0ba7fc07788fa35e59c69b6619cce63d45e4e67fca806e37da7ea42512
languageName: node
linkType: hard

"@typescript-eslint/eslint-plugin@npm:^5.28.0":
version: 5.28.0
resolution: "@typescript-eslint/eslint-plugin@npm:5.28.0"
Expand Down Expand Up @@ -2998,6 +3009,13 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~5.26.4":
version: 5.26.5
resolution: "undici-types@npm:5.26.5"
checksum: bb673d7876c2d411b6eb6c560e0c571eef4a01c1c19925175d16e3a30c4c428181fb8d7ae802a261f283e4166a0ac435e2f505743aa9e45d893f9a3df017b501
languageName: node
linkType: hard

"unique-filename@npm:^3.0.0":
version: 3.0.0
resolution: "unique-filename@npm:3.0.0"
Expand Down

0 comments on commit 0a35ec6

Please sign in to comment.