Skip to content

Commit e9cdc73

Browse files
committed
chore: update dependencies
1 parent 61ef36f commit e9cdc73

3 files changed

Lines changed: 549 additions & 524 deletions

File tree

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@
6666
"format": "biome check --write --unsafe .",
6767
"lerna:version:up": "lerna version --yes",
6868
"lint": "biome check .",
69-
"release:npm:registry": "pnpm publish --access public --no-git-checks",
7069
"release:github:registry": "pnpm publish --access public --no-git-checks",
70+
"release:npm:registry": "pnpm publish --access public --no-git-checks",
7171
"test": "run-p test:depcruise test:vitest test:code:gen:* test:snapshot",
7272
"test:code:gen": "run-p test:code:gen:*",
7373
"test:code:gen:class": "pnpm ts ./scripts/testCodeGenWithClass.ts",
@@ -87,31 +87,31 @@
8787
"node-fetch": "2.6.1"
8888
},
8989
"dependencies": {
90+
"@himenon/path-oriented-data-structure": "2.0.1",
9091
"@types/json-schema": "7.0.15",
91-
"ajv": "8.18.0",
92+
"ajv": "8.20.0",
9293
"js-yaml": "4.1.1"
9394
},
9495
"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",
100100
"@swc/helpers": "^0.5.21",
101101
"@types/chokidar": "2.1.7",
102102
"@types/js-yaml": "4.0.9",
103-
"@types/node": "25.6.0",
103+
"@types/node": "25.9.1",
104104
"@types/rimraf": "4.0.5",
105-
"@vitest/coverage-v8": "^4.1.5",
105+
"@vitest/coverage-v8": "^4.1.7",
106106
"chokidar": "5.0.0",
107107
"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",
110110
"dot-prop": "10.1.0",
111111
"execa": "9.6.1",
112112
"generate-changelog": "1.8.0",
113113
"import-sort-style-module": "6.0.0",
114-
"lefthook": "^2.1.6",
114+
"lefthook": "^2.1.8",
115115
"lerna": "9.0.7",
116116
"npm-run-all": "4.1.5",
117117
"openapi-schema-validator": "12.1.3",
@@ -121,7 +121,7 @@
121121
"ts-node": "10.9.2",
122122
"tsup": "^8.5.1",
123123
"typescript": "6.0.3",
124-
"vitest": "^4.1.5"
124+
"vitest": "^4.1.7"
125125
},
126126
"packageManager": "pnpm@10.33.2",
127127
"engines": {

0 commit comments

Comments
 (0)