diff options
author | 2023-02-02 16:02:17 +0100 | |
---|---|---|
committer | 2023-02-02 23:02:17 +0800 | |
commit | 8c80e78dd5ebfe0528390f42222aadf4786a90fe (patch) | |
tree | d8a571e9132d9a73f4cb7694906768fbeb106720 | |
parent | 4c6dcac030f0e612916c9be763ecb785d1bdb787 (diff) | |
download | astro-8c80e78dd5ebfe0528390f42222aadf4786a90fe.tar.gz astro-8c80e78dd5ebfe0528390f42222aadf4786a90fe.tar.zst astro-8c80e78dd5ebfe0528390f42222aadf4786a90fe.zip |
chore: bump vitefu for @astrojs/solid-js (#6104)
Co-authored-by: Yasser Hennawi <yasser.hennawi@nordsec.com>
-rw-r--r-- | .changeset/cold-maps-wash.md | 5 | ||||
-rw-r--r-- | packages/integrations/solid/package.json | 2 | ||||
-rw-r--r-- | pnpm-lock.yaml | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/.changeset/cold-maps-wash.md b/.changeset/cold-maps-wash.md new file mode 100644 index 000000000..406ce84f9 --- /dev/null +++ b/.changeset/cold-maps-wash.md @@ -0,0 +1,5 @@ +--- +'@astrojs/solid-js': patch +--- + +Bump vitefu for peerDep warning with Vite 4 diff --git a/packages/integrations/solid/package.json b/packages/integrations/solid/package.json index cbe87bc83..2faec55ea 100644 --- a/packages/integrations/solid/package.json +++ b/packages/integrations/solid/package.json @@ -33,7 +33,7 @@ }, "dependencies": { "babel-preset-solid": "^1.4.2", - "vitefu": "^0.2.1" + "vitefu": "^0.2.4" }, "devDependencies": { "astro": "workspace:*", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 98b697bd1..e3f8194aa 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -3256,7 +3256,7 @@ importers: astro-scripts: workspace:* babel-preset-solid: ^1.4.2 solid-js: ^1.5.1 - vitefu: ^0.2.1 + vitefu: ^0.2.4 dependencies: babel-preset-solid: 1.6.10 vitefu: 0.2.4 |