|
35 | 35 | "babel-eslint": "^7.1.1",
|
36 | 36 | "babel-plugin-transform-flow-strip-types": "^6.22.0",
|
37 | 37 | "babel-plugin-transform-object-rest-spread": "^6.22.0",
|
38 |
| - "babel-preset-env": "^1.1.8", |
| 38 | + "babel-preset-env": "^1.2.1", |
39 | 39 | "cz-conventional-changelog": "^2.0.0",
|
40 | 40 | "elasticsearch": "^12.1.3",
|
41 |
| - "eslint": "^3.14.1", |
| 41 | + "eslint": "^3.17.1", |
42 | 42 | "eslint-config-airbnb-base": "^11.0.1",
|
43 | 43 | "eslint-config-prettier": "^1.0.2",
|
44 |
| - "eslint-plugin-flowtype": "^2.30.0", |
| 44 | + "eslint-plugin-flowtype": "^2.30.3", |
45 | 45 | "eslint-plugin-import": "^2.2.0",
|
46 | 46 | "eslint-plugin-prettier": "^2.0.0",
|
47 | 47 | "express": "^4.15.2",
|
48 | 48 | "express-graphql": "^0.6.3",
|
49 | 49 | "flow-bin": "^0.41.0",
|
50 | 50 | "graphql": "^0.9.1",
|
51 |
| - "graphql-compose": "^1.14.0", |
| 51 | + "graphql-compose": "^1.15.0", |
52 | 52 | "jest": "^19.0.2",
|
53 | 53 | "jest-babel": "^1.0.1",
|
54 | 54 | "npm-run-all": "^4.0.1",
|
55 |
| - "prettier": "^0.21.0", |
| 55 | + "prettier": "^0.22.0", |
56 | 56 | "rimraf": "^2.5.4",
|
57 | 57 | "semantic-release": "^6.3.2"
|
58 | 58 | },
|
|
70 | 70 | "build": "npm-run-all build:*",
|
71 | 71 | "build:lib": "rimraf lib && babel src --ignore __tests__,__mocks__ -d lib",
|
72 | 72 | "build:flow": "find ./src -name '*.js' -not -path '*/__*' | while read filepath; do cp $filepath `echo $filepath | sed 's/\\/src\\//\\/lib\\//g'`.flow; done",
|
73 |
| - "example": "nodemon -e js --exec ./node_modules/.bin/babel-node ./examples/elastic50/index.js", |
| 73 | + "example": "nodemon -e js --ignore *test* --exec ./node_modules/.bin/babel-node ./examples/elastic50/index.js", |
74 | 74 | "coverage": "jest --coverage",
|
75 |
| - "lint": "eslint src test *.js", |
| 75 | + "lint": "eslint --ext .js ./src", |
76 | 76 | "test": "jest",
|
77 | 77 | "test:watch": "jest --watch",
|
78 | 78 | "watch": "npm run test:watch",
|
|
0 commit comments