Skip to content

Commit

Permalink
chore: bump the storybook group with 6 updates
Browse files Browse the repository at this point in the history
Bumps the storybook group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@storybook/core-server](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/core-server) | `7.6.17` | `8.2.0` |
| [@storybook/types](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/types) | `8.0.8` | `8.2.0` |
| [@storybook/vue3](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/vue3) | `7.6.17` | `8.2.0` |
| [@storybook/vue3-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/vue3-vite) | `7.6.17` | `8.2.0` |
| [chromatic](https://github.com/chromaui/chromatic-cli) | `11.3.0` | `11.5.5` |
| [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli) | `7.6.17` | `8.2.0` |


Updates `@storybook/core-server` from 7.6.17 to 8.2.0
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.2.0/code/lib/core-server)

Updates `@storybook/types` from 8.0.8 to 8.2.0
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.2.0/code/lib/types)

Updates `@storybook/vue3` from 7.6.17 to 8.2.0
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.2.0/code/renderers/vue3)

Updates `@storybook/vue3-vite` from 7.6.17 to 8.2.0
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.2.0/code/frameworks/vue3-vite)

Updates `chromatic` from 11.3.0 to 11.5.5
- [Release notes](https://github.com/chromaui/chromatic-cli/releases)
- [Changelog](https://github.com/chromaui/chromatic-cli/blob/main/CHANGELOG.md)
- [Commits](chromaui/chromatic-cli@v11.3.0...v11.5.5)

Updates `storybook` from 7.6.17 to 8.2.0
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.2.0/code/lib/cli)

---
updated-dependencies:
- dependency-name: "@storybook/core-server"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: storybook
- dependency-name: "@storybook/types"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: storybook
- dependency-name: "@storybook/vue3"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: storybook
- dependency-name: "@storybook/vue3-vite"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: storybook
- dependency-name: chromatic
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: storybook
- dependency-name: storybook
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: storybook
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 10, 2024
1 parent 63fae67 commit cc8eadd
Show file tree
Hide file tree
Showing 2 changed files with 656 additions and 1,369 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,10 @@
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@nuxtjs/seo": "^2.0.0-rc.11",
"@storybook/core-client": "^7.6.17",
"@storybook/core-server": "7.6.17",
"@storybook/types": "^8.0.8",
"@storybook/vue3": "7.6.17",
"@storybook/vue3-vite": "7.6.17",
"@storybook/core-server": "8.2.0",
"@storybook/types": "^8.2.0",
"@storybook/vue3": "8.2.0",
"@storybook/vue3-vite": "8.2.0",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.13",
Expand All @@ -127,7 +127,7 @@
"@vue/runtime-dom": "^3.4.31",
"@vue/test-utils": "^2.4.6",
"chalk": "^5.3.0",
"chromatic": "^11.0.4",
"chromatic": "^11.5.5",
"concurrently": "^8.2.2",
"cross-env": "^7.0.3",
"dotenv": "^16.4.5",
Expand All @@ -149,7 +149,7 @@
"prettier": "^3.3.2",
"prettier-plugin-organize-imports": "^4.0.0",
"prisma": "^5.16.1",
"storybook": "7.6.17",
"storybook": "8.2.0",
"storybook-vue-addon": "^0.4.0",
"supertest": "^7.0.0",
"supertest-graphql": "^1.1.4",
Expand Down
Loading

0 comments on commit cc8eadd

Please sign in to comment.