Adds Redux and React-Intl to storybook (#35094)

This commit is contained in:
Echo 2025-06-24 11:31:27 +02:00 committed by GitHub
parent c4128d89c9
commit 8ee8231a43
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 876 additions and 53 deletions

View file

@ -172,6 +172,8 @@
"globals": "^16.0.0",
"husky": "^9.0.11",
"lint-staged": "^16.0.0",
"msw": "^2.10.2",
"msw-storybook-addon": "^2.0.5",
"playwright": "^1.52.0",
"prettier": "^3.3.3",
"react-test-renderer": "^18.2.0",
@ -202,5 +204,10 @@
"react-router-dom": {
"optional": true
}
},
"msw": {
"workerDirectory": [
".storybook/static"
]
}
}