Skip to content

Commit

Permalink
adding missing optional peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
john-arccos committed Nov 21, 2022
1 parent e9d92e0 commit 221fa48
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
11 changes: 11 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"@babel/core": "^7.20.2",
"@babel/eslint-parser": "^7.19.1",
"@serverless/test": "^11.1.0",
"@types/node": "*",
"coveralls": "^3.1.1",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
Expand All @@ -63,9 +64,19 @@
"webpack": "^5.75.0"
},
"peerDependencies": {
"@types/node": "*",
"serverless": "1 || 2 || 3",
"typescript": ">=2.0",
"webpack": ">= 3.0.0 < 6"
},
"peerDependenciesMeta": {
"@types/node": {
"optional": true
},
"typescript": {
"optional": true
}
},
"optionalDependencies": {
"ts-node": ">= 8.3.0"
},
Expand Down

0 comments on commit 221fa48

Please sign in to comment.