Skip to content

Commit

Permalink
feat: 활동 후기 페이지 세팅 (#1460)
Browse files Browse the repository at this point in the history
* feat: 활동 후기 페이지 세팅

* refactor: msw 버전 업그레이드

* fix: 스토리북 msw 에러 해결
  • Loading branch information
seojisoosoo authored Jul 16, 2024
1 parent ad32896 commit 8955bd4
Show file tree
Hide file tree
Showing 9 changed files with 531 additions and 422 deletions.
1 change: 1 addition & 0 deletions .storybook/preview.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
'use client';
import { themes } from '@storybook/theming';
import { QueryClient, QueryClientProvider } from '@tanstack/react-query';
import { OverlayProvider } from '@toss/use-overlay';
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@
"jest": "^29.6.4",
"jest-environment-jsdom": "^29.4.3",
"jscodeshift": "^0.15.1",
"msw": "^0.39.2",
"msw-storybook-addon": "^1.8.0",
"msw": "^2.3.1",
"msw-storybook-addon": "^2.0.3",
"postcss-html": "^1.4.1",
"postcss-syntax": "^0.36.2",
"prettier": "^2.8.8",
Expand Down
Loading

0 comments on commit 8955bd4

Please sign in to comment.