Skip to content

Commit

Permalink
change: [M3-8384] - Update storybook to fix dependency vulnerabilities (
Browse files Browse the repository at this point in the history
#10827)

* Update storybook

* Added changeset: Update storybook to fix IP package vulnerability
  • Loading branch information
abailly-akamai authored Aug 23, 2024
1 parent fa04d90 commit 9334669
Show file tree
Hide file tree
Showing 3 changed files with 353 additions and 1,257 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@linode/manager": Tech Stories
---

Update storybook to fix IP package vulnerability ([#10827](https://github.com/linode/manager/pull/10827))
28 changes: 14 additions & 14 deletions packages/manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,19 +113,19 @@
},
"devDependencies": {
"@linode/eslint-plugin-cloud-manager": "^0.0.3",
"@storybook/addon-actions": "^8.1.0",
"@storybook/addon-controls": "^8.1.0",
"@storybook/addon-docs": "^8.1.0",
"@storybook/addon-mdx-gfm": "^8.1.0",
"@storybook/addon-measure": "^8.1.0",
"@storybook/addon-storysource": "^8.1.0",
"@storybook/addon-viewport": "^8.1.0",
"@storybook/blocks": "^8.1.0",
"@storybook/manager-api": "^8.1.0",
"@storybook/preview-api": "^8.1.0",
"@storybook/react": "^8.1.0",
"@storybook/react-vite": "^8.1.0",
"@storybook/theming": "^8.1.0",
"@storybook/addon-actions": "^8.2.9",
"@storybook/addon-controls": "^8.2.9",
"@storybook/addon-docs": "^8.2.9",
"@storybook/addon-mdx-gfm": "^8.2.9",
"@storybook/addon-measure": "^8.2.9",
"@storybook/addon-storysource": "^8.2.9",
"@storybook/addon-viewport": "^8.2.9",
"@storybook/blocks": "^8.2.9",
"@storybook/manager-api": "^8.2.9",
"@storybook/preview-api": "^8.2.9",
"@storybook/react": "^8.2.9",
"@storybook/react-vite": "^8.2.9",
"@storybook/theming": "^8.2.9",
"@swc/core": "^1.3.1",
"@testing-library/cypress": "^10.0.2",
"@testing-library/dom": "^10.1.0",
Expand Down Expand Up @@ -208,7 +208,7 @@
"reselect-tools": "^0.0.7",
"serve": "^14.0.1",
"simple-git": "^3.19.0",
"storybook": "^8.1.0",
"storybook": "^8.2.9",
"storybook-dark-mode": "^4.0.1",
"ts-node": "^10.9.2",
"vite": "^5.1.7",
Expand Down
Loading

0 comments on commit 9334669

Please sign in to comment.