mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 13:25:19 +00:00
Dependencies update
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user