Skip to content

Commit 4339343

Browse files
chore(deps): update all dependencies
1 parent d982546 commit 4339343

File tree

5 files changed

+75
-68
lines changed

5 files changed

+75
-68
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.11.0
1+
22.12.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,5 @@
6969
"engines": {
7070
"node": ">=20 <23"
7171
},
72-
"packageManager": "yarn@4.5.3"
72+
"packageManager": "yarn@4.6.0"
7373
}

packages/documentation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"publish:gh-pages": "yarn gh-pages -d ./dist -b gh-pages --cname openapi-code-generator.nahkies.co.nz --nojekyll"
2525
},
2626
"dependencies": {
27-
"next": "15.1.2",
27+
"next": "15.1.3",
2828
"nextra": "^3.3.0",
2929
"nextra-theme-docs": "^3.3.0",
3030
"react": "19.0.0",

packages/openapi-code-generator/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@
4343
"@biomejs/biome": "1.9.4",
4444
"@biomejs/js-api": "0.7.1",
4545
"@biomejs/wasm-nodejs": "1.9.4",
46-
"@commander-js/extra-typings": "^12.1.0",
46+
"@commander-js/extra-typings": "^13.0.0",
4747
"ajv": "^8.17.1",
4848
"ajv-draft-04": "^1.0.0",
4949
"ajv-formats": "^3.0.1",
50-
"commander": "^12.1.0",
50+
"commander": "^13.0.0",
5151
"js-yaml": "^4.1.0",
5252
"json5": "^2.2.3",
5353
"lodash": "^4.17.21",
@@ -56,11 +56,11 @@
5656
"zod": "^3.24.1"
5757
},
5858
"peerDependencies": {
59-
"@typespec/compiler": "^0.62.0",
60-
"@typespec/http": "^0.62.0",
61-
"@typespec/openapi": "^0.62.0",
62-
"@typespec/openapi3": "^0.62.0",
63-
"@typespec/versioning": "^0.62.0"
59+
"@typespec/compiler": "^0.63.0",
60+
"@typespec/http": "^0.63.0",
61+
"@typespec/openapi": "^0.63.0",
62+
"@typespec/openapi3": "^0.63.0",
63+
"@typespec/versioning": "^0.63.0"
6464
},
6565
"peerDependenciesMeta": {
6666
"@typespec/compiler": {

yarn.lock

Lines changed: 65 additions & 58 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)