Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump eslint-plugin-storybook from 0.11.0 to 0.11.1 #551

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-react-hooks": "^5.1.0-rc.1",
"eslint-plugin-react-refresh": "^0.4.14",
"eslint-plugin-storybook": "0.11.0",
"eslint-plugin-storybook": "0.11.1",
"globals": "^15.12.0",
"postcss": "^8.4.49",
"prettier": "^3.3.3",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4404,16 +4404,16 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-storybook@npm:0.11.0":
version: 0.11.0
resolution: "eslint-plugin-storybook@npm:0.11.0"
"eslint-plugin-storybook@npm:0.11.1":
version: 0.11.1
resolution: "eslint-plugin-storybook@npm:0.11.1"
dependencies:
"@storybook/csf": "npm:^0.1.11"
"@typescript-eslint/utils": "npm:^8.8.1"
ts-dedent: "npm:^2.2.0"
peerDependencies:
eslint: ">=6"
checksum: 10c0/e132d67942fe9f826dbeda5023f8483a71d59dea135d53196dc20132c405aba0155f7dca51f443ed05097287864294f7c9b332771d123e7f6609a0571440b61e
checksum: 10c0/0520018311c6da25fe2d0db24a59e99ecefe74c4cadd4eba42ce3b1b0ce2c3cc6f88d48680389374f99e10151a7ef3da52386853d9d5a4058c41ae72e2184549
languageName: node
linkType: hard

Expand Down Expand Up @@ -7472,7 +7472,7 @@ __metadata:
eslint-plugin-import: "npm:^2.31.0"
eslint-plugin-react-hooks: "npm:^5.1.0-rc.1"
eslint-plugin-react-refresh: "npm:^0.4.14"
eslint-plugin-storybook: "npm:0.11.0"
eslint-plugin-storybook: "npm:0.11.1"
estree-walker: "npm:^3.0.3"
globals: "npm:^15.12.0"
graphql: "npm:16.x"
Expand Down
Loading