Skip to content

Commit fd68501

Browse files
authored
Merge pull request #2 from llbbl/deps/update-packages
chore(deps): update dependencies
2 parents 384201f + 0ddbea3 commit fd68501

6 files changed

Lines changed: 23 additions & 23 deletions

File tree

bun.lock

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

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "upkeep",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"type": "module",
55
"description": "A JS/TS repository maintenance toolkit built with Bun",
66
"main": "./src/cli/index.ts",
@@ -34,15 +34,15 @@
3434
"author": "Logan Lindquist Land",
3535
"license": "MIT",
3636
"devDependencies": {
37-
"@biomejs/biome": "^2.3.11",
38-
"@types/bun": "latest",
37+
"@biomejs/biome": "^2.4.6",
38+
"@types/bun": "^1.3.10",
3939
"pino-pretty": "^13.1.3",
4040
"typescript": "^5.3.0"
4141
},
4242
"engines": {
4343
"bun": ">=1.0.0"
4444
},
4545
"dependencies": {
46-
"pino": "^10.2.1"
46+
"pino": "^10.3.1"
4747
}
4848
}

skills/upkeep-audit/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: upkeep-audit
3-
version: 0.1.4
3+
version: 0.1.5
44
description: Security audit with fix recommendations for JS/TS projects
55
allowed-tools: Bash, Read, Grep, Glob, Edit
66
---

skills/upkeep-deps/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: upkeep-deps
3-
version: 0.1.4
3+
version: 0.1.5
44
description: Upgrade JS/TS dependencies with risk assessment and Dependabot PR integration
55
allowed-tools: Bash, Read, Grep, Glob, Edit
66
---

skills/upkeep-quality/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: upkeep-quality
3-
version: 0.1.4
3+
version: 0.1.5
44
description: Generate and improve code quality scores for JS/TS projects
55
allowed-tools: Bash, Read, Grep, Glob, Edit
66
---

src/cli/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Examples:
3737
upkeep risk next --from 14.0.0 --to 15.0.0
3838
`;
3939

40-
const VERSION = "0.1.4";
40+
const VERSION = "0.1.5";
4141

4242
type CommandHandler = (args: string[]) => Promise<void>;
4343

0 commit comments

Comments
 (0)