Skip to content

Commit a7102c7

Browse files
committed
fix(deps): pin vue to 3.5.25 due to compatibility issues with histoire
``` Error while collecting story ./packages/stage-ui/stories/components/Colors.story.vue: undefined node:internal/process/promises:392 new UnhandledPromiseRejection(reason); ^ UnhandledPromiseRejection: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason "#<Object>". at throwUnhandledRejectionsMode (node:internal/process/promises:392:7) at processPromiseRejections (node:internal/process/promises:475:17) at process.processTicksAndRejections (node:internal/process/task_queues:106:32) { code: 'ERR_UNHANDLED_REJECTION' } ```
1 parent c56be71 commit a7102c7

File tree

2 files changed

+549
-442
lines changed

2 files changed

+549
-442
lines changed

packages/stage-ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@
135135
"vue-i18n": "^11.2.2",
136136
"vue-router": "^4.6.4",
137137
"vue-sonner": "^2.0.9",
138-
"vue-tsc": "^3.1.8",
139138
"xast-util-to-xml": "^4.0.0",
140139
"xastscript": "^4.0.0",
141140
"zod": "^4.2.1"
@@ -175,6 +174,7 @@
175174
"unplugin-info": "^1.2.4",
176175
"unplugin-yaml": "^3.0.7",
177176
"vite": "^6.4.1",
178-
"vue": "^3.5.25"
177+
"vue": "3.5.25",
178+
"vue-tsc": "^3.1.8"
179179
}
180180
}

0 commit comments

Comments
 (0)