Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
"typescript-eslint": "8.38.0",
"undici": "*",
"vfile": "6.0.3",
"vite": "7.2.2",
"vite": "7.2.4",
"vite-imagetools": "9.0.0",
"vite-plugin-dts": "3.9.1",
"vite-tsconfig-paths": "5.1.4",
Expand Down
6 changes: 3 additions & 3 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"prettier": "3.6.2",
"prism-themes": "1.9.0",
"prismjs": "1.30.0",
"playwright": "1.55.1",
"playwright": "1.56.0",
"qwik-image": "0.0.16",
"react": "18.3.1",
"react-dom": "18.3.1",
Expand All @@ -54,8 +54,8 @@
"tsm": "2.3.0",
"typescript": "5.4.5",
"undici": "*",
"valibot": "0.33.3",
"vite": "7.2.2",
"valibot": "1.2.0",
"vite": "7.2.4",
"vite-plugin-inspect": "11.3.3",
"vite-tsconfig-paths": "5.1.4",
"wrangler": "3.65.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/insights/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"typescript": "5.4.5",
"typescript-eslint": "8.38.0",
"undici": "*",
"vite": "7.2.2",
"vite": "7.2.4",
"vite-tsconfig-paths": "5.1.4",
"vitest": "3.2.4",
"zod": "3.25.48"
Expand Down
2 changes: 1 addition & 1 deletion packages/qwik-city/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"unified": "11.0.5",
"unist-util-visit": "5.0.0",
"uvu": "0.5.6",
"vite": "7.2.2",
"vite": "7.2.4",
"yaml": "2.6.1"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/qwik-labs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"typescript": "5.4.5",
"typescript-eslint": "8.38.0",
"undici": "*",
"vite": "7.2.2",
"vite": "7.2.4",
"zod": "3.25.48"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion 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": "7.2.2"
"vite": "7.2.4"
},
"engines": {
"node": ">=16.8.0 <18.0.0 || >=18.11"
Expand Down
2 changes: 1 addition & 1 deletion packages/qwik-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"bugs": "https://github.com/QwikDev/qwik/issues",
"devDependencies": {
"@builder.io/qwik": "workspace:^",
"vite": "7.2.2",
"vite": "7.2.4",
"vite-plugin-static-copy": "3.1.2"
},
"engines": {
Expand Down
Loading
Loading