Skip to content

Commit

Permalink
fix: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoban committed Jan 9, 2025
1 parent 758f7a6 commit 8f8cd8a
Show file tree
Hide file tree
Showing 3 changed files with 4,578 additions and 2,760 deletions.
10 changes: 5 additions & 5 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.5",
"nextra": "^2.13.4",
"nextra-theme-docs": "^2.13.4",
"react": "^18.3.1",
"react-dom": "^18.3.1"
"next": "15.1.4",
"nextra": "^3.3.1",
"nextra-theme-docs": "^3.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0"
}
}
22 changes: 11 additions & 11 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.6.3",
"packageManager": "pnpm@9.5.0",
"packageManager": "pnpm@9.15.3",
"description": "Run release-it with pnpm",
"author": "Stephen Zhou <hi@hyoban.cc>",
"license": "MIT",
Expand Down Expand Up @@ -64,24 +64,24 @@
}
},
"peerDependencies": {
"release-it": "^17.0.0"
"release-it": "^17.0.0 || ^18.0.0"
},
"dependencies": {
"bumpp": "^9.4.1",
"changelogithub": "^0.13.9",
"bumpp": "^9.10.0",
"changelogithub": "^0.13.11",
"conventional-changelog-conventionalcommits": "^8.0.0",
"conventional-recommended-bump": "^10.0.0",
"kolorist": "^1.8.0",
"semver": "^7.6.3"
},
"devDependencies": {
"@types/node": "20.14.11",
"@types/node": "22.10.5",
"@types/semver": "^7.5.8",
"bunchee": "^5.2.2",
"eslint": "^9.7.0",
"eslint-config-hyoban": "3.0.0-beta.30",
"release-it": "^17.6.0",
"typescript": "^5.5.3",
"vitest": "^2.0.3"
"bunchee": "^6.2.0",
"eslint": "^9.17.0",
"eslint-config-hyoban": "3.1.16",
"release-it": "^18.1.1",
"typescript": "^5.7.3",
"vitest": "^2.1.8"
}
}
Loading

0 comments on commit 8f8cd8a

Please sign in to comment.