|
19 | 19 | "watch:hello": "serverless invoke local --watch --function hello --path fixtures/event.json" |
20 | 20 | }, |
21 | 21 | "devDependencies": { |
22 | | - "@babel/core": "7.4.4", |
23 | | - "@babel/preset-env": "7.4.4", |
24 | | - "@babel/preset-typescript": "^7.3.3", |
25 | | - "@types/jest": "^24.0.0", |
26 | | - "@typescript-eslint/eslint-plugin": "^1.6.0", |
27 | | - "@typescript-eslint/parser": "^1.6.0", |
| 22 | + "@babel/core": "7.6.0", |
| 23 | + "@babel/preset-env": "7.6.0", |
| 24 | + "@babel/preset-typescript": "^7.6.0", |
| 25 | + "@types/jest": "^24.0.18", |
| 26 | + "@typescript-eslint/eslint-plugin": "^2.2.0", |
| 27 | + "@typescript-eslint/parser": "^2.2.0", |
28 | 28 | "babel-core": "^7.0.0-bridge.0", |
29 | | - "babel-jest": "^23.4.2", |
30 | | - "babel-loader": "^8.0.0", |
31 | | - "eslint": "^5.16.0", |
32 | | - "eslint-config-airbnb": "^17.1.0", |
33 | | - "eslint-config-prettier": "^4.0.0", |
| 29 | + "babel-jest": "^24.9.0", |
| 30 | + "babel-loader": "^8.0.6", |
| 31 | + "eslint": "^6.3.0", |
| 32 | + "eslint-config-airbnb": "^18.0.1", |
| 33 | + "eslint-config-prettier": "^6.3.0", |
34 | 34 | "eslint-import-resolver-typescript": "^1.1.1", |
35 | | - "eslint-plugin-import": "^2.14.0", |
36 | | - "eslint-plugin-jsx-a11y": "^6.1.1", |
37 | | - "eslint-plugin-react": "^7.11.0", |
38 | | - "husky": "^2.0.0", |
39 | | - "jest": "^23.5.0", |
40 | | - "lint-staged": "^8.0.0", |
41 | | - "nodemon": "^1.18.9", |
42 | | - "prettier": "^1.14.2", |
43 | | - "serverless": "^1.40.0", |
44 | | - "serverless-dotenv-plugin": "^2.0.1", |
45 | | - "serverless-offline": "^4.0.0", |
46 | | - "serverless-plugin-warmup": "^4.5.3-rc.1", |
47 | | - "serverless-webpack": "^5.2.0", |
48 | | - "ts-jest": "^24.0.0", |
49 | | - "ts-loader": "^5.3.1", |
50 | | - "typescript": "^3.2.1", |
51 | | - "webpack": "^4.17.1", |
| 35 | + "eslint-plugin-import": "^2.18.2", |
| 36 | + "eslint-plugin-jsx-a11y": "^6.2.3", |
| 37 | + "eslint-plugin-react": "^7.14.3", |
| 38 | + "eslint-plugin-react-hooks": "1.7.0", |
| 39 | + "husky": "^3.0.5", |
| 40 | + "jest": "^24.9.0", |
| 41 | + "lint-staged": "^9.2.5", |
| 42 | + "nodemon": "^1.19.2", |
| 43 | + "prettier": "^1.18.2", |
| 44 | + "serverless": "^1.51.0", |
| 45 | + "serverless-dotenv-plugin": "^2.1.1", |
| 46 | + "serverless-offline": "^5.10.1", |
| 47 | + "serverless-plugin-warmup": "^4.7.0-rc.1", |
| 48 | + "serverless-webpack": "^5.3.1", |
| 49 | + "ts-jest": "^24.0.2", |
| 50 | + "ts-loader": "^6.1.0", |
| 51 | + "typescript": "^3.6.3", |
| 52 | + "webpack": "^4.39.3", |
52 | 53 | "webpack-node-externals": "^1.7.2" |
53 | 54 | }, |
54 | 55 | "dependencies": { |
55 | | - "@types/aws-lambda": "^8.10.15", |
56 | | - "@types/node": "^12.0.0", |
| 56 | + "@types/aws-lambda": "^8.10.31", |
| 57 | + "@types/node": "^12.7.5", |
57 | 58 | "debug": "^4.1.1" |
58 | 59 | }, |
59 | 60 | "husky": { |
|
0 commit comments