|
27 | 27 | "dependencies": {},
|
28 | 28 | "optionalDependencies": {
|
29 | 29 | "graphql-compose-connection": "^6.2.0",
|
30 |
| - "graphql-compose-pagination": "6.1.0" |
| 30 | + "graphql-compose-pagination": "^6.1.0" |
31 | 31 | },
|
32 | 32 | "peerDependencies": {
|
33 | 33 | "graphql-compose": "^7.1.0",
|
34 | 34 | "mongoose": "^5.0.0 || ^4.4.0"
|
35 | 35 | },
|
36 | 36 | "devDependencies": {
|
37 |
| - "@types/graphql": "^14.5.0", |
38 |
| - "@types/jest": "26.0.9", |
| 37 | + "@types/graphql": "14.5.0", |
| 38 | + "@types/jest": "26.0.10", |
39 | 39 | "@types/mongoose": "5.7.36",
|
40 |
| - "@typescript-eslint/eslint-plugin": "^3.9.0", |
41 |
| - "@typescript-eslint/parser": "^3.9.0", |
42 |
| - "eslint": "7.6.0", |
| 40 | + "@typescript-eslint/eslint-plugin": "3.9.0", |
| 41 | + "@typescript-eslint/parser": "3.9.0", |
| 42 | + "eslint": "7.7.0", |
43 | 43 | "eslint-config-airbnb-base": "14.2.0",
|
44 | 44 | "eslint-config-prettier": "6.11.0",
|
45 | 45 | "eslint-plugin-import": "2.22.0",
|
46 | 46 | "eslint-plugin-prettier": "3.1.4",
|
47 | 47 | "graphql": "15.3.0",
|
48 |
| - "graphql-compose": "7.19.2", |
| 48 | + "graphql-compose": "7.19.4", |
49 | 49 | "graphql-compose-connection": "^6.2.0",
|
50 |
| - "graphql-compose-pagination": "^6.0.3", |
51 |
| - "jest": "26.2.2", |
| 50 | + "graphql-compose-pagination": "^6.1.0", |
| 51 | + "jest": "26.4.0", |
52 | 52 | "mongodb-memory-server": "6.6.3",
|
53 |
| - "mongoose": "5.9.28", |
| 53 | + "mongoose": "5.10.0", |
54 | 54 | "prettier": "2.0.5",
|
55 | 55 | "request": "2.88.2",
|
56 | 56 | "rimraf": "3.0.2",
|
57 | 57 | "semantic-release": "17.1.1",
|
58 |
| - "ts-jest": "26.1.4", |
| 58 | + "ts-jest": "26.2.0", |
59 | 59 | "typescript": "3.9.7"
|
60 | 60 | },
|
61 | 61 | "scripts": {
|
62 | 62 | "build": "rimraf lib && tsc -p ./tsconfig.build.json",
|
63 | 63 | "watch": "jest --watch",
|
64 | 64 | "coverage": "jest --coverage --maxWorkers 4",
|
65 |
| - "lint": "npm run eslint && npm run tscheck", |
| 65 | + "lint": "yarn eslint && yarn tscheck", |
66 | 66 | "eslint": "eslint --ext .ts ./src",
|
67 | 67 | "tscheck": "tsc --noEmit",
|
68 |
| - "test": "npm run coverage && npm run lint", |
| 68 | + "test": "yarn coverage && yarn lint", |
69 | 69 | "link": "yarn build && yarn link graphql-compose && yarn link graphql-compose-connection && yarn link graphql-compose-pagination && yarn link mongoose && yarn link",
|
70 | 70 | "unlink": "rimraf node_modules && yarn install",
|
71 | 71 | "semantic-release": "semantic-release"
|
|
0 commit comments