📌(react) pin @storybook/builder-vite to 0.3.0

This dependency was breaking the docs CSS.
This commit is contained in:
Nathan Vasse
2023-04-14 16:37:44 +02:00
committed by NathanVss
parent 559c1e2cb7
commit 6d195f6dad
2 changed files with 5 additions and 3 deletions

View File

@@ -64,7 +64,7 @@
"@storybook/addon-essentials": "6.5.16",
"@storybook/addon-interactions": "6.5.16",
"@storybook/addon-links": "6.5.16",
"@storybook/builder-vite": "0.4.2",
"@storybook/builder-vite": "0.3.0",
"@storybook/preset-scss": "1.0.3",
"@storybook/react": "6.5.16",
"@storybook/storybook-deployer": "2.8.16",

View File

@@ -3,7 +3,9 @@
"github>openfun/renovate-configuration"
],
"ignoreDeps": [
"chalk"
"chalk", "@storybook/builder-vite"
],
"ignorePaths": ["**/node_modules/**"]
"ignorePaths": [
"**/node_modules/**"
]
}