Skip to content

Commit

Permalink
build: add @types/node to fix yarn peer dependency warning
Browse files Browse the repository at this point in the history
  • Loading branch information
tadayosi committed Feb 1, 2024
1 parent 9e83322 commit e6902bb
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
},
"devDependencies": {
"@types/jest": "^29.5.3",
"@types/node": "^20.11.14",
"cz-conventional-changelog": "^3.3.0",
"jest": "^29.6.2",
"jest-environment-jsdom": "^29.6.2",
Expand Down
17 changes: 17 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -717,6 +717,7 @@ __metadata:
resolution: "@hawtio/camel-model@workspace:."
dependencies:
"@types/jest": "npm:^29.5.3"
"@types/node": "npm:^20.11.14"
cz-conventional-changelog: "npm:^3.3.0"
jest: "npm:^29.6.2"
jest-environment-jsdom: "npm:^29.6.2"
Expand Down Expand Up @@ -1380,6 +1381,15 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^20.11.14":
version: 20.11.14
resolution: "@types/node@npm:20.11.14"
dependencies:
undici-types: "npm:~5.26.4"
checksum: 10/129104b80a33b92ffcd139593b51d39b85e9dce0e7065a39eca23cd3c629da9f06a747509cdcbf0e6bd89349d944d1a4b112b598d122d0d33f10765d51a39334
languageName: node
linkType: hard

"@types/stack-utils@npm:^2.0.0":
version: 2.0.1
resolution: "@types/stack-utils@npm:2.0.1"
Expand Down Expand Up @@ -5707,6 +5717,13 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~5.26.4":
version: 5.26.5
resolution: "undici-types@npm:5.26.5"
checksum: 10/0097779d94bc0fd26f0418b3a05472410408877279141ded2bd449167be1aed7ea5b76f756562cb3586a07f251b90799bab22d9019ceba49c037c76445f7cddd
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 e6902bb

Please sign in to comment.