Skip to content

Commit

Permalink
chore: update vite (#623)
Browse files Browse the repository at this point in the history
  • Loading branch information
edodusi authored Jan 17, 2025
1 parent 1db3911 commit 1d99807
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@storyblok/js",
"type": "module",
"version": "3.2.0",
"version": "3.2.1",
"private": false,
"packageManager": "[email protected]",
"description": "SDK to integrate Storyblok into your project using JavaScript.",
Expand Down Expand Up @@ -59,7 +59,7 @@
"simple-git-hooks": "^2.11.1",
"start-server-and-test": "^2.0.9",
"typescript": "^5.7.2",
"vite": "^6.0.5",
"vite": "^6.0.6",
"vite-plugin-banner": "^0.8.0",
"vite-plugin-dts": "^4.4.0",
"vite-plugin-qrcode": "^0.2.3",
Expand Down
4 changes: 0 additions & 4 deletions playground/vue/pages/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@ onMounted(() => {
storyHome.value.id,
evStory => (storyHome.value = evStory),
);
useStoryblokBridge(
storyTest.value.id,
evStory => (storyTest.value = evStory),
);
});
</script>

Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1d99807

Please sign in to comment.