Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

Commit 4263385

Browse files
Bump @astrojs/vue from 5.0.7 to 5.0.8
Bumps [@astrojs/vue](https://github.com/withastro/astro/tree/HEAD/packages/integrations/vue) from 5.0.7 to 5.0.8. - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/vue/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/vue@5.0.8/packages/integrations/vue) --- updated-dependencies: - dependency-name: "@astrojs/vue" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 49bd9e0 commit 4263385

3 files changed

Lines changed: 27 additions & 27 deletions

File tree

package-lock.json

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@algolia/client-search": "^5.23.0",
13-
"@astrojs/vue": "^5.0.7",
13+
"@astrojs/vue": "^5.0.8",
1414
"@docsearch/css": "^3.9.0",
1515
"@docsearch/react": "^3.9.0",
1616
"@types/react": "^18.3.12",

yarn.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -287,16 +287,16 @@
287287
is-wsl "^3.1.0"
288288
which-pm-runs "^1.1.0"
289289

290-
"@astrojs/vue@^5.0.7":
291-
version "5.0.7"
292-
resolved "https://registry.yarnpkg.com/@astrojs/vue/-/vue-5.0.7.tgz#f85b46eaad46dcae734f6da03f69d6a65548f165"
293-
integrity sha512-PSES96WbJhozuGBUgMTzbAlQUdAZm0rpQjem+plsT/M0LQWpTZESZm/jf4IW7mYCtKmnAymWCH1meqsUfHCYgw==
290+
"@astrojs/vue@^5.0.8":
291+
version "5.0.8"
292+
resolved "https://registry.yarnpkg.com/@astrojs/vue/-/vue-5.0.8.tgz#53436dda50ef63af5f44c688fd2713c2bd6203aa"
293+
integrity sha512-YMcBczTkbqkAXasb1uPPkxQbsKoEYyfJOPvGxggjqKCHtan23q2HwL9lg6ORwnWA//L+PgvcO6AOOCmuav1LWw==
294294
dependencies:
295-
"@vitejs/plugin-vue" "^5.2.1"
296-
"@vitejs/plugin-vue-jsx" "^4.1.1"
295+
"@vitejs/plugin-vue" "5.2.1"
296+
"@vitejs/plugin-vue-jsx" "^4.1.2"
297297
"@vue/compiler-sfc" "^3.5.13"
298-
vite "^6.0.11"
299-
vite-plugin-vue-devtools "^7.7.1"
298+
vite "^6.2.3"
299+
vite-plugin-vue-devtools "^7.7.2"
300300

301301
"@babel/code-frame@^7.23.5":
302302
version "7.23.5"
@@ -1655,7 +1655,7 @@
16551655
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
16561656
integrity sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==
16571657

1658-
"@vitejs/plugin-vue-jsx@^4.1.1":
1658+
"@vitejs/plugin-vue-jsx@^4.1.2":
16591659
version "4.1.2"
16601660
resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue-jsx/-/plugin-vue-jsx-4.1.2.tgz#7ab813bcba9a514a2bdee5b0e17c30d6e420c748"
16611661
integrity sha512-4Rk0GdE0QCdsIkuMmWeg11gmM4x8UmTnZR/LWPm7QJ7+BsK4tq08udrN0isrrWqz5heFy9HLV/7bOLgFS8hUjA==
@@ -1664,10 +1664,10 @@
16641664
"@babel/plugin-transform-typescript" "^7.26.7"
16651665
"@vue/babel-plugin-jsx" "^1.2.5"
16661666

1667-
"@vitejs/plugin-vue@^5.2.1":
1668-
version "5.2.3"
1669-
resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue/-/plugin-vue-5.2.3.tgz#71a8fc82d4d2e425af304c35bf389506f674d89b"
1670-
integrity sha512-IYSLEQj4LgZZuoVpdSUCw3dIynTWQgPlaRP6iAvMle4My0HdYwr5g5wQAfwOeHQBmYwEkqF70nRpSilr6PoUDg==
1667+
"@vitejs/plugin-vue@5.2.1":
1668+
version "5.2.1"
1669+
resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue/-/plugin-vue-5.2.1.tgz#d1491f678ee3af899f7ae57d9c21dc52a65c7133"
1670+
integrity sha512-cxh314tzaWwOLqVes2gnnCtvBDcM1UMdn+iFR+UjAn411dPT3tOmqrJjbMd7koZpMAmBM/GqeV4n9ge7JSiJJQ==
16711671

16721672
"@vue/babel-helper-vue-transform-on@1.2.2":
16731673
version "1.2.2"
@@ -4807,7 +4807,7 @@ vite-plugin-inspect@0.8.9:
48074807
picocolors "^1.1.1"
48084808
sirv "^3.0.0"
48094809

4810-
vite-plugin-vue-devtools@^7.7.1:
4810+
vite-plugin-vue-devtools@^7.7.2:
48114811
version "7.7.2"
48124812
resolved "https://registry.yarnpkg.com/vite-plugin-vue-devtools/-/vite-plugin-vue-devtools-7.7.2.tgz#87f9c88ec4784abc4fc87609967c5896c6868c49"
48134813
integrity sha512-5V0UijQWiSBj32blkyPEqIbzc6HO9c1bwnBhx+ay2dzU0FakH+qMdNUT8nF9BvDE+i6I1U8CqCuJiO20vKEdQw==
@@ -4846,7 +4846,7 @@ vite-prerender-plugin@^0.5.3:
48464846
source-map "^0.7.4"
48474847
stack-trace "^1.0.0-pre2"
48484848

4849-
vite@^6.0.11, vite@^6.2.1, vite@^6.2.2:
4849+
vite@^6.2.1, vite@^6.2.2, vite@^6.2.3:
48504850
version "6.2.3"
48514851
resolved "https://registry.yarnpkg.com/vite/-/vite-6.2.3.tgz#249e92d32886981ab46bc1f049ac72abc6fa81e2"
48524852
integrity sha512-IzwM54g4y9JA/xAeBPNaDXiBF8Jsgl3VBQ2YQ/wOY6fyW3xMdSoltIV3Bo59DErdqdE6RxUfv8W69DvUorE4Eg==

0 commit comments

Comments
 (0)