|
65 | 65 | },
|
66 | 66 | "dependencies": {
|
67 | 67 | "debug": "^4.1.0",
|
68 |
| - "deep-equal": "^1.0.1", |
| 68 | + "deep-equal": "^2.0.1", |
69 | 69 | "form-urlencoded": "^4.1.1",
|
70 | 70 | "graphql-type-json": "^0.2.1",
|
71 |
| - "jsonpath-plus": "^0.18.0", |
| 71 | + "jsonpath-plus": "^3.0.0", |
72 | 72 | "oas-validator": "^3.1.0",
|
73 | 73 | "pluralize": "^8.0.0",
|
74 | 74 | "request": "^2.88.0",
|
|
79 | 79 | },
|
80 | 80 | "devDependencies": {
|
81 | 81 | "@types/graphql": "^14.0.3",
|
82 |
| - "@types/jest": "^24.0.18", |
83 |
| - "@types/node": "^11.9.4", |
| 82 | + "@types/jest": "^25.1.0", |
| 83 | + "@types/node": "^13.5.0", |
84 | 84 | "@types/request": "^2.48.1",
|
85 | 85 | "body-parser": "^1.18.3",
|
86 | 86 | "express": "^4.16.4",
|
87 |
| - "express-graphql": "^0.7.1", |
| 87 | + "express-graphql": "^0.9.0", |
88 | 88 | "glob": "^7.1.3",
|
89 |
| - "husky": "^2.3.0", |
90 |
| - "isomorphic-git": "^0.51.6", |
91 |
| - "jest": "^24.8.0", |
| 89 | + "husky": "^4.2.1", |
| 90 | + "isomorphic-git": "^0.78.2", |
| 91 | + "jest": "^25.1.0", |
92 | 92 | "js-yaml": "^3.13.1",
|
93 |
| - "nodemon": "^1.18.10", |
| 93 | + "nodemon": "^2.0.2", |
94 | 94 | "prettier": "^1.17.1",
|
95 |
| - "pretty-quick": "^1.11.0", |
96 |
| - "rimraf": "^2.6.1", |
| 95 | + "pretty-quick": "^2.0.1", |
| 96 | + "rimraf": "^3.0.1", |
97 | 97 | "simple-statistics": "^7.0.0",
|
98 |
| - "standard": "^12.0.1", |
99 |
| - "ts-jest": "^24.0.2", |
100 |
| - "tslint": "^5.11.0", |
101 |
| - "tslint-config-standard": "^8.0.1", |
| 98 | + "standard": "^14.3.1", |
| 99 | + "ts-jest": "^25.0.0", |
| 100 | + "tslint": "^6.0.0", |
| 101 | + "tslint-config-standard": "^9.0.0", |
102 | 102 | "typescript": "^3.5.3"
|
103 | 103 | }
|
104 | 104 | }
|
0 commit comments