Skip to content

Commit

Permalink
feat(vite-plugin): support for Vite 6
Browse files Browse the repository at this point in the history
  • Loading branch information
rstoenescu committed Nov 8, 2024
1 parent a8da7b1 commit 2a3d6f6
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 46 deletions.
53 changes: 13 additions & 40 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ui/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"fs-extra": "^11.2.0",
"jsdom": "^24.1.3",
"prompts": "^2.4.2",
"vite": "^5.4.10",
"vite": "^6.0.0-beta.9",
"vite-plugin-checker": "^0.7.2",
"vitest": "^2.1.1",
"vue": "^3.5.5"
Expand Down
2 changes: 1 addition & 1 deletion utils/render-ssr-error/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"postcss": "^8.4.45",
"prismjs": "^1.29.0",
"quasar": "workspace:*",
"vite": "^5.4.10",
"vite": "^6.0.0-beta.9",
"vue": "^3.5.5",
"vue-router": "^4.4.5"
}
Expand Down
6 changes: 3 additions & 3 deletions vite-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quasar/vite-plugin",
"version": "1.8.0",
"version": "1.8.1",
"description": "Vite plugin for Quasar Framework",
"type": "module",
"exports": {
Expand Down Expand Up @@ -51,15 +51,15 @@
"pug": "^3.0.3",
"quasar": "workspace:*",
"rollup": "^4.24.2",
"vite": "^5.4.10",
"vite": "^6.0.0-beta.9",
"vite-plugin-checker": "^0.7.2",
"vitest": "^2.1.1",
"vue": "^3.5.5"
},
"peerDependencies": {
"@vitejs/plugin-vue": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0",
"quasar": "^2.16.0",
"vite": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0",
"vite": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0-beta.9",
"vue": "^3.0.0"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion vite-plugin/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"@vitejs/plugin-vue": "^5.1.4",
"pug": "^3.0.3",
"sass-embedded": "^1.80.2",
"vite": "^5.4.10"
"vite": "^6.0.0-beta.9"
}
}

0 comments on commit 2a3d6f6

Please sign in to comment.