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 Aug 2, 2024
1 parent 5d2898f commit a08bad0
Show file tree
Hide file tree
Showing 7 changed files with 37 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.15.0
20.16.0
2 changes: 1 addition & 1 deletion integration-tests/typescript-axios/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dotenv": "^16.4.5"
},
"devDependencies": {
"@types/node": "^20.14.12",
"@types/node": "^22.0.0",
"typescript": "~5.5.4"
}
}
2 changes: 1 addition & 1 deletion integration-tests/typescript-fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dotenv": "^16.4.5"
},
"devDependencies": {
"@types/node": "^20.14.12",
"@types/node": "^22.0.0",
"typescript": "~5.5.4"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@swc/jest": "^0.2.36",
"@tsconfig/node20": "^20.1.4",
"@tsconfig/strictest": "^2.0.5",
"@types/node": "^20.14.12",
"@types/node": "^22.0.0",
"husky": "^9.1.3",
"jest": "^30.0.0-alpha.3",
"lerna": "^8.1.7",
Expand All @@ -65,5 +65,5 @@
"engines": {
"node": ">=20 <22"
},
"packageManager": "yarn@4.3.1"
"packageManager": "yarn@4.4.0"
}
2 changes: 1 addition & 1 deletion packages/documentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/node": "^20.14.12",
"@types/node": "^22.0.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"gh-pages": "^6.1.1",
Expand Down
10 changes: 5 additions & 5 deletions packages/openapi-code-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@
"tslib": "^2.6.3"
},
"peerDependencies": {
"@typespec/compiler": "^0.57.0",
"@typespec/http": "^0.57.0",
"@typespec/openapi": "^0.57.0",
"@typespec/openapi3": "^0.57.0",
"@typespec/versioning": "^0.57.0"
"@typespec/compiler": "^0.58.0",
"@typespec/http": "^0.58.0",
"@typespec/openapi": "^0.58.0",
"@typespec/openapi3": "^0.58.0",
"@typespec/versioning": "^0.58.0"
},
"peerDependenciesMeta": {
"@typespec/compiler": {
Expand Down
36 changes: 26 additions & 10 deletions yarn.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a08bad0

Please sign in to comment.