Skip to content

Commit b44bb37

Browse files
committed
chore: update dependencies
1 parent 530663a commit b44bb37

2 files changed

Lines changed: 375 additions & 311 deletions

File tree

package.json

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
"build": "bun -b run ./src/bin/index.ts",
4949
"lint": "oxlint",
5050
"format": "oxfmt",
51+
"generate:changelog": "hyperchangelog",
5152
"prepublishOnly": "pnpm build"
5253
},
5354
"peerDependencies": {
@@ -63,18 +64,19 @@
6364
}
6465
},
6566
"dependencies": {
66-
"@hypernym/args": "^0.3.5",
67+
"@hypernym/args": "^0.3.6",
6768
"@hypernym/colors": "^1.0.7",
6869
"@hypernym/utils": "^3.4.8",
69-
"rolldown": "^1.0.0-rc.6",
70-
"rolldown-plugin-dts": "^0.22.3"
70+
"rolldown": "^1.0.0-rc.12",
71+
"rolldown-plugin-dts": "^0.23.2"
7172
},
7273
"devDependencies": {
74+
"@hypernym/changelog": "^0.1.1",
7375
"@hypernym/oxlint-config": "^0.1.0",
7476
"@hypernym/tsconfig": "^2.7.0",
75-
"@types/node": "^25.3.3",
76-
"oxfmt": "^0.36.0",
77-
"oxlint": "^1.51.0",
77+
"@types/node": "^25.5.0",
78+
"oxfmt": "^0.43.0",
79+
"oxlint": "^1.58.0",
7880
"typescript": "^5.9.3"
7981
}
8082
}

0 commit comments

Comments
 (0)