From 2e4d110a876efc4ddcdeda403259317d1cbb742d Mon Sep 17 00:00:00 2001 From: Marvin <33938500+marvin-j97@users.noreply.github.com> Date: Thu, 4 Jan 2024 17:25:53 +0100 Subject: [PATCH] [solidjs integration] Update solidjs dependency (#9355) * update solidjs dependency * update lockfile * solidjs integration: update vite-plugin-solid * update lockfile * solidjs integration: decrease required version to match vite plugin * Update moody-years-worry.md --------- Co-authored-by: Florian Lefebvre --- .changeset/moody-years-worry.md | 5 +++++ packages/integrations/solid/package.json | 2 +- pnpm-lock.yaml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 .changeset/moody-years-worry.md diff --git a/.changeset/moody-years-worry.md b/.changeset/moody-years-worry.md new file mode 100644 index 000000000000..485261514b71 --- /dev/null +++ b/.changeset/moody-years-worry.md @@ -0,0 +1,5 @@ +--- +'@astrojs/solid-js': patch +--- + +Upgrades `vite-plugin-solid` to `^2.8.0` diff --git a/packages/integrations/solid/package.json b/packages/integrations/solid/package.json index 301d36c93995..8aa616418020 100644 --- a/packages/integrations/solid/package.json +++ b/packages/integrations/solid/package.json @@ -35,7 +35,7 @@ "dev": "astro-scripts dev \"src/**/*.ts\"" }, "dependencies": { - "vite-plugin-solid": "^2.7.0" + "vite-plugin-solid": "^2.8.0" }, "devDependencies": { "astro": "workspace:*", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 66d2ce6b71ba..260a33c040e3 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -4562,7 +4562,7 @@ importers: packages/integrations/solid: dependencies: vite-plugin-solid: - specifier: ^2.7.0 + specifier: ^2.8.0 version: 2.8.0(solid-js@1.8.7) devDependencies: astro: