Skip to content

Commit

Permalink
fix: stop use fork version of bumpp
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoban committed Apr 29, 2024
1 parent 356c59f commit d7adc5c
Show file tree
Hide file tree
Showing 3 changed files with 716 additions and 480 deletions.
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"start": "next start"
},
"dependencies": {
"next": "14.2.2",
"next": "14.2.3",
"nextra": "^2.13.4",
"nextra-theme-docs": "^2.13.4",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^18.3.1",
"react-dom": "^18.3.1"
}
}
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "release-it-pnpm",
"type": "module",
"version": "4.5.0",
"packageManager": "pnpm@9.0.4",
"packageManager": "pnpm@9.0.6",
"description": "Run release-it with pnpm",
"author": "Stephen Zhou <hi@hyoban.cc>",
"license": "MIT",
Expand Down Expand Up @@ -69,7 +69,7 @@
"release-it": "^17.0.0"
},
"dependencies": {
"bumpp": "npm:@hyoban/bumpp@9.4.0-1",
"bumpp": "^9.4.1",
"changelogithub": "^0.13.7",
"conventional-changelog": "^5.1.0",
"conventional-recommended-bump": "^9.0.0",
Expand All @@ -79,11 +79,11 @@
"devDependencies": {
"@types/node": "20.11.30",
"@types/semver": "^7.5.8",
"bunchee": "^5.1.2",
"eslint": "^9.1.0",
"eslint-config-hyoban": "^2.1.0",
"release-it": "^17.2.0",
"bunchee": "^5.1.3",
"eslint": "^9.1.1",
"eslint-config-hyoban": "^2.1.1",
"release-it": "^17.2.1",
"typescript": "^5.4.5",
"vitest": "^1.5.0"
"vitest": "^1.5.2"
}
}

0 comments on commit d7adc5c

Please sign in to comment.