Skip to content

Commit

Permalink
deps: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
shinebayar-g committed Jan 11, 2025
1 parent f5784f7 commit 2621d10
Show file tree
Hide file tree
Showing 5 changed files with 185 additions and 46 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"type": "module",
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@types/node": "22.10.2",
"typescript": "5.7.2"
"@types/node": "22.10.5",
"typescript": "5.7.3"
},
"packageManager": "[email protected].1",
"packageManager": "[email protected].3",
"engines": {
"node": ">=20.18.0"
}
Expand Down
8 changes: 4 additions & 4 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,14 @@
"devDependencies": {
"@k8skonf/core": "workspace:*",
"@openapitools/openapi-generator-cli": "2.15.3",
"typescript": "5.7.2"
"typescript": "5.7.3"
},
"dependencies": {
"commander": "^12.1.0",
"commander": "^13.0.0",
"json-schema-to-typescript": "^15.0.3",
"picocolors": "^1.1.1",
"resolve-pkg": "^2.0.0",
"ts-morph": "^24.0.0",
"yaml": "^2.6.1"
"ts-morph": "^25.0.0",
"yaml": "^2.7.0"
}
}
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@
"dist"
],
"devDependencies": {
"typescript": "5.7.2"
"typescript": "5.7.3"
},
"dependencies": {
"picocolors": "^1.1.1",
"yaml": "^2.6.1"
"yaml": "^2.7.0"
}
}
Loading

0 comments on commit 2621d10

Please sign in to comment.