Dependencies update

This commit is contained in:
Alexander Cerutti
2022-03-28 22:00:21 +02:00
parent 46d754e8a1
commit 1900a29d39
10 changed files with 85 additions and 85 deletions

View File

@@ -11,7 +11,7 @@
"preinstall": "npm run clear:deps",
"postinstall": "npm run service:link-pg && npm link passkit-generator",
"clear:deps": "rm -rf node_modules",
"example": "npx serverless offline --host 0.0.0.0; :'specifying host due to WSL limits'"
"example": "echo \"test\"; `#specifying host due to WSL limits`"
},
"dependencies": {
"aws-sdk": "^2.1092.0",
@@ -23,6 +23,6 @@
"serverless-offline": "^8.5.0",
"serverless-plugin-typescript": "^2.1.1",
"serverless-s3-local": "^0.6.22",
"typescript": "^4.5.5"
"typescript": "^4.6.3"
}
}