Skip to content

Commit

Permalink
build(deps): add missing dependency on @types/node
Browse files Browse the repository at this point in the history
Required by ts-node.
  • Loading branch information
djcsdy committed May 18, 2024
1 parent 548a37b commit acc1700
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"@softwareventures/prettier-config": "4.0.0",
"@softwareventures/semantic-release-config": "5.0.0",
"@softwareventures/tsconfig": "7.1.1",
"@types/node": "20.12.12",
"@typescript-eslint/eslint-plugin": "7.9.0",
"@typescript-eslint/parser": "7.9.0",
"ava": "6.1.3",
Expand Down
9 changes: 5 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1075,6 +1075,7 @@ __metadata:
"@softwareventures/semantic-release-config": "npm:5.0.0"
"@softwareventures/tsconfig": "npm:7.1.1"
"@types/is-integer": "npm:^1.0.2"
"@types/node": "npm:20.12.12"
"@typescript-eslint/eslint-plugin": "npm:7.9.0"
"@typescript-eslint/parser": "npm:7.9.0"
ava: "npm:6.1.3"
Expand Down Expand Up @@ -1304,12 +1305,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*":
version: 20.12.11
resolution: "@types/node@npm:20.12.11"
"@types/node@npm:*, @types/node@npm:20.12.12":
version: 20.12.12
resolution: "@types/node@npm:20.12.12"
dependencies:
undici-types: "npm:~5.26.4"
checksum: 10c0/efaa7b08c50ba6e6982ac7d531ba08d5935539ba76e954807df1ff9382a319ead7e003ccaca5ad7cf33ecf53f212507f7c1f2794bd2ff52df6365fef21f6e1fb
checksum: 10c0/f374b763c744e8f16e4f38cf6e2c0eef31781ec9228c9e43a6f267880fea420fab0a238b59f10a7cb3444e49547c5e3785787e371fc242307310995b21988812
languageName: node
linkType: hard

Expand Down

0 comments on commit acc1700

Please sign in to comment.