Skip to content

Commit

Permalink
Move peer deps to deps
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelBCarter committed Mar 19, 2024
1 parent 47f5b90 commit fffc5ec
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 18 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,15 @@
"description": "SDK for base code for Api repos that use express and deploy on AWS ECS",
"dependencies": {
"@aws-sdk/client-secrets-manager": "^3.535.0",
"@xylabs/assert": "^3.0.14"
"@xylabs/assert": "^3.0.14",
"body-parser": "^1.20.1",
"connect": "^3.7.0",
"express-mung": "^0.5.1",
"http-status-codes": "^2.2.0",
"node-cache": "^5.1.2",
"rollbar": "^2.26.1",
"winston": "^3.8.2",
"winston-transport": "^4.5.0"
},
"devDependencies": {
"@swc/core": "^1.4.8",
Expand Down Expand Up @@ -46,15 +54,7 @@
"winston-transport": "^4.7.0"
},
"peerDependencies": {
"body-parser": "^1.20.1",
"connect": "^3.7.0",
"express": "^4",
"express-mung": "^0.5.1",
"http-status-codes": "^2.2.0",
"node-cache": "^5.1.2",
"rollbar": "^2.26.1",
"winston": "^3.8.2",
"winston-transport": "^4.5.0"
"express": "^4"
},
"docs": "dist/docs.json",
"types": "dist/index.d.ts",
Expand Down
8 changes: 0 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3292,15 +3292,7 @@ __metadata:
winston: "npm:^3.12.0"
winston-transport: "npm:^4.7.0"
peerDependencies:
body-parser: ^1.20.1
connect: ^3.7.0
express: ^4
express-mung: ^0.5.1
http-status-codes: ^2.2.0
node-cache: ^5.1.2
rollbar: ^2.26.1
winston: ^3.8.2
winston-transport: ^4.5.0
languageName: unknown
linkType: soft

Expand Down

0 comments on commit fffc5ec

Please sign in to comment.