Skip to content

Commit 623caa5

Browse files
author
Coltin Kifer
committed
chore: upgrade recharts
1 parent 3322320 commit 623caa5

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

package-lock.json

Lines changed: 7 additions & 7 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
"react-monaco-editor": "^0.58.0",
6262
"react-router": "^7.6.3",
6363
"react-runner": "^1.0.5",
64-
"recharts": "^3.0.2",
64+
"recharts": "^3.1.0",
6565
"simple-line-icons": "^2.5.5"
6666
},
6767
"license": "MIT"

src/components/Shared/StackBlitzLink.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const dependencies: ProjectDependencies = {
4949
react: '^19.0.0',
5050
'react-is': '^19.0.0',
5151
'react-dom': '^19.0.0',
52-
recharts: '^3.0.0',
52+
recharts: '^3.1.0',
5353
'@types/react': '^19.0.0',
5454
'@types/react-dom': '^19.0.0',
5555
};

0 commit comments

Comments
 (0)