|
7 | 7 | "lib" |
8 | 8 | ], |
9 | 9 | "main": "lib/index.js", |
10 | | - "module": "mjs/index.mjs", |
11 | 10 | "types": "lib/index.d.ts", |
12 | 11 | "repository": { |
13 | 12 | "type": "git", |
|
37 | 36 | "@types/graphql": "14.5.0", |
38 | 37 | "@types/jest": "26.0.10", |
39 | 38 | "@types/mongoose": "5.7.36", |
40 | | - "@typescript-eslint/eslint-plugin": "3.9.1", |
41 | | - "@typescript-eslint/parser": "3.9.1", |
| 39 | + "@typescript-eslint/eslint-plugin": "3.10.1", |
| 40 | + "@typescript-eslint/parser": "3.10.1", |
42 | 41 | "eslint": "7.7.0", |
43 | 42 | "eslint-config-airbnb-base": "14.2.0", |
44 | 43 | "eslint-config-prettier": "6.11.0", |
45 | 44 | "eslint-plugin-import": "2.22.0", |
46 | 45 | "eslint-plugin-prettier": "3.1.4", |
47 | 46 | "graphql": "15.3.0", |
48 | | - "graphql-compose": "7.19.4", |
| 47 | + "graphql-compose": "7.20.1", |
49 | 48 | "graphql-compose-connection": "^6.2.0", |
50 | 49 | "graphql-compose-pagination": "^6.1.0", |
51 | | - "jest": "26.4.1", |
52 | | - "mongodb-memory-server": "6.6.4", |
53 | | - "mongoose": "5.10.0", |
54 | | - "prettier": "2.0.5", |
| 50 | + "jest": "26.4.2", |
| 51 | + "mongodb-memory-server": "6.6.6", |
| 52 | + "mongoose": "5.10.1", |
| 53 | + "prettier": "2.1.1", |
55 | 54 | "request": "2.88.2", |
56 | 55 | "rimraf": "3.0.2", |
57 | 56 | "semantic-release": "17.1.1", |
58 | | - "ts-jest": "26.2.0", |
| 57 | + "ts-jest": "26.3.0", |
59 | 58 | "typescript": "4.0.2" |
60 | 59 | }, |
61 | 60 | "scripts": { |
|
0 commit comments