|
32 | 32 | }, |
33 | 33 | "homepage": "https://github.com/relay-tools/react-relay-network-modern#readme", |
34 | 34 | "dependencies": { |
35 | | - "core-js": "^3.0.0", |
| 35 | + "@types/node": "^18.14.6", |
| 36 | + "core-js": "^3.29.0", |
36 | 37 | "extract-files": "^9.0.0" |
37 | 38 | }, |
38 | 39 | "peerDependencies": { |
39 | 40 | "relay-runtime": ">=1.4.0" |
40 | 41 | }, |
41 | 42 | "devDependencies": { |
42 | | - "@babel/cli": "7.16.0", |
43 | | - "@babel/core": "7.16.0", |
44 | | - "@babel/plugin-proposal-class-properties": "7.16.0", |
45 | | - "@babel/plugin-proposal-object-rest-spread": "7.16.0", |
46 | | - "@babel/plugin-proposal-optional-chaining": "^7.4.4", |
47 | | - "@babel/plugin-transform-flow-strip-types": "7.16.0", |
| 43 | + "@babel/cli": "7.21.0", |
| 44 | + "@babel/core": "7.21.0", |
| 45 | + "@babel/eslint-parser": "^7.19.1", |
| 46 | + "@babel/plugin-proposal-class-properties": "7.18.6", |
| 47 | + "@babel/plugin-proposal-object-rest-spread": "7.20.7", |
| 48 | + "@babel/plugin-proposal-optional-chaining": "^7.21.0", |
| 49 | + "@babel/plugin-transform-flow-strip-types": "7.21.0", |
48 | 50 | "@babel/polyfill": "7.12.1", |
49 | | - "@babel/preset-env": "7.16.0", |
50 | | - "@babel/preset-flow": "7.16.0", |
51 | | - "@babel/register": "7.16.0", |
| 51 | + "@babel/preset-env": "7.20.2", |
| 52 | + "@babel/preset-flow": "7.18.6", |
| 53 | + "@babel/register": "7.21.0", |
52 | 54 | "babel-core": "^7.0.0-bridge.0", |
53 | | - "babel-eslint": "10.1.0", |
54 | | - "babel-jest": "^24.8.0", |
55 | | - "cz-conventional-changelog": "^2.1.0", |
56 | | - "eslint": "^5.16.0", |
57 | | - "eslint-config-airbnb-base": "^13.1.0", |
58 | | - "eslint-config-prettier": "^4.3.0", |
59 | | - "eslint-module-utils": "^2.4.0", |
60 | | - "eslint-plugin-import": "^2.17.3", |
61 | | - "eslint-plugin-prettier": "^3.1.0", |
62 | | - "fetch-mock": "^7.3.3", |
63 | | - "flow-bin": "0.101.0", |
64 | | - "form-data": "^2.3.3", |
65 | | - "jest": "^24.8.0", |
66 | | - "prettier": "^1.18.2", |
67 | | - "relay-runtime": "^4.0.0", |
68 | | - "rimraf": "^2.6.3", |
| 55 | + "babel-jest": "^29.4.3", |
| 56 | + "cz-conventional-changelog": "^3.3.0", |
| 57 | + "eslint": "^8.35.0", |
| 58 | + "eslint-config-airbnb-base": "^15.0.0", |
| 59 | + "eslint-config-prettier": "^8.6.0", |
| 60 | + "eslint-module-utils": "^2.7.4", |
| 61 | + "eslint-plugin-import": "^2.27.5", |
| 62 | + "eslint-plugin-prettier": "^4.2.1", |
| 63 | + "fetch-mock": "^9.11.0", |
| 64 | + "flow-bin": "0.201.0", |
| 65 | + "form-data": "^4.0.0", |
| 66 | + "jest": "^29.4.3", |
| 67 | + "prettier": "^2.8.4", |
| 68 | + "relay-runtime": "^14.1.0", |
| 69 | + "rimraf": "^4.3.0", |
69 | 70 | "semantic-release": "^15.13.12", |
70 | | - "tslint": "^5.17.0", |
| 71 | + "tslint": "^5.20.1", |
71 | 72 | "tslint-config-prettier": "^1.18.0", |
72 | | - "tslint-plugin-prettier": "^2.0.1", |
73 | | - "typescript": "^3.5.1" |
| 73 | + "tslint-plugin-prettier": "^2.3.0", |
| 74 | + "typescript": "^4.8.4" |
74 | 75 | }, |
75 | 76 | "config": { |
76 | 77 | "commitizen": { |
|
90 | 91 | "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", |
91 | 92 | "build-dts": "echo `$1` && find ./src -name '*d.ts' -not -path '*/__*' | while read filepath; do cp $filepath `echo ./${COPY_TO_FOLDER:-lib}$filepath | sed 's/.\\/src\\//\\//g'`; done", |
92 | 93 | "lint": "npm run eslint && npm run tslint && npm run tscheck", |
93 | | - "eslint": "eslint --ext .js ./src", |
| 94 | + "eslint": "eslint --ext .js ./src --fix", |
94 | 95 | "tslint": "tslint -p . \"src/**/*.d.ts\"", |
95 | 96 | "tscheck": "tsc --noEmit", |
96 | 97 | "coverage": "jest --coverage --maxWorkers 2", |
|
0 commit comments