|
30 | 30 | "dependencies": {}, |
31 | 31 | "peerDependencies": { |
32 | 32 | "graphql": ">=0.11.0", |
33 | | - "react-relay-network-modern": ">=2.1.0", |
34 | | - "react-relay": ">=1.4.0" |
| 33 | + "react-relay": ">=1.4.0", |
| 34 | + "react-relay-network-modern": ">=2.1.0" |
35 | 35 | }, |
36 | 36 | "devDependencies": { |
37 | | - "@babel/cli": "^7.0.0-beta.51", |
38 | | - "@babel/core": "^7.0.0-beta.51", |
39 | | - "@babel/plugin-proposal-class-properties": "^7.0.0-beta.51", |
40 | | - "@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.51", |
41 | | - "@babel/plugin-transform-flow-strip-types": "^7.0.0-beta.51", |
42 | | - "@babel/preset-env": "^7.0.0-beta.51", |
43 | | - "babel-eslint": "^8.2.3", |
44 | | - "babel-jest": "^23.0.1", |
| 37 | + "@babel/cli": "^7.4.4", |
| 38 | + "@babel/core": "^7.4.5", |
| 39 | + "@babel/plugin-proposal-class-properties": "^7.4.4", |
| 40 | + "@babel/plugin-proposal-object-rest-spread": "^7.4.4", |
| 41 | + "@babel/plugin-transform-flow-strip-types": "^7.4.4", |
| 42 | + "@babel/preset-env": "^7.4.5", |
| 43 | + "babel-eslint": "^10.0.2", |
| 44 | + "babel-jest": "^24.8.0", |
45 | 45 | "babel-plugin-replace-imports": "^1.0.2", |
46 | 46 | "babel-polyfill": "^6.26.0", |
47 | 47 | "cz-conventional-changelog": "^2.1.0", |
48 | | - "eslint": "^4.19.1", |
49 | | - "eslint-config-airbnb-base": "^12.1.0", |
50 | | - "eslint-config-prettier": "^2.9.0", |
51 | | - "eslint-module-utils": "^2.2.0", |
52 | | - "eslint-plugin-import": "^2.12.0", |
53 | | - "eslint-plugin-prettier": "^2.6.0", |
54 | | - "fetch-mock": "^6.4.4", |
55 | | - "flow-bin": "^0.74.0", |
56 | | - "form-data": "^2.3.2", |
57 | | - "graphql": "^0.13.2", |
58 | | - "jest": "^23.1.0", |
59 | | - "prettier": "^1.13.5", |
60 | | - "react-relay-network-modern": "^2.3.3", |
61 | | - "relay-runtime": "^1.6.0", |
62 | | - "rimraf": "^2.6.2", |
63 | | - "semantic-release": "^15.5.2" |
| 48 | + "eslint": "^6.0.1", |
| 49 | + "eslint-config-airbnb-base": "^13.1.0", |
| 50 | + "eslint-config-prettier": "^5.1.0", |
| 51 | + "eslint-module-utils": "^2.4.0", |
| 52 | + "eslint-plugin-import": "^2.18.0", |
| 53 | + "eslint-plugin-prettier": "^3.1.0", |
| 54 | + "fetch-mock": "^7.3.3", |
| 55 | + "flow-bin": "^0.101.1", |
| 56 | + "form-data": "^2.4.0", |
| 57 | + "graphql": "^14.3.1", |
| 58 | + "jest": "^24.8.0", |
| 59 | + "prettier": "^1.18.2", |
| 60 | + "react-relay-network-modern": "^4.0.1", |
| 61 | + "relay-runtime": "^5.0.0", |
| 62 | + "rimraf": "^2.6.3", |
| 63 | + "semantic-release": "^15.13.16" |
64 | 64 | }, |
65 | 65 | "config": { |
66 | 66 | "commitizen": { |
|
79 | 79 | "build-mjs-rename": "find ./mjs -name \"*.js\" -exec bash -c 'mv \"$1\" \"${1%.js}\".mjs' - '{}' \\;", |
80 | 80 | "build-node8": "rimraf node8 && BABEL_ENV=node8 babel src --ignore __tests__,__mocks__ -d node8 && COPY_TO_FOLDER=node8 npm run build-flow", |
81 | 81 | "build-flow": "echo `$1` && find ./src -name '*.js' -not -path '*/__*' | while read filepath; do cp $filepath `echo ./${COPY_TO_FOLDER:-lib}$filepath | sed 's/.\\/src\\//\\//g'`.flow; done", |
82 | | - "lint": "eslint src test *.js", |
| 82 | + "lint": "eslint 'src/**/*.js'", |
83 | 83 | "coverage": "jest --coverage --maxWorkers 2", |
84 | 84 | "watch": "jest --watch", |
85 | 85 | "flow": "flow", |
|
0 commit comments