Skip to content

Commit

Permalink
chore: update storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunvegda committed Feb 20, 2024
1 parent 9db1951 commit abc1e69
Show file tree
Hide file tree
Showing 3 changed files with 293 additions and 314 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"typescriptreact"
],
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"editor.multiCursorModifier": "alt",
"eslint.useESLintClass": true
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,14 +95,14 @@
"@emotion/jest": "^11.11.0",
"@emotion/react": "^11.11.1",
"@release-it/conventional-changelog": "^7.0.2",
"@storybook/addon-a11y": "^7.6.3",
"@storybook/addon-actions": "^7.6.3",
"@storybook/addon-essentials": "^7.6.3",
"@storybook/addon-interactions": "^7.6.3",
"@storybook/addon-links": "^7.6.3",
"@storybook/addon-mdx-gfm": "^7.6.3",
"@storybook/react": "^7.6.3",
"@storybook/react-webpack5": "^7.6.3",
"@storybook/addon-a11y": "^7.6.17",
"@storybook/addon-actions": "^7.6.17",
"@storybook/addon-essentials": "^7.6.17",
"@storybook/addon-interactions": "^7.6.17",
"@storybook/addon-links": "^7.6.17",
"@storybook/addon-mdx-gfm": "^7.6.17",
"@storybook/react": "^7.6.17",
"@storybook/react-webpack5": "^7.6.17",
"@swc/core": "^1.3.100",
"@swc/jest": "^0.2.29",
"@tabler/icons-react": "^2.42.0",
Expand Down Expand Up @@ -150,7 +150,7 @@
"rimraf": "^5.0.5",
"rxjs": "^7.8.1",
"shelljs": "^0.8.5",
"storybook": "^7.6.3",
"storybook": "^7.6.17",
"ts-node": "^10.9.1",
"tsup": "^7.2.0",
"typescript": "^5.3.2"
Expand Down
Loading

0 comments on commit abc1e69

Please sign in to comment.