Skip to content

Commit

Permalink
fix: upgrade changelogen
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Sep 5, 2023
1 parent 47cc49e commit e01400d
Show file tree
Hide file tree
Showing 6 changed files with 1,263 additions and 1,502 deletions.
32 changes: 16 additions & 16 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.12.12",
"packageManager": "pnpm@8.6.2",
"packageManager": "pnpm@8.7.1",
"description": "Generate changelog for GitHub.",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
Expand All @@ -25,8 +25,8 @@
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.cjs",
"import": "./dist/index.mjs"
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
}
},
"main": "./dist/index.mjs",
Expand All @@ -51,28 +51,28 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@antfu/utils": "^0.7.4",
"c12": "^1.4.1",
"@antfu/utils": "^0.7.6",
"c12": "^1.4.2",
"cac": "^6.7.14",
"changelogen": "0.4.0",
"changelogen": "0.5.5",
"convert-gitmoji": "0.1.3",
"execa": "^7.1.1",
"execa": "^8.0.1",
"kolorist": "^1.8.0",
"ohmyfetch": "^0.4.21"
},
"devDependencies": {
"@antfu/eslint-config": "^0.39.5",
"@types/conventional-changelog": "^3.1.1",
"@antfu/eslint-config": "^0.41.0",
"@types/conventional-changelog": "^3.1.3",
"@types/debug": "^4.1.8",
"@types/fs-extra": "^11.0.1",
"@types/minimist": "^1.2.2",
"@types/semver": "^7.5.0",
"bumpp": "^9.1.1",
"eslint": "^8.42.0",
"esno": "^0.16.3",
"@types/semver": "^7.5.1",
"bumpp": "^9.2.0",
"eslint": "^8.48.0",
"esno": "^0.17.0",
"fs-extra": "^11.1.1",
"typescript": "^5.1.3",
"unbuild": "^1.2.1",
"vitest": "^0.32.0"
"typescript": "^5.2.2",
"unbuild": "^2.0.0",
"vitest": "^0.34.3"
}
}

0 comments on commit e01400d

Please sign in to comment.