Skip to content

Commit

Permalink
build(deps-peer): add @types/node>=15
Browse files Browse the repository at this point in the history
  • Loading branch information
unicornware committed Sep 18, 2021
1 parent c0c1cd1 commit 5ca3485
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/grease/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,13 @@
"typescript": "4.4.2"
},
"peerDependencies": {
"@types/node": ">=15",
"typescript": ">=2.7"
},
"peerDependenciesMeta": {
"@types/node": {
"optional": true
},
"typescript": {
"optional": true
}
Expand Down
3 changes: 3 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -757,8 +757,11 @@ __metadata:
typedi: 0.10.0
typescript: 4.4.2
peerDependencies:
"@types/node": ">=15"
typescript: ">=2.7"
peerDependenciesMeta:
"@types/node":
optional: true
typescript:
optional: true
languageName: unknown
Expand Down

0 comments on commit 5ca3485

Please sign in to comment.