diff --git a/test/react-app/package.json b/test/react-app/package.json index 0ff7d35e0..5058e8ac0 100644 --- a/test/react-app/package.json +++ b/test/react-app/package.json @@ -26,7 +26,7 @@ "@types/react-dom": "18", "@vitejs/plugin-react": "^4.2.0", "typescript": "^5.2.2", - "vite": "^5.0.0" + "vite": "^4" }, "license": "MIT" } \ No newline at end of file diff --git a/test/vue-app/package.json b/test/vue-app/package.json index f0b0de6ac..6c527deee 100644 --- a/test/vue-app/package.json +++ b/test/vue-app/package.json @@ -25,7 +25,7 @@ "@vue/tsconfig": "^0.4.0", "@vitejs/plugin-vue": "^4.5.0", "typescript": "^5.2.2", - "vite": "^5.0.0", + "vite": "^4", "vue-tsc": "*" } } \ No newline at end of file diff --git a/yarn.lock b/yarn.lock index af0916e15..fac911b3a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8173,7 +8173,7 @@ vite@5.0.0, vite@^5.0.0: optionalDependencies: fsevents "~2.3.3" -"vite@^3.0.0 || ^4.0.0 || ^5.0.0-0", "vite@^3.1.0 || ^4.0.0 || ^5.0.0-0": +"vite@^3.0.0 || ^4.0.0 || ^5.0.0-0", "vite@^3.1.0 || ^4.0.0 || ^5.0.0-0", vite@^4: version "4.5.0" resolved "https://registry.npmjs.org/vite/-/vite-4.5.0.tgz" integrity sha512-ulr8rNLA6rkyFAlVWw2q5YJ91v098AFQ2R0PRFwPzREXOUJQPtFUG0t+/ZikhaOCDqFoDhN6/v8Sq0o4araFAw==