Skip to content

Commit 6ad0202

Browse files
chore(deps-dev): Bump @storybook/addon-links from 6.2.9 to 7.6.7 (#13)
Bumps [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links) from 6.2.9 to 7.6.7. - [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/v7.6.7/code/addons/links) --- updated-dependencies: - dependency-name: "@storybook/addon-links" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e5b173f commit 6ad0202

File tree

3 files changed

+8
-17
lines changed

3 files changed

+8
-17
lines changed

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@babel/core": "^7.13.8",
3939
"@storybook/addon-actions": "^7.6.7",
4040
"@storybook/addon-essentials": "^6.2.7",
41-
"@storybook/addon-links": "^6.2.7",
41+
"@storybook/addon-links": "^7.6.7",
4242
"@storybook/react": "^7.6.7",
4343
"@types/react": "^18.2.47",
4444
"@types/react-dom": "^18.2.18",

packages/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@babel/core": "^7.13.8",
3737
"@storybook/addon-actions": "^7.6.7",
3838
"@storybook/addon-essentials": "^6.2.7",
39-
"@storybook/addon-links": "^6.2.7",
39+
"@storybook/addon-links": "^7.6.7",
4040
"@storybook/vue3": "^6.2.7",
4141
"@vitejs/plugin-vue": "^1.1.4",
4242
"@vue/compiler-sfc": "^3.0.6",

yarn.lock

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2872,22 +2872,13 @@
28722872
regenerator-runtime "^0.13.7"
28732873
ts-dedent "^2.0.0"
28742874

2875-
"@storybook/addon-links@^6.2.7":
2876-
version "6.2.9"
2877-
resolved "https://registry.yarnpkg.com/@storybook/addon-links/-/addon-links-6.2.9.tgz#3399d14b0fc587bccdaa602f6294bc8b249c09f0"
2878-
integrity sha512-pBiL6EUZI3c9qtCqnGx3RXF46kAxGMdo4xDC2y3mM132W//DzxkzLZRe4ZhxxGwaLzTNlNrypZ6Li6WyIaPZ/w==
2875+
"@storybook/addon-links@^7.6.7":
2876+
version "7.6.7"
2877+
resolved "https://registry.yarnpkg.com/@storybook/addon-links/-/addon-links-7.6.7.tgz#9f9c9a259bcb383d6d139c49472a9cd932a157ff"
2878+
integrity sha512-O5LekPslkAIDtXC/TCIyg/3c0htBxDYwb/s+NrZUPTNWJsngxvTAwp6aIk6aVSeSCFUMWvBFcVsuV3hv+ndK6w==
28792879
dependencies:
2880-
"@storybook/addons" "6.2.9"
2881-
"@storybook/client-logger" "6.2.9"
2882-
"@storybook/core-events" "6.2.9"
2883-
"@storybook/csf" "0.0.1"
2884-
"@storybook/router" "6.2.9"
2885-
"@types/qs" "^6.9.5"
2886-
core-js "^3.8.2"
2887-
global "^4.4.0"
2888-
prop-types "^15.7.2"
2889-
qs "^6.10.0"
2890-
regenerator-runtime "^0.13.7"
2880+
"@storybook/csf" "^0.1.2"
2881+
"@storybook/global" "^5.0.0"
28912882
ts-dedent "^2.0.0"
28922883

28932884
"@storybook/addon-measure@6.5.16":

0 commit comments

Comments
 (0)