Skip to content

Commit

Permalink
Update vite in examples to 2.9.0-beta.8 (#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
IanVS committed Mar 25, 2022
1 parent f4d08ed commit 002b459
Show file tree
Hide file tree
Showing 6 changed files with 140 additions and 101 deletions.
2 changes: 1 addition & 1 deletion examples/react-ts/package.json
Expand Up @@ -28,7 +28,7 @@
"npm-run-all": "^4.1.5",
"storybook-builder-vite": "workspace:*",
"typescript": "^4.5.4",
"vite": "2.8.5",
"vite": "2.9.0-beta.8",
"wait-on": "^6.0.1"
}
}
2 changes: 1 addition & 1 deletion examples/react/package.json
Expand Up @@ -27,7 +27,7 @@
"jest": "^27.5.1",
"npm-run-all": "^4.1.5",
"storybook-builder-vite": "workspace:*",
"vite": "2.8.5",
"vite": "2.9.0-beta.8",
"wait-on": "^6.0.1"
}
}
2 changes: 1 addition & 1 deletion examples/svelte/package.json
Expand Up @@ -31,7 +31,7 @@
"storybook-builder-vite": "workspace:*",
"svelte-preprocess": "^4.10.4",
"typescript": "^4.5.5",
"vite": "2.8.5",
"vite": "2.9.0-beta.8",
"wait-on": "^6.0.1"
}
}
2 changes: 1 addition & 1 deletion examples/vue/package.json
Expand Up @@ -26,7 +26,7 @@
"jest": "^27.5.1",
"npm-run-all": "^4.1.5",
"storybook-builder-vite": "workspace:*",
"vite": "2.8.5",
"vite": "2.9.0-beta.8",
"wait-on": "^6.0.1"
}
}
2 changes: 1 addition & 1 deletion examples/workspaces/packages/catalog/package.json
Expand Up @@ -20,6 +20,6 @@
"@storybook/addon-essentials": "^6.5.0-alpha.49",
"@storybook/react": "^6.5.0-alpha.49",
"storybook-builder-vite": "workspace:*",
"vite": "2.8.5"
"vite": "2.9.0-beta.7"
}
}

0 comments on commit 002b459

Please sign in to comment.