Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: upgraded to vite 6 #7318

Closed
wants to merge 11 commits into from
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
"typescript": "5.4.5",
"undici": "*",
"vfile": "6.0.2",
"vite": "5.3.5",
"vite": "catalog:",
sreeisalso marked this conversation as resolved.
Show resolved Hide resolved
"vite-imagetools": "7.0.4",
"vite-plugin-dts": "3.9.1",
"vite-tsconfig-paths": "4.3.2",
Expand All @@ -189,7 +189,7 @@
"yarn": "please-use-pnpm",
"pnpm": ">=9.0.5"
},
"packageManager": "pnpm@9.15.5",
"packageManager": "pnpm@10.0.0",
"pnpm": {
"overrides": {
"typescript": "5.4.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
"typescript": "5.4.5",
"undici": "*",
"valibot": "0.33.3",
"vite": "5.3.5",
"vite-plugin-inspect": "0.8.5",
"vite": "catalog:",
"vite-plugin-inspect": "10.1.0",
"wrangler": "3.65.1"
},
"engines": {
Expand Down
7 changes: 2 additions & 5 deletions packages/docs/vite.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export default defineConfig(async () => {

const routesDir = resolve('src', 'routes');
return {
dev: {
server: {
headers: {
'Cache-Control': 'public, max-age=0',
},
Expand Down Expand Up @@ -113,7 +113,7 @@ export default defineConfig(async () => {
mdx: {
rehypePlugins: [
[
rehypePrettyCode as any,
rehypePrettyCode,
{
theme: 'dark-plus',
onVisitLine(node: any) {
Expand Down Expand Up @@ -179,8 +179,5 @@ export default defineConfig(async () => {
},
},
clearScreen: false,
server: {
port: 3000,
},
};
});
2 changes: 1 addition & 1 deletion packages/insights/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"tailwindcss": "3.4.6",
"typescript": "5.4.5",
"undici": "*",
"vite": "5.3.5",
"vite": "catalog:",
"vite-tsconfig-paths": "4.3.2",
"vitest": "2.0.5",
"zod": "3.22.4"
Expand Down
4 changes: 2 additions & 2 deletions packages/qwik-city/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"undici": "*",
"valibot": ">=0.36.0 <2",
"vfile": "6.0.2",
"vite": "^5",
"vite": "catalog:",
"vite-imagetools": "^7",
"zod": "3.22.4"
},
Expand Down Expand Up @@ -175,7 +175,7 @@
"license": "MIT",
"main": "./lib/index.qwik.mjs",
"peerDependencies": {
"vite": "^5"
"vite": "catalog:"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/qwik-labs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"prettier": "3.3.3",
"typescript": "5.4.5",
"undici": "*",
"vite": "5.3.5",
"vite": "catalog:",
"zod": "3.22.4"
},
"engines": {
Expand All @@ -38,7 +38,7 @@
],
"main": "./lib/index.qwik.mjs",
"peerDependencies": {
"vite": "^5",
"vite": "catalog:",
"zod": "3.22.4"
},
"private": true,
Expand Down
4 changes: 2 additions & 2 deletions packages/qwik-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"react": "18.3.1",
"react-dom": "18.3.1",
"typescript": "5.4.5",
"vite": "5.3.5"
"vite": "catalog:"
},
"engines": {
"node": ">=16.8.0 <18.0.0 || >=18.11"
Expand Down Expand Up @@ -40,7 +40,7 @@
"@types/react-dom": "^18",
"react": "^18",
"react-dom": "^18",
"vite": "^5"
"vite": "catalog:"
},
"qwik": "./lib/index.qwik.mjs",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/qwik-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"bugs": "https://github.com/QwikDev/qwik/issues",
"devDependencies": {
"@builder.io/qwik": "workspace:^",
"vite": "5.3.5",
"vite-plugin-static-copy": "1.0.6"
"vite": "catalog:",
"vite-plugin-static-copy": "2.2.0"
},
"engines": {
"node": ">=16.8.0 <18.0.0 || >=18.11"
Expand Down
2 changes: 1 addition & 1 deletion packages/qwik/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
"license": "MIT",
"main": "./dist/core.mjs",
"peerDependencies": {
"vite": "^5"
"vite": "catalog:"
},
"repository": {
"type": "git",
Expand Down
Loading
Loading