Skip to content

Commit

Permalink
add nuxt dev dependency for testing build
Browse files Browse the repository at this point in the history
  • Loading branch information
chakAs3 committed Feb 21, 2024
1 parent 0948d8e commit 0e0008d
Show file tree
Hide file tree
Showing 3 changed files with 2,341 additions and 607 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"devDependencies": {
"@antfu/eslint-config": "^0.40.3",
"@storybook-vue/nuxt": "workspace:*",
"@types/node": "^16.18.71",
"@types/node": "^16.18.82",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.56.0",
Expand All @@ -36,9 +36,9 @@
"rimraf": "^5.0.5",
"simple-git-hooks": "^2.9.0",
"typescript": "^4.9.5",
"ufo": "^1.3.2",
"ufo": "^1.4.0",
"unbuild": "^1.2.1",
"vite": "^4.5.1",
"vite": "^4.5.2",
"vite-hot-client": "^0.2.3",
"vue-tsc": "^1.8.27"
},
Expand Down
5 changes: 3 additions & 2 deletions packages/storybook-nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook-vue/nuxt",
"version": "0.2.3-alpha.7",
"version": "0.2.3-alpha.8",
"packageManager": "[email protected]",
"description": "Storybook for Nuxt and Vite: Develop Vue3 components in isolation with Hot Reloading.",
"license": "MIT",
Expand Down Expand Up @@ -83,7 +83,8 @@
"@storybook/types": "^7.6.8",
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^3.0.1",
"changelogen": "^0.5.5"
"changelogen": "^0.5.5",
"nuxt": "3.10.2"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 0e0008d

Please sign in to comment.