Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 1, 2024
1 parent 9c09191 commit b0d3fed
Show file tree
Hide file tree
Showing 5 changed files with 1,709 additions and 1,162 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.8.0
22.9.0
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"publish:release": "./scripts/publish.release.sh"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@biomejs/biome": "1.9.3",
"@swc/core": "^1.7.26",
"@swc/jest": "^0.2.36",
"@tsconfig/node22": "^22.0.0",
Expand Down Expand Up @@ -67,5 +67,5 @@
"engines": {
"node": ">=20 <23"
},
"packageManager": "yarn@4.4.1"
"packageManager": "yarn@4.5.0"
}
6 changes: 3 additions & 3 deletions packages/documentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"publish:gh-pages": "yarn gh-pages -d ./dist -b gh-pages --cname openapi-code-generator.nahkies.co.nz --nojekyll"
},
"dependencies": {
"next": "14.2.13",
"nextra": "^2.13.4",
"nextra-theme-docs": "^2.13.4",
"next": "14.2.14",
"nextra": "^3.0.0",
"nextra-theme-docs": "^3.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
Expand Down
16 changes: 8 additions & 8 deletions packages/openapi-code-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
"typescript": "~5.6.2"
},
"dependencies": {
"@biomejs/biome": "1.8.3",
"@biomejs/js-api": "0.6.2",
"@biomejs/wasm-nodejs": "1.8.3",
"@biomejs/biome": "1.9.3",
"@biomejs/js-api": "0.7.1",
"@biomejs/wasm-nodejs": "1.9.3",
"@commander-js/extra-typings": "^12.1.0",
"ajv": "^8.17.1",
"ajv-draft-04": "^1.0.0",
Expand All @@ -56,11 +56,11 @@
"zod": "^3.23.8"
},
"peerDependencies": {
"@typespec/compiler": "^0.59.0",
"@typespec/http": "^0.59.0",
"@typespec/openapi": "^0.59.0",
"@typespec/openapi3": "^0.59.0",
"@typespec/versioning": "^0.59.0"
"@typespec/compiler": "^0.60.0",
"@typespec/http": "^0.60.0",
"@typespec/openapi": "^0.60.0",
"@typespec/openapi3": "^0.60.0",
"@typespec/versioning": "^0.60.0"
},
"peerDependenciesMeta": {
"@typespec/compiler": {
Expand Down
Loading

0 comments on commit b0d3fed

Please sign in to comment.