Skip to content

Commit

Permalink
Bump recharts, which does strange things to Vite in V1
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathonherbert committed Mar 1, 2024
1 parent 2a20764 commit 3747675
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fronts-client/integration/server/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,6 @@
capiPreviewUrl: '/api/preview/'
});
</script>
<script src="/dist/index.js"></script>
<script src="/fronts-client-v2/dist/index.js"></script>
</body>
</html>
3 changes: 1 addition & 2 deletions fronts-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@
"@types/react-beautiful-dnd": "^11.0.3",
"@types/react-dates": "^21.8.0",
"@types/react-test-renderer": "^16.0.3",
"@types/recharts": "^1.8.26",
"@types/redux-thunk": "^2.1.0",
"@types/shallowequal": "^1.1.1",
"@types/uuid": "^3.4.4",
Expand Down Expand Up @@ -120,7 +119,7 @@
"react-router-redux": "^4.0.8",
"react-testing-library": "6.1.2",
"react-transition-group": "^2.6.0",
"recharts": "^1.6.2",
"recharts": "^2.12.2",
"redux": "^4.2.1",
"redux-batched-actions": "^0.4.1",
"redux-form": "^8.2.4",
Expand Down

0 comments on commit 3747675

Please sign in to comment.