Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jan 15, 2024
1 parent 07faf26 commit 8bc78ce
Show file tree
Hide file tree
Showing 3 changed files with 903 additions and 839 deletions.
1 change: 1 addition & 0 deletions cli.mjs
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
#!/usr/bin/env node
// eslint-disable-next-line antfu/no-import-dist
import './dist/cli.mjs'
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "changelogithub",
"type": "module",
"version": "0.13.2",
"packageManager": "pnpm@8.10.2",
"packageManager": "pnpm@8.14.1",
"description": "Generate changelog for GitHub.",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
Expand Down Expand Up @@ -51,8 +51,8 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@antfu/utils": "^0.7.6",
"c12": "^1.5.1",
"@antfu/utils": "^0.7.7",
"c12": "^1.6.1",
"cac": "^6.7.14",
"changelogen": "0.5.5",
"convert-gitmoji": "0.1.3",
Expand All @@ -61,17 +61,17 @@
"ofetch": "^1.3.3"
},
"devDependencies": {
"@antfu/eslint-config": "^1.1.0",
"@types/debug": "^4.1.11",
"@types/fs-extra": "^11.0.3",
"@antfu/eslint-config": "^2.6.2",
"@types/debug": "^4.1.12",
"@types/fs-extra": "^11.0.4",
"@types/minimist": "^1.2.5",
"@types/semver": "^7.5.4",
"bumpp": "^9.2.0",
"eslint": "^8.53.0",
"esno": "^0.17.0",
"fs-extra": "^11.1.1",
"typescript": "^5.2.2",
"@types/semver": "^7.5.6",
"bumpp": "^9.2.1",
"eslint": "^8.56.0",
"esno": "^4.0.0",
"fs-extra": "^11.2.0",
"typescript": "^5.3.3",
"unbuild": "^2.0.0",
"vitest": "^0.34.6"
"vitest": "^1.2.0"
}
}
Loading

0 comments on commit 8bc78ce

Please sign in to comment.