Skip to content

Commit d8030be

Browse files
authored
chore: fix storybook monorepo hot-reload and deps (#3341)
1 parent 727b673 commit d8030be

File tree

3 files changed

+4
-95
lines changed

3 files changed

+4
-95
lines changed

packages/docs/.storybook/main.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,11 @@ export default {
8383
"~@vibe/style/dist/mixins": path.resolve(__dirname, "../../style/src/mixins"),
8484
"~@vibe/style/dist/functions": path.resolve(__dirname, "../../style/src/functions"),
8585
"~@vibe/style": path.resolve(__dirname, "../../style"),
86+
"vibe-storybook-components": path.resolve(__dirname, "../../storybook-blocks/src/index.ts"),
8687
"~vibe-storybook-components": path.resolve(__dirname, "../../storybook-blocks/src"),
8788
"@vibe/shared": path.resolve(__dirname, "../../shared/src"),
89+
"@vibe/hooks": path.resolve(__dirname, "../../hooks/src/index.ts"),
90+
"@vibe/icons": path.resolve(__dirname, "../../icons/src/react/index.ts"),
8891
"@vibe/core/interactionsTests": path.resolve(__dirname, "../../core/src/tests/interactions-utils.ts"),
8992
"@vibe/core/next": path.resolve(__dirname, "../../core/src/components/next.ts"),
9093
"@vibe/core": path.resolve(__dirname, "../../core/src/index.ts"),

packages/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"chromatic:local": "chromatic -t $CHROMATIC_PROJECT_TOKEN"
2323
},
2424
"dependencies": {
25-
"@vibe/core": "3.85.1",
25+
"@vibe/core": "4.0.0",
2626
"@vibe/icons": "4.0.0",
2727
"@vibe/shared": "4.0.0",
2828
"@vibe/style": "4.0.0",

yarn.lock

Lines changed: 0 additions & 94 deletions
Original file line numberDiff line numberDiff line change
@@ -6699,49 +6699,6 @@
66996699
classnames "^2.5.1"
67006700
es-toolkit "^1.39.10"
67016701

6702-
"@vibe/core@3.85.1":
6703-
version "3.85.1"
6704-
resolved "https://registry.yarnpkg.com/@vibe/core/-/core-3.85.1.tgz#ba541d5c3798e44810cb76e12720d690d86a04a0"
6705-
integrity sha512-4FLmMGV8Z0N5EdfVGqx9GicA54iKozLnEYKwWhgGfu7kKgGroQTUgbOe8IBeKo9WWXyK0Ye1xOC7CyeaWwW6JA==
6706-
dependencies:
6707-
"@popperjs/core" "2.11.6"
6708-
"@vibe/base" "3.0.5"
6709-
"@vibe/button" "3.0.16"
6710-
"@vibe/clickable" "3.0.3"
6711-
"@vibe/dialog" "3.0.11"
6712-
"@vibe/hooks" "3.0.3"
6713-
"@vibe/icon" "3.0.11"
6714-
"@vibe/icon-button" "3.0.4"
6715-
"@vibe/icons" "1.16.0"
6716-
"@vibe/layer" "3.0.10"
6717-
"@vibe/layout" "3.0.3"
6718-
"@vibe/loader" "3.0.11"
6719-
"@vibe/shared" "3.0.8"
6720-
"@vibe/tooltip" "3.0.4"
6721-
"@vibe/typography" "3.0.4"
6722-
a11y-dialog "^7.5.2"
6723-
body-scroll-lock "^4.0.0-beta.0"
6724-
browserslist-config-monday "1.0.6"
6725-
classnames "^2.3.2"
6726-
date-fns "^2.30.0"
6727-
downshift "^9.0.8"
6728-
es-toolkit "^1.39.10"
6729-
framer-motion "^6.5.1"
6730-
monday-ui-style "0.26.2"
6731-
react-dates "21.8.0"
6732-
react-day-picker "^8.8.0"
6733-
react-focus-lock "^2.13.2"
6734-
react-inlinesvg "^4.1.3"
6735-
react-is "^16.9.0"
6736-
react-popper "^2.3.0"
6737-
react-remove-scroll "^2.6.0"
6738-
react-select "npm:react-select-module@3.4.0"
6739-
react-transition-group "^4.4.5"
6740-
react-virtualized-auto-sizer "^1.0.7"
6741-
react-window "^1.8.7"
6742-
react-windowed-select "^2.0.4"
6743-
style-inject "^0.3.0"
6744-
67456702
"@vibe/core@^3.59.0":
67466703
version "3.87.0"
67476704
resolved "https://registry.yarnpkg.com/@vibe/core/-/core-3.87.0.tgz#ef2e6d2a03bdc59aa792451ea16557f980dbe5b5"
@@ -6786,20 +6743,6 @@
67866743
react-windowed-select "^2.0.4"
67876744
style-inject "^0.3.0"
67886745

6789-
"@vibe/dialog@3.0.11":
6790-
version "3.0.11"
6791-
resolved "https://registry.yarnpkg.com/@vibe/dialog/-/dialog-3.0.11.tgz#a7be64b673bb7443325b39f38582758b077c6331"
6792-
integrity sha512-a0Gh6NfnTtbSgIIuVJwW09Cvfh+O1V+21CQ2J1rtVqTPOCGzSKlnC+omzEnJMnnotbYYSSne8K310Y2shaorFA==
6793-
dependencies:
6794-
"@popperjs/core" "2.11.6"
6795-
"@vibe/hooks" "3.0.3"
6796-
"@vibe/layer" "3.0.10"
6797-
"@vibe/shared" "3.0.8"
6798-
classnames "^2.5.1"
6799-
es-toolkit "^1.39.10"
6800-
react-popper "^2.3.0"
6801-
react-transition-group "^4.4.5"
6802-
68036746
"@vibe/dialog@3.0.12":
68046747
version "3.0.12"
68056748
resolved "https://registry.yarnpkg.com/@vibe/dialog/-/dialog-3.0.12.tgz#f417c21fd15fdbe0c10552e2ccf768125542c1f6"
@@ -6823,19 +6766,6 @@
68236766
classnames "^2.5.1"
68246767
es-toolkit "^1.39.10"
68256768

6826-
"@vibe/icon-button@3.0.4":
6827-
version "3.0.4"
6828-
resolved "https://registry.yarnpkg.com/@vibe/icon-button/-/icon-button-3.0.4.tgz#cd11ca357a16415174bf866ba3124d708ec6ebfc"
6829-
integrity sha512-lOuO2kb9MnwAx0jVlDKxYSxIOE3G6Pr9B4DA8Mdk7jYJ+ZqEwcJKMAA84rXi6iQBUOebpqv7MpS/IEc4NcV0gw==
6830-
dependencies:
6831-
"@vibe/button" "3.0.16"
6832-
"@vibe/icon" "3.0.11"
6833-
"@vibe/icons" "1.16.0"
6834-
"@vibe/shared" "3.0.8"
6835-
"@vibe/tooltip" "3.0.4"
6836-
classnames "^2.5.1"
6837-
es-toolkit "^1.39.10"
6838-
68396769
"@vibe/icon-button@3.0.5":
68406770
version "3.0.5"
68416771
resolved "https://registry.yarnpkg.com/@vibe/icon-button/-/icon-button-3.0.5.tgz#3bbb1db95a3c2af1737acfbcef54a38867ba8191"
@@ -6900,18 +6830,6 @@
69006830
dependencies:
69016831
es-toolkit "^1.39.10"
69026832

6903-
"@vibe/tooltip@3.0.4":
6904-
version "3.0.4"
6905-
resolved "https://registry.yarnpkg.com/@vibe/tooltip/-/tooltip-3.0.4.tgz#73630b7747dd1721ed1e797e5e452bce06451580"
6906-
integrity sha512-4YjCaaz5oToONkE8nUAXubeKW6m3/Wm2K40kMDZda3Agdc4qiLlynT44AGByIWExJCbcVL3IqZsZ4xQjOo/Eiw==
6907-
dependencies:
6908-
"@vibe/dialog" "3.0.11"
6909-
"@vibe/icon" "3.0.11"
6910-
"@vibe/layout" "3.0.3"
6911-
"@vibe/shared" "3.0.8"
6912-
classnames "^2.5.1"
6913-
es-toolkit "^1.39.10"
6914-
69156833
"@vibe/tooltip@3.0.5":
69166834
version "3.0.5"
69176835
resolved "https://registry.yarnpkg.com/@vibe/tooltip/-/tooltip-3.0.5.tgz#7e793b7086eec6951e892dfdc52a1375e787248b"
@@ -6924,18 +6842,6 @@
69246842
classnames "^2.5.1"
69256843
es-toolkit "^1.39.10"
69266844

6927-
"@vibe/typography@3.0.4":
6928-
version "3.0.4"
6929-
resolved "https://registry.yarnpkg.com/@vibe/typography/-/typography-3.0.4.tgz#c19140765431c2f9ae23bfb0e9a69c37dcff7784"
6930-
integrity sha512-fyvsEXG7e7+U5+mbGj+RiHMyTLGyQAepsYcsd/TrqRSHyoBkmWyrlM3Hkhe+X7Du5r5fdUEudbEAC394enHT7Q==
6931-
dependencies:
6932-
"@vibe/hooks" "3.0.3"
6933-
"@vibe/shared" "3.0.8"
6934-
"@vibe/tooltip" "3.0.4"
6935-
classnames "^2.5.1"
6936-
es-toolkit "^1.39.10"
6937-
monday-ui-style "0.26.2"
6938-
69396845
"@vibe/typography@3.0.5":
69406846
version "3.0.5"
69416847
resolved "https://registry.yarnpkg.com/@vibe/typography/-/typography-3.0.5.tgz#d6cc582f24b15ea4bd5181b90f1a3f616f55292b"

0 commit comments

Comments
 (0)