diff --git a/packages/ui/package-lock.json b/packages/ui/package-lock.json index 16b68247e..9720c2058 100644 --- a/packages/ui/package-lock.json +++ b/packages/ui/package-lock.json @@ -31,7 +31,7 @@ "eslint-config-it4c": "^0.12.0", "eslint-plugin-jsdoc": "^62.8.1", "eslint-plugin-playwright": "^2.10.1", - "eslint-plugin-storybook": "^10.3.3", + "eslint-plugin-storybook": "^10.3.4", "eslint-plugin-vuejs-accessibility": "^2.5.0", "glob": "^13.0.6", "jsdom": "^29.0.1", @@ -5339,6 +5339,13 @@ "dev": true, "license": "MIT" }, + "node_modules/@webcontainer/env": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@webcontainer/env/-/env-1.1.1.tgz", + "integrity": "sha512-6aN99yL695Hi9SuIk1oC88l9o0gmxL1nGWWQ/kNy81HigJ0FoaoTXpytCj6ItzgyCEwA9kF1wixsTuv5cjsgng==", + "dev": true, + "license": "MIT" + }, "node_modules/@whatwg-node/disposablestack": { "version": "0.0.6", "resolved": "https://registry.npmjs.org/@whatwg-node/disposablestack/-/disposablestack-0.0.6.tgz", @@ -7684,9 +7691,9 @@ } }, "node_modules/eslint-plugin-storybook": { - "version": "10.3.3", - "resolved": "https://registry.npmjs.org/eslint-plugin-storybook/-/eslint-plugin-storybook-10.3.3.tgz", - "integrity": "sha512-jo8wZvKaJlxxrNvf4hCsROJP3CdlpaLiYewAs5Ww+PJxCrLelIi5XVHWOAgBvvr3H9WDKvUw8xuvqPYqAlpkFg==", + "version": "10.3.4", + "resolved": "https://registry.npmjs.org/eslint-plugin-storybook/-/eslint-plugin-storybook-10.3.4.tgz", + "integrity": "sha512-6jRb9ucYWKRkbuxpN+83YA3wAWuKn6rp+OVXivy0FPa82v8eciHG8OidbznmzrfcRJYkNWUb7GrPjG/rf4Vqaw==", "dev": true, "license": "MIT", "dependencies": { @@ -7694,7 +7701,7 @@ }, "peerDependencies": { "eslint": ">=8", - "storybook": "^10.3.3" + "storybook": "^10.3.4" } }, "node_modules/eslint-plugin-vue": { @@ -12327,9 +12334,9 @@ } }, "node_modules/storybook": { - "version": "10.3.3", - "resolved": "https://registry.npmjs.org/storybook/-/storybook-10.3.3.tgz", - "integrity": "sha512-tMoRAts9EVqf+mEMPLC6z1DPyHbcPe+CV1MhLN55IKsl0HxNjvVGK44rVPSePbltPE6vIsn4bdRj6CCUt8SJwQ==", + "version": "10.3.4", + "resolved": "https://registry.npmjs.org/storybook/-/storybook-10.3.4.tgz", + "integrity": "sha512-866YXZy9k59tLPl9SN3KZZOFeBC/swxkuBVtW8iQjJIzfCrvk7zXQd8RSQ4ignmCdArVvY4lGMCAT4yNaZSt1g==", "dev": true, "license": "MIT", "dependencies": { @@ -12339,6 +12346,7 @@ "@testing-library/user-event": "^14.6.1", "@vitest/expect": "3.2.4", "@vitest/spy": "3.2.4", + "@webcontainer/env": "^1.1.1", "esbuild": "^0.18.0 || ^0.19.0 || ^0.20.0 || ^0.21.0 || ^0.22.0 || ^0.23.0 || ^0.24.0 || ^0.25.0 || ^0.26.0 || ^0.27.0", "open": "^10.2.0", "recast": "^0.23.5", diff --git a/packages/ui/package.json b/packages/ui/package.json index 4c567e39c..326665697 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -99,7 +99,7 @@ "eslint-config-it4c": "^0.12.0", "eslint-plugin-jsdoc": "^62.8.1", "eslint-plugin-playwright": "^2.10.1", - "eslint-plugin-storybook": "^10.3.3", + "eslint-plugin-storybook": "^10.3.4", "eslint-plugin-vuejs-accessibility": "^2.5.0", "glob": "^13.0.6", "jsdom": "^29.0.1",