|
25 | 25 | },
|
26 | 26 | "homepage": "https://github.com/graphql-compose/graphql-compose-aws#readme",
|
27 | 27 | "peerDependencies": {
|
28 |
| - "graphql-compose": ">=6.0.0" |
| 28 | + "graphql-compose": ">=7.0.0" |
29 | 29 | },
|
30 | 30 | "devDependencies": {
|
31 |
| - "@babel/cli": "^7.4.3", |
32 |
| - "@babel/core": "^7.4.3", |
| 31 | + "@babel/cli": "^7.4.4", |
| 32 | + "@babel/core": "^7.4.4", |
33 | 33 | "@babel/node": "^7.2.2",
|
34 |
| - "@babel/plugin-proposal-class-properties": "^7.4.0", |
35 |
| - "@babel/plugin-proposal-object-rest-spread": "^7.4.3", |
36 |
| - "@babel/plugin-transform-flow-strip-types": "^7.4.0", |
37 |
| - "@babel/plugin-transform-runtime": "^7.4.3", |
38 |
| - "@babel/preset-env": "^7.4.3", |
| 34 | + "@babel/plugin-proposal-class-properties": "^7.4.4", |
| 35 | + "@babel/plugin-proposal-object-rest-spread": "^7.4.4", |
| 36 | + "@babel/plugin-transform-flow-strip-types": "^7.4.4", |
| 37 | + "@babel/plugin-transform-runtime": "^7.4.4", |
| 38 | + "@babel/preset-env": "^7.4.4", |
39 | 39 | "@babel/preset-flow": "^7.0.0",
|
40 |
| - "aws-sdk": "^2.437.0", |
| 40 | + "aws-sdk": "^2.444.0", |
41 | 41 | "babel-core": "^7.0.0-bridge.0",
|
42 | 42 | "babel-eslint": "^10.0.1",
|
43 | 43 | "babel-jest": "^24.7.1",
|
44 |
| - "cz-conventional-changelog": "^2.1.0", |
45 | 44 | "eslint": "^5.16.0",
|
46 | 45 | "eslint-config-airbnb-base": "^13.1.0",
|
47 |
| - "eslint-config-prettier": "^4.1.0", |
48 |
| - "eslint-plugin-flowtype": "^3.5.1", |
49 |
| - "eslint-plugin-import": "^2.16.0", |
| 46 | + "eslint-config-prettier": "^4.2.0", |
| 47 | + "eslint-plugin-flowtype": "^3.6.1", |
| 48 | + "eslint-plugin-import": "^2.17.2", |
50 | 49 | "eslint-plugin-prettier": "^3.0.1",
|
51 | 50 | "express": "^4.16.4",
|
52 |
| - "express-graphql": "^0.7.1", |
53 |
| - "flow-bin": "^0.96.0", |
| 51 | + "express-graphql": "^0.8.0", |
| 52 | + "flow-bin": "^0.98.0", |
54 | 53 | "graphql": "14.2.1",
|
55 |
| - "graphql-compose": "^6.2.0", |
| 54 | + "graphql-compose": "^6.3.2", |
56 | 55 | "jest": "^24.7.1",
|
57 |
| - "nodemon": "^1.18.10", |
58 |
| - "prettier": "^1.16.4", |
| 56 | + "nodemon": "^1.18.11", |
| 57 | + "prettier": "^1.17.0", |
59 | 58 | "rimraf": "^2.6.3",
|
60 | 59 | "semantic-release": "^15.13.3"
|
61 | 60 | },
|
62 |
| - "config": { |
63 |
| - "commitizen": { |
64 |
| - "path": "./node_modules/cz-conventional-changelog" |
65 |
| - } |
66 |
| - }, |
67 |
| - "jest": { |
68 |
| - "roots": [ |
69 |
| - "<rootDir>/src" |
70 |
| - ] |
71 |
| - }, |
72 | 61 | "scripts": {
|
73 | 62 | "build": "npm run build-cjs && npm run build-mjs",
|
74 | 63 | "build-cjs": "rimraf lib && BABEL_ENV=cjs babel src --ignore __tests__,__mocks__ -d lib && COPY_TO_FOLDER=lib npm run build-flow",
|
|
0 commit comments