|
32 | 32 | },
|
33 | 33 | "optionalDependencies": {
|
34 | 34 | "graphql-compose-connection": "^6.2.0",
|
35 |
| - "graphql-compose-pagination": "^6.0.3" |
| 35 | + "graphql-compose-pagination": "6.1.0" |
36 | 36 | },
|
37 | 37 | "peerDependencies": {
|
38 | 38 | "graphql-compose": "^7.1.0",
|
39 | 39 | "mongoose": "^5.0.0 || ^4.4.0"
|
40 | 40 | },
|
41 | 41 | "devDependencies": {
|
42 |
| - "@babel/cli": "7.10.4", |
43 |
| - "@babel/core": "7.10.4", |
| 42 | + "@babel/cli": "7.10.5", |
| 43 | + "@babel/core": "7.11.1", |
44 | 44 | "@babel/plugin-proposal-class-properties": "7.10.4",
|
45 |
| - "@babel/plugin-proposal-object-rest-spread": "7.10.4", |
| 45 | + "@babel/plugin-proposal-object-rest-spread": "7.11.0", |
46 | 46 | "@babel/plugin-transform-flow-strip-types": "7.10.4",
|
47 |
| - "@babel/plugin-transform-runtime": "7.10.4", |
48 |
| - "@babel/preset-env": "7.10.4", |
| 47 | + "@babel/plugin-transform-runtime": "7.11.0", |
| 48 | + "@babel/preset-env": "7.11.0", |
49 | 49 | "@babel/preset-flow": "7.10.4",
|
50 | 50 | "@types/graphql": "^14.5.0",
|
51 |
| - "@types/mongoose": "5.7.5", |
| 51 | + "@types/mongoose": "5.7.36", |
52 | 52 | "babel-core": "^7.0.0-bridge.0",
|
53 | 53 | "babel-eslint": "10.1.0",
|
54 |
| - "babel-jest": "26.1.0", |
55 |
| - "eslint": "7.3.1", |
| 54 | + "babel-jest": "26.2.2", |
| 55 | + "eslint": "7.6.0", |
56 | 56 | "eslint-config-airbnb-base": "14.2.0",
|
57 | 57 | "eslint-config-prettier": "6.11.0",
|
58 | 58 | "eslint-plugin-flowtype": "5.2.0",
|
59 | 59 | "eslint-plugin-import": "2.22.0",
|
60 | 60 | "eslint-plugin-prettier": "3.1.4",
|
61 |
| - "flow-bin": "0.122.0", |
62 |
| - "graphql": "15.2.0", |
63 |
| - "graphql-compose": "7.18.1", |
| 61 | + "flow-bin": "0.131.0", |
| 62 | + "graphql": "15.3.0", |
| 63 | + "graphql-compose": "7.19.2", |
64 | 64 | "graphql-compose-connection": "^6.2.0",
|
65 | 65 | "graphql-compose-pagination": "^6.0.3",
|
66 |
| - "jest": "26.1.0", |
67 |
| - "mongodb-memory-server": "6.6.1", |
68 |
| - "mongoose": "5.9.21", |
| 66 | + "jest": "26.2.2", |
| 67 | + "mongodb-memory-server": "6.6.3", |
| 68 | + "mongoose": "5.9.28", |
69 | 69 | "prettier": "2.0.5",
|
70 | 70 | "request": "2.88.2",
|
71 | 71 | "rimraf": "3.0.2",
|
72 | 72 | "semantic-release": "17.1.1",
|
73 |
| - "tslint": "6.1.2", |
| 73 | + "tslint": "6.1.3", |
74 | 74 | "tslint-config-prettier": "^1.18.0",
|
75 | 75 | "tslint-plugin-prettier": "2.3.0",
|
76 |
| - "typescript": "3.9.6" |
| 76 | + "typescript": "3.9.7" |
77 | 77 | },
|
78 | 78 | "scripts": {
|
79 | 79 | "build": "npm run build-lib && npm run build-mjs && npm run build-es && npm run build-node8 && npm run build-ts",
|
|
0 commit comments