Skip to content

Commit

Permalink
fix(deps): update vite packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 12, 2024
1 parent 4c68cc7 commit 670c246
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 11 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@storybook/addon-info": "^5.3.21",
"@storybook/addon-links": "^8.2.1",
"@storybook/addons": "^7.6.17",
"@storybook/builder-vite": "^8.2.1",
"@storybook/builder-vite": "^8.3.0",
"@storybook/react": "^8.2.1",
"@testing-library/cypress": "^10.0.2",
"@testing-library/jest-dom": "^6.5.0",
Expand Down Expand Up @@ -100,7 +100,7 @@
"turbo": "^2.1.0",
"typescript": "^5.5.3",
"vite": "^5.4.0",
"vite-plugin-banner": "^0.7.1",
"vite-plugin-banner": "^0.8.0",
"zx": "^8.1.2"
}
}
25 changes: 16 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3606,12 +3606,12 @@
ts-dedent "^2.0.0"
util-deprecate "^1.0.2"

"@storybook/builder-vite@^8.2.1":
version "8.2.9"
resolved "https://registry.yarnpkg.com/@storybook/builder-vite/-/builder-vite-8.2.9.tgz#f140a8a8c5cf745c847d2f37841e0f2f98926fcc"
integrity sha512-MHD3ezRjKkJkOl0u7CRQoQD/LKd28YMWIcaz4YrV6ygokc0c3RFTlOefICQFgboc+1RwIUowxN1CJ2kJ7p4SWw==
"@storybook/builder-vite@^8.3.0":
version "8.3.0"
resolved "https://registry.yarnpkg.com/@storybook/builder-vite/-/builder-vite-8.3.0.tgz#39118813f6938b6544cb635e26c362b35f307c57"
integrity sha512-9qo3zcZkEpy69E7cx9OHHexBe9+25vH0p+4sWZSjl2sjqjhaxLN5eXnODQbDsOKZNRVrLVTGmKxfFJzAJFnY0w==
dependencies:
"@storybook/csf-plugin" "8.2.9"
"@storybook/csf-plugin" "8.3.0"
"@types/find-cache-dir" "^3.2.1"
browser-assert "^1.2.1"
es-module-lexer "^1.5.0"
Expand Down Expand Up @@ -3707,6 +3707,13 @@
dependencies:
unplugin "^1.3.1"

"@storybook/csf-plugin@8.3.0":
version "8.3.0"
resolved "https://registry.yarnpkg.com/@storybook/csf-plugin/-/csf-plugin-8.3.0.tgz#33fbc6799e7e9cdcfbb41219ef2bf863b14096fc"
integrity sha512-sCmeN/OVYj95TKkMqJqxbaztIbdv5jCrtrXuNg4oJaGzNucmMNAbmv2jK2tCNE6Uz2X9IMRcseFX/h9TgjyJ9A==
dependencies:
unplugin "^1.3.1"

"@storybook/csf@0.0.1":
version "0.0.1"
resolved "https://registry.yarnpkg.com/@storybook/csf/-/csf-0.0.1.tgz#95901507dc02f0bc6f9ac8ee1983e2fc5bb98ce6"
Expand Down Expand Up @@ -15025,10 +15032,10 @@ verror@1.10.0:
core-util-is "1.0.2"
extsprintf "^1.2.0"

vite-plugin-banner@^0.7.1:
version "0.7.1"
resolved "https://registry.yarnpkg.com/vite-plugin-banner/-/vite-plugin-banner-0.7.1.tgz#16550c27983938d52e4a4ee8a71c7266db4f5ab8"
integrity sha512-Bww2Xd5tOGsZ1yZ9rQiGneryvsL1u86znPrqeQjCsXPsG72pnSdV5lcQA+cy8UNDguMqyTJiCevlNUbLnT85UA==
vite-plugin-banner@^0.8.0:
version "0.8.0"
resolved "https://registry.yarnpkg.com/vite-plugin-banner/-/vite-plugin-banner-0.8.0.tgz#6c130f76de9939e0c5ac4cb76508b06bbd57ae37"
integrity sha512-JpDWDYxtrsytuvUOJCgJcTkBb6XM8yPOidjRtB6F5SW1JSzDd/Y+PD/44wR6ovWKXhSUiyDRqPvx7mMf8+8ELg==

vite@^5.4.0:
version "5.4.2"
Expand Down

0 comments on commit 670c246

Please sign in to comment.