-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* feat: BookInfoCard 컴포넌트 추상화 * feat: BookInfoCard story 추가 * fix: storybook-msw-addon 설치, ReactQuery 동작하도록 수정 * refactor: msw path 정규표현식을 사용하여 추출하도록 수정
- Loading branch information
Showing
12 changed files
with
764 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,6 +55,8 @@ | |
"less": "^4.1.3", | ||
"less-loader": "^11.1.3", | ||
"lint-staged": "^13.1.1", | ||
"msw": "1.3.2", | ||
"msw-storybook-addon": "^1.10.0", | ||
"postcss": "^8.4.25", | ||
"prettier": "^2.8.4", | ||
"prettier-plugin-tailwindcss": "^0.3.0", | ||
|
@@ -70,5 +72,8 @@ | |
] | ||
}, | ||
"readme": "ERROR: No README data found!", | ||
"_id": "[email protected]" | ||
"_id": "[email protected]", | ||
"msw": { | ||
"workerDirectory": "public" | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.