Skip to content

Commit bfcdf07

Browse files
author
Coltin Kifer
committed
chore: upgrade recharts
1 parent 6d2dfb6 commit bfcdf07

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
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
@@ -62,7 +62,7 @@
6262
"react-monaco-editor": "^0.58.0",
6363
"react-router": "^7.6.2",
6464
"react-runner": "^1.0.5",
65-
"recharts": "^3.0.1",
65+
"recharts": "^3.0.2",
6666
"simple-line-icons": "^2.5.5"
6767
},
6868
"license": "MIT"

vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import { codecovVitePlugin } from '@codecov/vite-plugin';
77
export default defineConfig({
88
// depending on your application, base can also be "/"
99
base: '/',
10+
loader: { '.js': 'jsx' },
1011
plugins: [
1112
react({
1213
babel: {

0 commit comments

Comments
 (0)