Skip to content

Commit

Permalink
build: use @types/node for Node.js v16
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahsnider committed Aug 6, 2023
1 parent 2da3814 commit dfc76ae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@tsconfig/node16": "16.1.0",
"@tsconfig/strictest": "2.0.1",
"@types/decompress": "4.2.4",
"@types/node": "18.17.3",
"@types/node": "16.18.39",
"@types/update-notifier": "6.0.4",
"prettier": "3.0.1",
"semantic-release": "21.0.7",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1033,10 +1033,10 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:18.17.3":
version: 18.17.3
resolution: "@types/node@npm:18.17.3"
checksum: 884fb68936b2b0ff90863fcf80610dd2f3d9fe1947897248b0138df05fe41ee6ce62941b37b565e3b3fd77601cd3977a64de858654c6ab9064413b171740d6ba
"@types/node@npm:16.18.39":
version: 16.18.39
resolution: "@types/node@npm:16.18.39"
checksum: eac9b202b76013256cb517ca8d3e3f61df206edb1615ca8d8df4c80616e92879fe4d3f8570a11d60f4216a82724a3265d5888b24c6994c80b057a0423c9ff1d2
languageName: node
linkType: hard

Expand Down Expand Up @@ -4232,7 +4232,7 @@ __metadata:
"@tsconfig/node16": 16.1.0
"@tsconfig/strictest": 2.0.1
"@types/decompress": 4.2.4
"@types/node": 18.17.3
"@types/node": 16.18.39
"@types/update-notifier": 6.0.4
clipanion: 3.2.1
convert: 4.13.1
Expand Down

0 comments on commit dfc76ae

Please sign in to comment.