Skip to content

Commit

Permalink
chore: fix linter and update lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez committed Jul 10, 2024
1 parent f08ce97 commit 16675ce
Show file tree
Hide file tree
Showing 5 changed files with 12,764 additions and 9,591 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,22 @@

[compare changes](https://github.com/nuxt-modules/storybook/compare/v7.0.0-alpha.0...v7.0.0)

## v0.2.10

[compare changes](https://github.com/nuxt-modules/storybook/compare/v0.2.9...v0.2.10)

### 🏡 Chore

- Fix release script ([#681](https://github.com/nuxt-modules/storybook/pull/681))
- **ci:** Add GitHub PR template ([#682](https://github.com/nuxt-modules/storybook/pull/682))
- Stay on main branch for releases ([#683](https://github.com/nuxt-modules/storybook/pull/683))
- Fix deployment of docs ([#685](https://github.com/nuxt-modules/storybook/pull/685))

### ❤️ Contributors

- Tobias Diez <code@tobiasdiez.de>
- Gangan ([@shinGangan](http://github.com/shinGangan))

## v0.2.9

[compare changes](https://github.com/nuxt-modules/storybook/compare/v0.2.8...v0.2.9)
Expand Down
19 changes: 0 additions & 19 deletions packages/storybook-addon/CHANGELOG.md

This file was deleted.

200 changes: 100 additions & 100 deletions packages/storybook-addon/package.json
Original file line number Diff line number Diff line change
@@ -1,105 +1,105 @@
{
"name": "@storybook-vue/nuxt",
"version": "0.2.10",
"description": "Storybook addon for Nuxt and Vite",
"license": "MIT",
"homepage": "https://storybook.nuxtjs.org",
"repository": {
"type": "git",
"url": "git+https://github.com/nuxt-modules/storybook.git",
"directory": "packages/storybook-addon"
"name": "@storybook-vue/nuxt",
"version": "0.2.10",
"description": "Storybook addon for Nuxt and Vite",
"license": "MIT",
"homepage": "https://storybook.nuxtjs.org",
"repository": {
"type": "git",
"url": "git+https://github.com/nuxt-modules/storybook.git",
"directory": "packages/storybook-addon"
},
"bugs": {
"url": "https://github.com/nuxt-modules/storybook/issues"
},
"keywords": [
"storybook",
"nuxt",
"vite",
"vue3"
],
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"node": "./dist/index.cjs",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
},
"bugs": {
"url": "https://github.com/nuxt-modules/storybook/issues"
"./preset": {
"types": "./dist/preset.d.ts",
"require": "./dist/preset.cjs"
},
"keywords": [
"storybook",
"nuxt",
"vite",
"vue3"
],
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"node": "./dist/index.cjs",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
},
"./preset": {
"types": "./dist/preset.d.ts",
"require": "./dist/preset.cjs"
},
"./preview": {
"types": "./dist/preview.d.ts",
"import": "./dist/preview.mjs",
"default": "./preview.js"
},
"./package.json": "./package.json"
"./preview": {
"types": "./dist/preview.d.ts",
"import": "./dist/preview.mjs",
"default": "./preview.js"
},
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist/**/*",
"template/**/*",
"README.md",
"*.js",
"*.mjs",
"*.cjs",
"*.d.ts"
"./package.json": "./package.json"
},
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist/**/*",
"template/**/*",
"README.md",
"*.js",
"*.mjs",
"*.cjs",
"*.d.ts"
],
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"build": "unbuild",
"dev:prepare": "unbuild --stub",
"test": "vitest run",
"dev": "unbuild",
"prepack": "unbuild",
"release": "pnpm changelogen --release --push && pnpm publish"
},
"peerDependencies": {
"nuxt": "^3.6 || ^3.7 || ^3.8",
"vite": "^3.0.0 || ^4.0.0 || ^5.0.0",
"vue": "^3.0.0"
},
"dependencies": {
"@nuxt/kit": "^3.12.2",
"@nuxt/schema": "^3.12.2",
"@nuxt/vite-builder": "^3.12.2",
"@rollup/plugin-replace": "^5.0.7",
"@storybook/builder-vite": "^8.1.11",
"@storybook/vue3": "^8.1.11",
"@storybook/vue3-vite": "^8.1.11",
"json-stable-stringify": "^1.1.1",
"nuxt": "^3.12.2",
"ofetch": "^1.3.4",
"pathe": "^1.1.2",
"unctx": "^2.3.1",
"vue": "^3.4.31",
"vue-router": "^4.3.0"
},
"devDependencies": {
"@storybook/types": "^8.1.11",
"@types/json-stable-stringify": "^1.0.36",
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue-jsx": "^4.0.0",
"changelogen": "^0.5.5",
"typescript": "^5.4.3",
"unbuild": "^2.0.0",
"vite": "^5.2.2"
},
"publishConfig": {
"access": "public"
},
"bundler": {
"entries": [
"./src/index.ts",
"./src/preview.ts",
"./src/preset.ts"
],
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"build": "unbuild",
"dev:prepare": "unbuild --stub",
"test": "vitest run",
"dev": "unbuild",
"prepack": "unbuild",
"release": "pnpm changelogen --release --push && pnpm publish"
},
"peerDependencies": {
"nuxt": "^3.6 || ^3.7 || ^3.8",
"vite": "^3.0.0 || ^4.0.0 || ^5.0.0",
"vue": "^3.0.0"
},
"dependencies": {
"@nuxt/kit": "^3.12.2",
"@nuxt/schema": "^3.12.2",
"@nuxt/vite-builder": "^3.12.2",
"@rollup/plugin-replace": "^5.0.7",
"@storybook/builder-vite": "^8.1.11",
"@storybook/vue3": "^8.1.11",
"@storybook/vue3-vite": "^8.1.11",
"json-stable-stringify": "^1.1.1",
"nuxt": "^3.12.2",
"ofetch": "^1.3.4",
"pathe": "^1.1.2",
"unctx": "^2.3.1",
"vue": "^3.4.31",
"vue-router": "^4.3.0"
},
"devDependencies": {
"@storybook/types": "^8.1.11",
"@types/json-stable-stringify": "^1.0.36",
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue-jsx": "^4.0.0",
"changelogen": "^0.5.5",
"typescript": "^5.4.3",
"unbuild": "^2.0.0",
"vite": "^5.2.2"
},
"publishConfig": {
"access": "public"
},
"bundler": {
"entries": [
"./src/index.ts",
"./src/preview.ts",
"./src/preset.ts"
],
"platform": "node"
}
}
"platform": "node"
}
}
46 changes: 23 additions & 23 deletions playground/package.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
{
"name": "nuxt-storybook-playground",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"prepare": "nuxt prepare",
"storybook": "storybook dev --port 6006",
"build-storybook": "storybook build"
},
"devDependencies": {
"@nuxt/devtools": "^1.1.5",
"@nuxtjs/storybook": "workspace:*",
"@storybook/addon-essentials": "^8.1.11",
"@storybook/addon-interactions": "^8.1.11",
"@storybook/addon-links": "^8.1.11",
"nuxt": "^3.12.2",
"storybook": "^8.1.11",
"vite-plugin-inspect": "^0.8.4"
}
}
"name": "nuxt-storybook-playground",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"prepare": "nuxt prepare",
"storybook": "storybook dev --port 6006",
"build-storybook": "storybook build"
},
"devDependencies": {
"@nuxt/devtools": "^1.1.5",
"@nuxtjs/storybook": "workspace:*",
"@storybook/addon-essentials": "^8.1.11",
"@storybook/addon-interactions": "^8.1.11",
"@storybook/addon-links": "^8.1.11",
"nuxt": "^3.12.2",
"storybook": "^8.1.11",
"vite-plugin-inspect": "^0.8.4"
}
}
Loading

0 comments on commit 16675ce

Please sign in to comment.