build(#10336): make storybook buildable

This commit is contained in:
Acid Chicken (硫酸鶏)
2023-04-01 18:05:14 +09:00
parent e7a15b5604
commit 65f20de821
4 changed files with 408 additions and 18 deletions

View File

@@ -21,11 +21,11 @@
},
"devDependencies": {
"@microsoft/api-extractor": "7.34.4",
"@swc/jest": "0.2.24",
"@types/jest": "29.5.0",
"@types/node": "18.15.11",
"@typescript-eslint/eslint-plugin": "5.57.0",
"@typescript-eslint/parser": "5.57.0",
"@swc/jest": "0.2.24",
"eslint": "8.37.0",
"jest": "^29.5.0",
"jest-fetch-mock": "^3.0.3",
@@ -40,6 +40,7 @@
"dependencies": {
"@swc/cli": "0.1.62",
"@swc/core": "1.3.42",
"autobind-decorator": "^2.4.0",
"eventemitter3": "5.0.0",
"reconnecting-websocket": "^4.4.0"
}