|
11 | 11 | "url": "git+https://github.com/bboure/serverless-appsync-simulator.git" |
12 | 12 | }, |
13 | 13 | "scripts": { |
| 14 | + "lint": "eslint", |
14 | 15 | "build": "babel src/ -d lib/ --delete-dir-on-start", |
15 | 16 | "prepare": "yarn run build", |
16 | 17 | "start-dev": "yarn run build -w --verbose" |
|
19 | 20 | "/lib" |
20 | 21 | ], |
21 | 22 | "dependencies": { |
22 | | - "amplify-appsync-simulator": "^1.23.3", |
23 | | - "amplify-nodejs-function-runtime-provider": "^1.1.5", |
24 | | - "aws-sdk": "^2.720.0", |
25 | | - "axios": "^0.19.2", |
26 | | - "cfn-resolver-lib": "^1.1.6", |
| 23 | + "amplify-appsync-simulator": "^1.23.9", |
| 24 | + "amplify-nodejs-function-runtime-provider": "^1.1.6", |
| 25 | + "aws-sdk": "^2.792.0", |
| 26 | + "axios": "^0.21.0", |
| 27 | + "cfn-resolver-lib": "^1.1.7", |
27 | 28 | "dataloader": "^2.0.0", |
28 | | - "lodash": "^4.17.19", |
| 29 | + "lodash": "^4.17.20", |
29 | 30 | "merge-graphql-schemas": "^1.5.8" |
30 | 31 | }, |
31 | 32 | "devDependencies": { |
32 | | - "@babel/cli": "^7.10.5", |
33 | | - "@babel/core": "^7.10.5", |
34 | | - "@babel/plugin-transform-modules-commonjs": "^7.10.4", |
35 | | - "@babel/preset-env": "^7.10.4", |
| 33 | + "@babel/cli": "^7.12.1", |
| 34 | + "@babel/core": "^7.12.3", |
| 35 | + "@babel/plugin-transform-modules-commonjs": "^7.12.1", |
| 36 | + "@babel/preset-env": "^7.12.1", |
36 | 37 | "babel-eslint": "^10.1.0", |
37 | | - "eslint": "^7.5.0", |
38 | | - "eslint-config-airbnb-base": "^14.2.0", |
39 | | - "eslint-plugin-import": "^2.22.0", |
| 38 | + "eslint": "^7.13.0", |
| 39 | + "eslint-config-airbnb-base": "^14.2.1", |
| 40 | + "eslint-plugin-import": "^2.22.1", |
40 | 41 | "eslint-plugin-node": "^11.1.0", |
41 | 42 | "eslint-plugin-promise": "^4.2.1", |
42 | | - "eslint-plugin-standard": "^4.0.1" |
| 43 | + "eslint-plugin-standard": "^4.1.0" |
43 | 44 | }, |
44 | 45 | "keywords": [ |
45 | 46 | "serverless", |
|
0 commit comments