diff --git a/package-lock.json b/package-lock.json index 0ca8dfe49f5..8d60ccc0fde 100644 --- a/package-lock.json +++ b/package-lock.json @@ -145,7 +145,7 @@ "eslint-plugin-cypress": "^3.2.0", "eslint-plugin-graphql": "^4.0.0", "eslint-plugin-import": "^2.29.1", - "eslint-plugin-storybook": "^0.12.0", + "eslint-plugin-storybook": "^9.0.10", "eslint-plugin-vitest-globals": "^1.5.0", "eslint-plugin-vue": "^9.26.0", "git-revision-webpack-plugin": "^5.0.0", @@ -9095,16 +9095,6 @@ } } }, - "node_modules/@storybook/csf": { - "version": "0.1.13", - "resolved": "https://registry.npmjs.org/@storybook/csf/-/csf-0.1.13.tgz", - "integrity": "sha512-7xOOwCLGB3ebM87eemep89MYRFTko+D8qE7EdAAq74lgdqRR5cOUtYWJLjO2dLtP94nqoOdHJo6MdLLKzg412Q==", - "dev": true, - "license": "MIT", - "dependencies": { - "type-fest": "^2.19.0" - } - }, "node_modules/@storybook/csf-plugin": { "version": "8.6.14", "resolved": "https://registry.npmjs.org/@storybook/csf-plugin/-/csf-plugin-8.6.14.tgz", @@ -15703,21 +15693,20 @@ } }, "node_modules/eslint-plugin-storybook": { - "version": "0.12.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-storybook/-/eslint-plugin-storybook-0.12.0.tgz", - "integrity": "sha512-Lg5I0+npTgiYgZ4KSvGWGDFZi3eOCNJPaWX0c9rTEEXC5wvooOClsP9ZtbI4hhFKyKgYR877KiJxbRTSJq9gWA==", + "version": "9.0.10", + "resolved": "https://registry.npmjs.org/eslint-plugin-storybook/-/eslint-plugin-storybook-9.0.10.tgz", + "integrity": "sha512-Tm7TGa2jEmpcL0TNLDx8kXPh1kvMHaYNIEqnkTS5sncCIoefclLDMr3WA1ML6YDWMqbOh0k+Dxpl0ikZVeaUJw==", "dev": true, "license": "MIT", "dependencies": { - "@storybook/csf": "^0.1.11", - "@typescript-eslint/utils": "^8.8.1", - "ts-dedent": "^2.2.0" + "@typescript-eslint/utils": "^8.8.1" }, "engines": { - "node": ">= 18" + "node": ">=20.0.0" }, "peerDependencies": { - "eslint": ">=8" + "eslint": ">=8", + "storybook": "^9.0.10" } }, "node_modules/eslint-plugin-vitest-globals": { @@ -36520,15 +36509,6 @@ } } }, - "@storybook/csf": { - "version": "0.1.13", - "resolved": "https://registry.npmjs.org/@storybook/csf/-/csf-0.1.13.tgz", - "integrity": "sha512-7xOOwCLGB3ebM87eemep89MYRFTko+D8qE7EdAAq74lgdqRR5cOUtYWJLjO2dLtP94nqoOdHJo6MdLLKzg412Q==", - "dev": true, - "requires": { - "type-fest": "^2.19.0" - } - }, "@storybook/csf-plugin": { "version": "8.6.14", "resolved": "https://registry.npmjs.org/@storybook/csf-plugin/-/csf-plugin-8.6.14.tgz", @@ -41587,14 +41567,12 @@ } }, "eslint-plugin-storybook": { - "version": "0.12.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-storybook/-/eslint-plugin-storybook-0.12.0.tgz", - "integrity": "sha512-Lg5I0+npTgiYgZ4KSvGWGDFZi3eOCNJPaWX0c9rTEEXC5wvooOClsP9ZtbI4hhFKyKgYR877KiJxbRTSJq9gWA==", + "version": "9.0.10", + "resolved": "https://registry.npmjs.org/eslint-plugin-storybook/-/eslint-plugin-storybook-9.0.10.tgz", + "integrity": "sha512-Tm7TGa2jEmpcL0TNLDx8kXPh1kvMHaYNIEqnkTS5sncCIoefclLDMr3WA1ML6YDWMqbOh0k+Dxpl0ikZVeaUJw==", "dev": true, "requires": { - "@storybook/csf": "^0.1.11", - "@typescript-eslint/utils": "^8.8.1", - "ts-dedent": "^2.2.0" + "@typescript-eslint/utils": "^8.8.1" } }, "eslint-plugin-vitest-globals": { diff --git a/package.json b/package.json index d2409e0db0e..d90846b2b8a 100644 --- a/package.json +++ b/package.json @@ -172,7 +172,7 @@ "eslint-plugin-cypress": "^3.2.0", "eslint-plugin-graphql": "^4.0.0", "eslint-plugin-import": "^2.29.1", - "eslint-plugin-storybook": "^0.12.0", + "eslint-plugin-storybook": "^9.0.10", "eslint-plugin-vitest-globals": "^1.5.0", "eslint-plugin-vue": "^9.26.0", "git-revision-webpack-plugin": "^5.0.0",