|
1 | 1 | { |
2 | 2 | "name": "@manwaring/lambda-wrapper", |
3 | 3 | "description": "A lambda handler wrapper to abstract common functionality and provide useful defaults", |
4 | | - "version": "3.0.0", |
| 4 | + "version": "3.0.1", |
5 | 5 | "scripts": { |
6 | 6 | "publish-please-dry-run": "publish-please --dry-run", |
7 | 7 | "publish-please": "publish-please", |
|
16 | 16 | "cfn-response": "^1.0.1" |
17 | 17 | }, |
18 | 18 | "devDependencies": { |
19 | | - "@babel/core": "^7.7.7", |
20 | | - "@babel/plugin-proposal-class-properties": "^7.7.4", |
21 | | - "@babel/preset-env": "^7.7.7", |
22 | | - "@babel/preset-typescript": "^7.7.7", |
| 19 | + "@babel/core": "^7.8.3", |
| 20 | + "@babel/plugin-proposal-class-properties": "^7.8.3", |
| 21 | + "@babel/preset-env": "^7.8.3", |
| 22 | + "@babel/preset-typescript": "^7.8.3", |
23 | 23 | "@serverless/event-mocks": "^1.1.1", |
24 | 24 | "@types/aws-lambda": "^8.10.39", |
25 | 25 | "@types/cfn-response": "^1.0.1", |
26 | | - "@types/jest": "^24.0.25", |
27 | | - "@types/node": "^13.1.4", |
28 | | - "aws-lambda": "^1.0.4", |
29 | | - "aws-sdk": "^2.597.0", |
| 26 | + "@types/jest": "^24.9.0", |
| 27 | + "@types/node": "^13.1.8", |
| 28 | + "aws-lambda": "^1.0.5", |
| 29 | + "aws-sdk": "^2.606.0", |
30 | 30 | "babel-jest": "^24.9.0", |
31 | 31 | "codecov": "^3.6.1", |
32 | 32 | "husky": "^2.7.0", |
33 | 33 | "jest": "^24.9.0", |
34 | 34 | "publish-please": "^5.5.1", |
35 | 35 | "rimraf": "^3.0.0", |
36 | | - "typescript": "^3.7.4" |
| 36 | + "typescript": "^3.7.5" |
37 | 37 | }, |
38 | 38 | "husky": { |
39 | 39 | "hooks": { |
|
0 commit comments