Skip to content

Commit

Permalink
chore(app-vite): ensure latest vite is installed (6.0.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
rstoenescu committed Dec 6, 2024
1 parent 691175a commit a69d903
Show file tree
Hide file tree
Showing 5 changed files with 111 additions and 31 deletions.
2 changes: 1 addition & 1 deletion app-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
"serialize-javascript": "^6.0.2",
"tinyglobby": "^0.2.10",
"ts-essentials": "^9.4.2",
"vite": "^6.0.0",
"vite": "^6.0.3",
"webpack-merge": "^6.0.1"
},
"devDependencies": {
Expand Down
134 changes: 107 additions & 27 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 @@
"jsdom": "^24.1.3",
"prompts": "^2.4.2",
"tinyglobby": "^0.2.10",
"vite": "^6.0.0",
"vite": "^6.0.3",
"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": "^6.0.0",
"vite": "^6.0.3",
"vue": "^3.5.5",
"vue-router": "^4.4.5"
}
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": "^6.0.0"
"vite": "^6.0.3"
}
}

0 comments on commit a69d903

Please sign in to comment.