Skip to content

Commit 7cd5f2f

Browse files
committed
chore: 페이먼츠 패키지 및 barrels 경로 개선
1 parent e471b48 commit 7cd5f2f

File tree

6 files changed

+10
-6
lines changed

6 files changed

+10
-6
lines changed

.yarn/install-state.gz

1.15 KB
Binary file not shown.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@tanstack/react-router": "^1.22.5",
2222
"axios": "^1.6.8",
2323
"clsx": "^2.1.0",
24-
"myfirstpackage-payments": "^0.2.0",
24+
"myfirstpackage-payments": "^0.2.2",
2525
"react": "^18.2.0",
2626
"react-dom": "^18.2.0",
2727
"react-error-boundary": "^4.0.13",

src/components/index.ts

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
*/
44

55
export * from './Button/index';
6+
export * from './Carousel/index';
67
export * from './Cart/index';
78
export * from './Checkbox/index';
89
export * from './Divider/index';
@@ -12,6 +13,7 @@ export * from './Image/index';
1213
export * from './Layout/index';
1314
export * from './OrderHistory/index';
1415
export * from './Overlay/index';
16+
export * from './Payments/index';
1517
export * from './Product/index';
1618
export * from './ProductDetail/index';
1719
export * from './QuantityCounter/index';

src/hooks/order/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
* @file Automatically generated by barrelsby.
33
*/
44

5+
export * from './useCardState';
56
export * from './useSyncOrder';

src/types/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
* @file Automatically generated by barrelsby.
33
*/
44

5+
export * from './card.type';
56
export * from './cart.type';
67
export * from './order.type';
78
export * from './product.type';

yarn.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -9204,15 +9204,15 @@ __metadata:
92049204
languageName: node
92059205
linkType: hard
92069206

9207-
"myfirstpackage-payments@npm:^0.2.0":
9208-
version: 0.2.0
9209-
resolution: "myfirstpackage-payments@npm:0.2.0"
9207+
"myfirstpackage-payments@npm:^0.2.2":
9208+
version: 0.2.2
9209+
resolution: "myfirstpackage-payments@npm:0.2.2"
92109210
dependencies:
92119211
"@xstate/react": "npm:^4.1.0"
92129212
react: "npm:^18.2.0"
92139213
react-dom: "npm:^18.2.0"
92149214
xstate: "npm:^5.9.1"
9215-
checksum: 10c0/5379942c517a3ba60dbfd407b81b9b0d709fe379d839c9cb9039bd512a9e631e059adb9e66489bc7910a47103e6d8382a98181025824058954e0aae12d941ebd
9215+
checksum: 10c0/bc57d7c802357194afc8e86592c4af202cd2fefe573c98a0afbdee6b05d2c4d6a97e701d5d17c2ac31417a44b0a6a73356534a77d3b90f703a94b8aa2b424bd6
92169216
languageName: node
92179217
linkType: hard
92189218

@@ -10511,7 +10511,7 @@ __metadata:
1051110511
husky: "npm:^8.0.3"
1051210512
jsdom: "npm:^24.0.0"
1051310513
msw: "npm:^2.2.13"
10514-
myfirstpackage-payments: "npm:^0.2.0"
10514+
myfirstpackage-payments: "npm:^0.2.2"
1051510515
prettier: "npm:^3.2.5"
1051610516
react: "npm:^18.2.0"
1051710517
react-dom: "npm:^18.2.0"

0 commit comments

Comments
 (0)