Skip to content

Commit

Permalink
Fix: MSW 버전 다운그레이드
Browse files Browse the repository at this point in the history
- 실행 시 오류 발생
vercel/next.js#70262
  • Loading branch information
mina-gwak committed Oct 3, 2024
1 parent 9132db1 commit 0a9ca84
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"eslint-plugin-storybook": "^0.8.0",
"husky": "^9.1.4",
"lint-staged": "^15.2.8",
"msw": "^2.3.5",
"msw": "^2.4.3",
"postcss": "^8",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5",
Expand Down
14 changes: 7 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion public/mockServiceWorker.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* - Please do NOT serve this file on production.
*/

const PACKAGE_VERSION = '2.3.5'
const PACKAGE_VERSION = '2.4.3'
const INTEGRITY_CHECKSUM = '26357c79639bfa20d64c0efca2a87423'
const IS_MOCKED_RESPONSE = Symbol('isMockedResponse')
const activeClientIds = new Set()
Expand Down

0 comments on commit 0a9ca84

Please sign in to comment.