From 100c8c72b7bd5e6c8659aab40fbc6e721e61d2f0 Mon Sep 17 00:00:00 2001 From: jaesjeon Date: Mon, 5 Sep 2022 14:18:56 +0900 Subject: [PATCH] fixed: dependencies update, react-table, recharts #93 --- frontend/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 34ad5b6..62e47e6 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -15,7 +15,7 @@ "@testing-library/user-event": "^13.5.0", "@types/jest": "^27.5.0", "@types/react-redux": "^7.1.24", - "@types/react-table": "^7.7.11", + "@types/react-table": "^7.7.12", "axios": "^0.27.2", "moment": "^2.29.3", "react": "^18.1.0", @@ -23,8 +23,8 @@ "react-redux": "^8.0.1", "react-router-dom": "^6.3.0", "react-scripts": "5.0.1", - "react-table": "^7.7.0", - "recharts": "^2.1.9", + "react-table": "^7.8.0", + "recharts": "^2.1.13", "styled-components": "^5.3.5", "web-vitals": "^2.1.4" },