From c7ec14ac22e3967fe5c2fe46fe93c91a90d044a8 Mon Sep 17 00:00:00 2001 From: Simon Ihmig Date: Wed, 27 Nov 2024 10:51:21 +0100 Subject: [PATCH] Stick to vite v5 for now This is currently causing a peer dependency conflict. Once `@embroider/vite` is tested with v6 and has a wider peer dependency range, we should allow installing latest vite again --- index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.js b/index.js index 519b136..5c72c1b 100644 --- a/index.js +++ b/index.js @@ -121,7 +121,8 @@ module.exports = { '@embroider/compat@unstable', '@embroider/test-setup@unstable', '@embroider/config-meta-loader@unstable', - 'vite', + // once @embroider/vite is tested with v6 and has a wider peer dependency range, we should allow installing latest vite again + 'vite@^5.4.11', '@rollup/plugin-babel', 'decorator-transforms', '@babel/plugin-transform-runtime',