Skip to content

Commit ca4ecc2

Browse files
committed
deps: Update vite
1 parent af8433f commit ca4ecc2

5 files changed

Lines changed: 341 additions & 255 deletions

File tree

.storybook/main.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,12 +98,10 @@ const config: StorybookConfig = {
9898
},
9999
build: {
100100
rolldownOptions: {
101-
experimental: {
102-
strictExecutionOrder: true
103-
},
104101
treeshake: false,
105102
output: {
106-
keepNames: true
103+
keepNames: true,
104+
strictExecutionOrder: true
107105
},
108106
onwarn: (warning, warn) => {
109107
// Suppress specific warnings

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192
},
193193
"pnpm": {
194194
"overrides": {
195-
"vite": "^8.0.0-beta.8"
195+
"vite": "^8.0.0-beta.11"
196196
}
197197
}
198198
}

0 commit comments

Comments
 (0)