|
39 | 39 | "mongoose": ">=5.0.0 || >=4.4.0" |
40 | 40 | }, |
41 | 41 | "devDependencies": { |
42 | | - "@babel/cli": "^7.0.0", |
43 | | - "@babel/core": "^7.0.0", |
44 | | - "@babel/plugin-proposal-class-properties": "^7.0.0", |
| 42 | + "@babel/cli": "^7.1.2", |
| 43 | + "@babel/core": "^7.1.2", |
| 44 | + "@babel/plugin-proposal-class-properties": "^7.1.0", |
45 | 45 | "@babel/plugin-proposal-object-rest-spread": "^7.0.0", |
46 | 46 | "@babel/plugin-transform-flow-strip-types": "^7.0.0", |
47 | | - "@babel/plugin-transform-runtime": "^7.0.0", |
48 | | - "@babel/preset-env": "^7.0.0", |
| 47 | + "@babel/plugin-transform-runtime": "^7.1.0", |
| 48 | + "@babel/preset-env": "^7.1.0", |
49 | 49 | "@babel/preset-flow": "^7.0.0", |
50 | | - "@types/graphql": "^14.0.0", |
51 | | - "@types/mongoose": "^5.2.10", |
| 50 | + "@types/graphql": "^14.0.3", |
| 51 | + "@types/mongoose": "5.2.10", |
52 | 52 | "babel-core": "^7.0.0-bridge.0", |
53 | | - "babel-eslint": "^9.0.0", |
54 | | - "babel-jest": "^23.4.2", |
| 53 | + "babel-eslint": "^10.0.1", |
| 54 | + "babel-jest": "^23.6.0", |
55 | 55 | "cz-conventional-changelog": "^2.1.0", |
56 | | - "eslint": "^5.5.0", |
| 56 | + "eslint": "^5.8.0", |
57 | 57 | "eslint-config-airbnb-base": "^13.1.0", |
58 | | - "eslint-config-prettier": "^3.0.1", |
59 | | - "eslint-plugin-flowtype": "^2.50.0", |
| 58 | + "eslint-config-prettier": "^3.1.0", |
| 59 | + "eslint-plugin-flowtype": "^3.2.0", |
60 | 60 | "eslint-plugin-import": "^2.14.0", |
61 | | - "eslint-plugin-prettier": "^2.6.2", |
62 | | - "flow-bin": "^0.80.0", |
63 | | - "graphql": "14.0.0", |
64 | | - "graphql-compose": "^5.2.0", |
| 61 | + "eslint-plugin-prettier": "^3.0.0", |
| 62 | + "flow-bin": "^0.85.0", |
| 63 | + "graphql": "14.0.2", |
| 64 | + "graphql-compose": "^5.3.3", |
65 | 65 | "graphql-compose-connection": ">=4.0.0", |
66 | 66 | "graphql-compose-pagination": ">=4.0.0", |
67 | | - "jest": "^23.5.0", |
68 | | - "mongodb-memory-server": "^2.1.0", |
69 | | - "mongoose": "^5.2.13", |
70 | | - "prettier": "^1.14.2", |
| 67 | + "jest": "^23.6.0", |
| 68 | + "mongodb-memory-server": "^2.6.2", |
| 69 | + "mongoose": "^5.3.9", |
| 70 | + "prettier": "^1.14.3", |
71 | 71 | "request": "^2.88.0", |
72 | 72 | "rimraf": "^2.6.2", |
73 | | - "semantic-release": "^15.9.12", |
| 73 | + "semantic-release": "^15.10.7", |
74 | 74 | "tslint": "^5.11.0", |
75 | 75 | "tslint-config-prettier": "^1.15.0", |
76 | | - "tslint-plugin-prettier": "^1.3.0", |
77 | | - "typescript": "^3.0.3" |
| 76 | + "tslint-plugin-prettier": "^2.0.1", |
| 77 | + "typescript": "^3.1.6" |
78 | 78 | }, |
79 | 79 | "config": { |
80 | 80 | "commitizen": { |
|
100 | 100 | "lint": "npm run eslint && npm run tslint", |
101 | 101 | "eslint": "eslint --ext .js ./src", |
102 | 102 | "tslint": "tslint -p .", |
103 | | - "tscheck": "tsc", |
| 103 | + "tscheck": "tsc --noEmit", |
104 | 104 | "flow": "./node_modules/.bin/flow", |
105 | 105 | "test": "npm run coverage && npm run lint && npm run flow && npm run tscheck", |
106 | 106 | "link": "yarn build && yarn link graphql-compose && yarn link graphql-compose-connection && yarn link mongoose && yarn link", |
|
0 commit comments