Skip to content

Commit ebcce31

Browse files
dependabot[bot]github-actions[bot]ericyangpan
authored
chore(deps)(deps): bump recharts from 3.7.0 to 3.9.2 in the minor-and-patch group across 1 directory (#151)
* chore(deps)(deps): bump recharts Bumps the minor-and-patch group with 1 update in the / directory: [recharts](https://github.com/recharts/recharts). Updates `recharts` from 3.7.0 to 3.9.2 - [Release notes](https://github.com/recharts/recharts/releases) - [Changelog](https://github.com/recharts/recharts/blob/main/CHANGELOG.md) - [Commits](recharts/recharts@v3.7.0...v3.9.2) --- updated-dependencies: - dependency-name: recharts dependency-version: 3.9.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps): update package-lock.json * fix(ui): support Recharts tooltip value types --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Pan YANG <arielyang@gmail.com>
1 parent 1518c06 commit ebcce31

3 files changed

Lines changed: 45 additions & 55 deletions

File tree

package-lock.json

Lines changed: 43 additions & 53 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"next-intl": "^4.13.2",
6262
"react": "^19.2.7",
6363
"react-dom": "^19.2.7",
64-
"recharts": "^3.7.0"
64+
"recharts": "^3.9.2"
6565
},
6666
"devDependencies": {
6767
"@axe-core/playwright": "^4.12.1",

src/components/product/GitHubStarHistory.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ export function GitHubStarHistory({ githubUrl }: GitHubStarHistoryProps) {
160160
itemStyle={{
161161
color: 'var(--color-text-secondary)',
162162
}}
163-
formatter={(value: number | undefined) => [
163+
formatter={value => [
164164
`${value?.toLocaleString() ?? '0'} ${tComponent('githubStarHistory.stars')}`,
165165
tComponent('githubStarHistory.stars'),
166166
]}

0 commit comments

Comments
 (0)