|
2 | 2 | "name": "@orval/core", |
3 | 3 | "version": "7.15.0", |
4 | 4 | "license": "MIT", |
| 5 | + "type": "module", |
5 | 6 | "exports": { |
6 | 7 | ".": { |
7 | 8 | "types": "./dist/index.d.ts", |
|
21 | 22 | "nuke": "rimraf .turbo dist node_modules" |
22 | 23 | }, |
23 | 24 | "devDependencies": { |
24 | | - "@faker-js/faker": "^9.9.0", |
| 25 | + "@faker-js/faker": "^10.1.0", |
25 | 26 | "@types/debug": "^4.1.12", |
26 | 27 | "@types/esutils": "^2.0.2", |
27 | 28 | "@types/fs-extra": "^11.0.4", |
28 | 29 | "@types/lodash.isempty": "^4.4.9", |
29 | 30 | "@types/lodash.uniq": "^4.5.9", |
30 | 31 | "@types/lodash.uniqby": "^4.7.9", |
31 | 32 | "@types/lodash.uniqwith": "^4.5.9", |
32 | | - "@types/micromatch": "^4.0.9", |
33 | 33 | "@types/swagger2openapi": "^7.0.4", |
34 | 34 | "eslint": "^9.38.0", |
35 | 35 | "openapi-types": "^12.1.3", |
36 | 36 | "rimraf": "^6.0.1", |
37 | | - "tsdown": "^0.15.8", |
38 | | - "typescript": "^5.9.2", |
| 37 | + "tsdown": "^0.15.9", |
| 38 | + "typescript": "^5.9.3", |
39 | 39 | "vitest": "^3.2.4" |
40 | 40 | }, |
41 | 41 | "dependencies": { |
42 | 42 | "@apidevtools/swagger-parser": "^12.1.0", |
43 | 43 | "@ibm-cloud/openapi-ruleset": "^1.33.1", |
44 | 44 | "@stoplight/spectral-core": "^1.20.0", |
45 | 45 | "acorn": "^8.15.0", |
46 | | - "chalk": "^4.1.2", |
| 46 | + "chalk": "^5.6.2", |
47 | 47 | "compare-versions": "^6.1.1", |
48 | 48 | "debug": "^4.4.3", |
49 | 49 | "esbuild": "^0.25.11", |
50 | 50 | "esutils": "2.0.3", |
51 | | - "fs-extra": "^11.3.1", |
52 | | - "globby": "11.1.0", |
| 51 | + "fs-extra": "^11.3.2", |
| 52 | + "globby": "15.0.0", |
53 | 53 | "lodash.isempty": "^4.4.0", |
54 | 54 | "lodash.uniq": "^4.5.0", |
55 | 55 | "lodash.uniqby": "^4.7.0", |
56 | 56 | "lodash.uniqwith": "^4.5.0", |
57 | | - "micromatch": "^4.0.8", |
58 | 57 | "openapi3-ts": "4.5.0", |
59 | 58 | "swagger2openapi": "^7.0.8", |
60 | 59 | "typedoc": "^0.28.14" |
|
0 commit comments