|
66 | 66 | "format": "biome check --write --unsafe .", |
67 | 67 | "lerna:version:up": "lerna version --yes", |
68 | 68 | "lint": "biome check .", |
69 | | - "release:npm:registry": "pnpm publish --access public --no-git-checks", |
70 | 69 | "release:github:registry": "pnpm publish --access public --no-git-checks", |
| 70 | + "release:npm:registry": "pnpm publish --access public --no-git-checks", |
71 | 71 | "test": "run-p test:depcruise test:vitest test:code:gen:* test:snapshot", |
72 | 72 | "test:code:gen": "run-p test:code:gen:*", |
73 | 73 | "test:code:gen:class": "pnpm ts ./scripts/testCodeGenWithClass.ts", |
|
87 | 87 | "node-fetch": "2.6.1" |
88 | 88 | }, |
89 | 89 | "dependencies": { |
| 90 | + "@himenon/path-oriented-data-structure": "2.0.1", |
90 | 91 | "@types/json-schema": "7.0.15", |
91 | | - "ajv": "8.18.0", |
| 92 | + "ajv": "8.20.0", |
92 | 93 | "js-yaml": "4.1.1" |
93 | 94 | }, |
94 | 95 | "devDependencies": { |
95 | | - "@biomejs/biome": "^2.4.12", |
96 | | - "@commitlint/cli": "20.5.0", |
97 | | - "@commitlint/config-conventional": "20.5.0", |
98 | | - "@himenon/path-oriented-data-structure": "1.0.2", |
99 | | - "@swc/core": "^1.15.30", |
| 96 | + "@biomejs/biome": "^2.4.15", |
| 97 | + "@commitlint/cli": "21.0.1", |
| 98 | + "@commitlint/config-conventional": "21.0.1", |
| 99 | + "@swc/core": "^1.15.40", |
100 | 100 | "@swc/helpers": "^0.5.21", |
101 | 101 | "@types/chokidar": "2.1.7", |
102 | 102 | "@types/js-yaml": "4.0.9", |
103 | | - "@types/node": "25.6.0", |
| 103 | + "@types/node": "25.9.1", |
104 | 104 | "@types/rimraf": "4.0.5", |
105 | | - "@vitest/coverage-v8": "^4.1.5", |
| 105 | + "@vitest/coverage-v8": "^4.1.7", |
106 | 106 | "chokidar": "5.0.0", |
107 | 107 | "conventional-changelog-angular-all": "1.7.0", |
108 | | - "cpy": "13.2.1", |
109 | | - "dependency-cruiser": "17.3.10", |
| 108 | + "cpy": "13.2.2", |
| 109 | + "dependency-cruiser": "17.4.2", |
110 | 110 | "dot-prop": "10.1.0", |
111 | 111 | "execa": "9.6.1", |
112 | 112 | "generate-changelog": "1.8.0", |
113 | 113 | "import-sort-style-module": "6.0.0", |
114 | | - "lefthook": "^2.1.6", |
| 114 | + "lefthook": "^2.1.8", |
115 | 115 | "lerna": "9.0.7", |
116 | 116 | "npm-run-all": "4.1.5", |
117 | 117 | "openapi-schema-validator": "12.1.3", |
|
121 | 121 | "ts-node": "10.9.2", |
122 | 122 | "tsup": "^8.5.1", |
123 | 123 | "typescript": "6.0.3", |
124 | | - "vitest": "^4.1.5" |
| 124 | + "vitest": "^4.1.7" |
125 | 125 | }, |
126 | 126 | "packageManager": "pnpm@10.33.2", |
127 | 127 | "engines": { |
|
0 commit comments