Skip to content

Commit

Permalink
Merge pull request #442 from houdiniproject/dependabot/npm_and_yarn/s…
Browse files Browse the repository at this point in the history
…torybook-major-52823c5162

Bump the storybook-major group with 5 updates
  • Loading branch information
wwahammy authored Jun 19, 2024
2 parents 6bcac03 + d7c226f commit b22520e
Show file tree
Hide file tree
Showing 4 changed files with 609 additions and 1,898 deletions.
4 changes: 1 addition & 3 deletions .storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,5 @@ module.exports = {
options: {}
},

docs: {
autodocs: 'tag'
}
docs: {}
};
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,10 @@
"@babel/preset-env": "^7.21.5",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.21.5",
"@storybook/addon-actions": "^7.6.3",
"@storybook/addon-links": "^7.6.3",
"@storybook/addons": "^7.6.3",
"@storybook/react": "^7.6.3",
"@storybook/react-vite": "^7.6.3",
"@storybook/addon-actions": "^8.1.10",
"@storybook/addon-links": "^8.1.10",
"@storybook/react": "^8.1.10",
"@storybook/react-vite": "^8.1.10",
"@testing-library/dom": "^10",
"@testing-library/jest-dom": "^6",
"@testing-library/react": "^16",
Expand All @@ -46,6 +45,7 @@
"@types/lodash": "^4.14.133",
"@types/react": "^16.8.19",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^4.3.1",
"babel-loader": "^9.0.1",
"jest": "^29",
"jest-environment-jsdom": "^29",
Expand All @@ -60,7 +60,7 @@
"react-is-17": "npm:react-is@^17",
"react-use": ">=15.3.0",
"rimraf": "^5.0.0",
"storybook": "^7.6.3",
"storybook": "^8.1.10",
"terser-webpack-plugin": "^5.3.3",
"ts-jest": "^29",
"ts-loader": "^8",
Expand Down
Empty file added vite.config.ts
Empty file.
Loading

0 comments on commit b22520e

Please sign in to comment.