|
40 | 40 | }, |
41 | 41 | "devDependencies": { |
42 | 42 | "@babel/cli": "^7.2.3", |
43 | | - "@babel/core": "^7.2.2", |
44 | | - "@babel/plugin-proposal-class-properties": "^7.2.3", |
45 | | - "@babel/plugin-proposal-object-rest-spread": "^7.2.0", |
46 | | - "@babel/plugin-transform-flow-strip-types": "^7.2.3", |
47 | | - "@babel/plugin-transform-runtime": "^7.2.0", |
48 | | - "@babel/preset-env": "^7.2.3", |
| 43 | + "@babel/core": "^7.3.4", |
| 44 | + "@babel/plugin-proposal-class-properties": "^7.3.4", |
| 45 | + "@babel/plugin-proposal-object-rest-spread": "^7.3.4", |
| 46 | + "@babel/plugin-transform-flow-strip-types": "^7.3.4", |
| 47 | + "@babel/plugin-transform-runtime": "^7.3.4", |
| 48 | + "@babel/preset-env": "^7.3.4", |
49 | 49 | "@babel/preset-flow": "^7.0.0", |
50 | | - "@types/graphql": "^14.0.5", |
| 50 | + "@types/graphql": "^14.0.7", |
51 | 51 | "@types/mongoose": "5.2.10", |
52 | 52 | "babel-core": "^7.0.0-bridge.0", |
53 | 53 | "babel-eslint": "^10.0.1", |
54 | | - "babel-jest": "^23.6.0", |
| 54 | + "babel-jest": "^24.3.1", |
55 | 55 | "cz-conventional-changelog": "^2.1.0", |
56 | | - "eslint": "^5.12.0", |
| 56 | + "eslint": "^5.15.1", |
57 | 57 | "eslint-config-airbnb-base": "^13.1.0", |
58 | | - "eslint-config-prettier": "^3.4.0", |
59 | | - "eslint-plugin-flowtype": "^3.2.1", |
60 | | - "eslint-plugin-import": "^2.14.0", |
| 58 | + "eslint-config-prettier": "^4.1.0", |
| 59 | + "eslint-plugin-flowtype": "^3.4.2", |
| 60 | + "eslint-plugin-import": "^2.16.0", |
61 | 61 | "eslint-plugin-prettier": "^3.0.1", |
62 | | - "flow-bin": "^0.90.0", |
| 62 | + "flow-bin": "^0.94.0", |
63 | 63 | "graphql": "14.1.1", |
64 | | - "graphql-compose": "^5.5.0", |
| 64 | + "graphql-compose": "^5.11.0", |
65 | 65 | "graphql-compose-connection": ">=4.0.0", |
66 | 66 | "graphql-compose-pagination": ">=4.0.0", |
67 | | - "jest": "^23.6.0", |
68 | | - "mongodb-memory-server": "^3.0.0", |
69 | | - "mongoose": "^5.4.4", |
70 | | - "prettier": "^1.15.3", |
| 67 | + "jest": "^24.3.1", |
| 68 | + "mongodb-memory-server": "^4.0.1", |
| 69 | + "mongoose": "^5.4.18", |
| 70 | + "prettier": "^1.16.4", |
71 | 71 | "request": "^2.88.0", |
72 | 72 | "rimraf": "^2.6.3", |
73 | 73 | "semantic-release": "^15.13.3", |
74 | | - "tslint": "^5.12.1", |
75 | | - "tslint-config-prettier": "^1.17.0", |
| 74 | + "tslint": "^5.13.1", |
| 75 | + "tslint-config-prettier": "^1.18.0", |
76 | 76 | "tslint-plugin-prettier": "^2.0.1", |
77 | | - "typescript": "^3.2.2" |
| 77 | + "typescript": "^3.3.3333" |
78 | 78 | }, |
79 | 79 | "config": { |
80 | 80 | "commitizen": { |
81 | 81 | "path": "./node_modules/cz-conventional-changelog" |
82 | 82 | } |
83 | 83 | }, |
84 | | - "jest": { |
85 | | - "roots": [ |
86 | | - "<rootDir>/src" |
87 | | - ] |
88 | | - }, |
89 | 84 | "scripts": { |
90 | 85 | "build": "npm run build-lib && npm run build-mjs && npm run build-es && npm run build-node8 && npm run build-ts", |
91 | 86 | "build-lib": "rimraf lib && BABEL_ENV=cjs babel src --ignore __tests__,__mocks__ -d lib && COPY_TO_FOLDER=lib npm run build-flow", |
|
0 commit comments