From 97790c021e759fa870d2a421b43fa0e4cfa29261 Mon Sep 17 00:00:00 2001 From: feb-dain Date: Thu, 19 Oct 2023 23:03:02 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=EC=B9=B4=ED=8E=98=EC=9D=B8=20=EA=B3=B5?= =?UTF-8?q?=ED=86=B5=20=EC=BB=B4=ED=8F=AC=EB=84=8C=ED=8A=B8=20=EB=B6=84?= =?UTF-8?q?=EB=A6=AC=20=ED=9B=84=20npm=20=EB=B0=B0=ED=8F=AC=ED=95=9C=20?= =?UTF-8?q?=EA=B2=83=20=EC=82=AC=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/package.json | 1 + .../congestion/CongestionStatistics.tsx | 2 +- frontend/yarn.lock | 33 +++++++++++++++++++ 3 files changed, 35 insertions(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index fd0d9948a..15bc435f9 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -24,6 +24,7 @@ "@types/react": "^18.2.15", "@types/react-dom": "^18.2.7", "@types/styled-components": "^5.1.26", + "car-ffeine-design-system": "^0.0.7", "copy-webpack-plugin": "^11.0.0", "dotenv-webpack": "^8.0.1", "esbuild-loader": "^4.0.0", diff --git a/frontend/src/components/ui/StationDetailsWindow/congestion/CongestionStatistics.tsx b/frontend/src/components/ui/StationDetailsWindow/congestion/CongestionStatistics.tsx index 89321563d..82c41b30b 100644 --- a/frontend/src/components/ui/StationDetailsWindow/congestion/CongestionStatistics.tsx +++ b/frontend/src/components/ui/StationDetailsWindow/congestion/CongestionStatistics.tsx @@ -1,4 +1,5 @@ import { getChargerCountsAndAvailability } from '@tools/getChargerCountsAndAvailability'; +import { Tab } from 'car-ffeine-design-system'; import { useState } from 'react'; @@ -6,7 +7,6 @@ import { useStationCongestionStatistics } from '@hooks/tanstack-query/station-de import { useStationDetails } from '@hooks/tanstack-query/station-details/useStationDetails'; import Box from '@common/Box'; -import Tab from '@common/Tab'; import Error from '@ui/Error'; diff --git a/frontend/yarn.lock b/frontend/yarn.lock index c3c2ac427..5a96ed589 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -5052,6 +5052,15 @@ caniuse-lite@^1.0.30001503: resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001509.tgz" integrity sha512-2uDDk+TRiTX5hMcUYT/7CSyzMZxjfGu0vAUjS2g0LSD8UoXOv0LtpH4LxGMemsiPq6LCVIUjNwVM0erkOkGCDA== +car-ffeine-design-system@^0.0.7: + version "0.0.7" + resolved "https://registry.yarnpkg.com/car-ffeine-design-system/-/car-ffeine-design-system-0.0.7.tgz#2c7d9ec2d02f0e72154685f34cb925407b8f1102" + integrity sha512-+lXcyTldWkz6sgc4u4oJqZwMXwsw1cERL/C38Hyw8MgQOLL2jH+yQnWqebGSFtbTly5ZAPy3tKbe53wj0Kky0Q== + dependencies: + react "^18.2.0" + react-dom "^18.2.0" + styled-components "^6.1.0" + case-sensitive-paths-webpack-plugin@^2.4.0: version "2.4.0" resolved "https://registry.npmjs.org/case-sensitive-paths-webpack-plugin/-/case-sensitive-paths-webpack-plugin-2.4.0.tgz" @@ -9506,6 +9515,15 @@ postcss@^8.4.23: picocolors "^1.0.0" source-map-js "^1.0.2" +postcss@^8.4.31: + version "8.4.31" + resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.31.tgz#92b451050a9f914da6755af352bdc0192508656d" + integrity sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ== + dependencies: + nanoid "^3.3.6" + picocolors "^1.0.0" + source-map-js "^1.0.2" + prelude-ls@^1.2.1: version "1.2.1" resolved "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz" @@ -10757,6 +10775,21 @@ styled-components@^6.0.4: stylis "^4.3.0" tslib "^2.5.0" +styled-components@^6.1.0: + version "6.1.0" + resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-6.1.0.tgz#228e3ab9c1ee1daa4b0a06aae30df0ed14fda274" + integrity sha512-VWNfYYBuXzuLS/QYEeoPgMErP26WL+dX9//rEh80B2mmlS1yRxRxuL5eax4m6ybYEUoHWlTy2XOU32767mlMkg== + dependencies: + "@emotion/is-prop-valid" "^1.2.1" + "@emotion/unitless" "^0.8.0" + "@types/stylis" "^4.0.2" + css-to-react-native "^3.2.0" + csstype "^3.1.2" + postcss "^8.4.31" + shallowequal "^1.1.0" + stylis "^4.3.0" + tslib "^2.5.0" + stylis@^4.3.0: version "4.3.0" resolved "https://registry.npmjs.org/stylis/-/stylis-4.3.0.tgz"