|
46 | 46 | },
|
47 | 47 | "homepage": "https://github.com/bcherny/json-schema-to-typescript#readme",
|
48 | 48 | "dependencies": {
|
49 |
| - "@types/json-schema": "^7.0.6", |
50 |
| - "@types/lodash": "^4.14.168", |
51 |
| - "@types/prettier": "^2.1.5", |
52 |
| - "cli-color": "^2.0.0", |
| 49 | + "@types/json-schema": "^7.0.11", |
| 50 | + "@types/lodash": "^4.14.182", |
| 51 | + "@types/prettier": "^2.6.1", |
| 52 | + "cli-color": "^2.0.2", |
53 | 53 | "get-stdin": "^8.0.0",
|
54 |
| - "glob": "^7.1.6", |
55 |
| - "glob-promise": "^3.4.0", |
56 |
| - "is-glob": "^4.0.1", |
| 54 | + "glob": "^8.0.3", |
| 55 | + "glob-promise": "^4.2.2", |
| 56 | + "is-glob": "^4.0.3", |
57 | 57 | "json-schema-ref-parser": "^9.0.9",
|
58 |
| - "lodash": "^4.17.20", |
59 |
| - "minimist": "^1.2.5", |
| 58 | + "lodash": "^4.17.21", |
| 59 | + "minimist": "^1.2.6", |
60 | 60 | "mkdirp": "^1.0.4",
|
61 | 61 | "mz": "^2.7.0",
|
62 |
| - "prettier": "^2.2.0" |
| 62 | + "prettier": "^2.6.2" |
63 | 63 | },
|
64 | 64 | "devDependencies": {
|
65 |
| - "@types/cli-color": "^2.0.0", |
66 |
| - "@types/glob": "^7.1.3", |
67 |
| - "@types/is-glob": "^4.0.1", |
68 |
| - "@types/minimist": "^1.2.1", |
69 |
| - "@types/mkdirp": "^1.0.1", |
70 |
| - "@types/mz": "^2.7.2", |
71 |
| - "@types/node": "^14.14.10", |
72 |
| - "@types/rimraf": "^3.0.0", |
73 |
| - "@typescript-eslint/eslint-plugin": "^4.8.2", |
74 |
| - "@typescript-eslint/parser": "^4.8.2", |
75 |
| - "ava": "^3.13.0", |
| 65 | + "@types/cli-color": "^2.0.2", |
| 66 | + "@types/glob": "^7.2.0", |
| 67 | + "@types/is-glob": "^4.0.2", |
| 68 | + "@types/minimist": "^1.2.2", |
| 69 | + "@types/mkdirp": "^1.0.2", |
| 70 | + "@types/mz": "^2.7.4", |
| 71 | + "@types/node": "^17.0.33", |
| 72 | + "@types/rimraf": "^3.0.2", |
| 73 | + "@typescript-eslint/eslint-plugin": "^5.23.0", |
| 74 | + "@typescript-eslint/parser": "^5.23.0", |
| 75 | + "ava": "^4.2.0", |
76 | 76 | "browserify": "^17.0.0",
|
77 | 77 | "browserify-shim": "^3.8.14",
|
78 |
| - "concurrently": "^5.3.0", |
79 |
| - "eslint": "^7.14.0", |
80 |
| - "eslint-config-prettier": "^6.15.0", |
81 |
| - "eslint-plugin-prettier": "^3.1.4", |
| 78 | + "concurrently": "^7.2.0", |
| 79 | + "eslint": "^8.15.0", |
| 80 | + "eslint-config-prettier": "^8.5.0", |
| 81 | + "eslint-plugin-prettier": "^4.0.0", |
82 | 82 | "rimraf": "^3.0.2",
|
83 |
| - "shx": "^0.3.3", |
84 |
| - "tsify": "^5.0.2", |
85 |
| - "typescript": "^4.1.2" |
| 83 | + "shx": "^0.3.4", |
| 84 | + "tsify": "^5.0.4", |
| 85 | + "typescript": "^4.6.4" |
86 | 86 | },
|
87 | 87 | "ava": {
|
88 | 88 | "files": [
|
|
0 commit comments