diff --git a/packages/recommended/package-lock.json b/packages/recommended/package-lock.json index d573ce8..e75fd05 100644 --- a/packages/recommended/package-lock.json +++ b/packages/recommended/package-lock.json @@ -17,7 +17,7 @@ "eslint-plugin-react-hooks": "^4.6.2", "eslint-plugin-risxss": "^2.1.0", "eslint-plugin-sort-imports-es6-autofix": "^0.6.0", - "eslint-plugin-storybook": "^0.8.0", + "eslint-plugin-storybook": "^0.9.0", "typescript-eslint": "^8.0.0" }, "peerDependencies": { @@ -1220,10 +1220,9 @@ } }, "node_modules/eslint-plugin-storybook": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-storybook/-/eslint-plugin-storybook-0.8.0.tgz", - "integrity": "sha512-CZeVO5EzmPY7qghO2t64oaFM+8FTaD4uzOEjHKp516exyTKo+skKAL9GI3QALS2BXhyALJjNtwbmr1XinGE8bA==", - "license": "MIT", + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-storybook/-/eslint-plugin-storybook-0.9.0.tgz", + "integrity": "sha512-qOT/2vQBo0VqrG/BhZv8IdSsKQiyzJw+2Wqq+WFCiblI/PfxLSrGkF/buiXF+HumwfsCyBdaC94UhqhmYFmAvA==", "dependencies": { "@storybook/csf": "^0.0.1", "@typescript-eslint/utils": "^5.62.0", diff --git a/packages/recommended/package.json b/packages/recommended/package.json index 7a0ced6..e006f6e 100644 --- a/packages/recommended/package.json +++ b/packages/recommended/package.json @@ -23,7 +23,7 @@ "eslint-plugin-react-hooks": "^4.6.2", "eslint-plugin-risxss": "^2.1.0", "eslint-plugin-sort-imports-es6-autofix": "^0.6.0", - "eslint-plugin-storybook": "^0.8.0", + "eslint-plugin-storybook": "^0.9.0", "typescript-eslint": "^8.0.0" }, "peerDependencies": {