Skip to content

Commit

Permalink
chore: @types/node resolutions
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Glastra <timo@animo.id>
  • Loading branch information
TimoGlastra committed Jul 29, 2021
1 parent 79245e3 commit 9578e11
Show file tree
Hide file tree
Showing 4 changed files with 208 additions and 213 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@types/eslint": "^7.2.13",
"@types/express": "^4.17.13",
"@types/jest": "^26.0.23",
"@types/node": "^15.14.1",
"@types/node": "^15.14.4",
"@types/uuid": "^8.3.1",
"@types/ws": "^7.4.6",
"@typescript-eslint/eslint-plugin": "^4.26.1",
Expand All @@ -54,6 +54,9 @@
"typescript": "^4.3.0",
"ws": "^7.4.6"
},
"resolutions": {
"@types/node": "^15.14.4"
},
"engines": {
"node": ">= 12"
}
Expand Down
3 changes: 0 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,5 @@
"rimraf": "~3.0.2",
"tslog": "^3.2.0",
"typescript": "~4.3.0"
},
"resolutions": {
"@types/node": "^15.14.1"
}
}
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"devDependencies": {
"@types/express": "^4.17.13",
"@types/node": "^15.14.1",
"@types/node": "^15.14.4",
"@types/node-fetch": "^2.5.10",
"@types/ws": "^7.4.6",
"rimraf": "~3.0.2",
Expand Down
Loading

0 comments on commit 9578e11

Please sign in to comment.