Skip to content

Commit 2aa770d

Browse files
proactively patch the error of @quasar/app-vite@1.4.3
1 parent 705b46f commit 2aa770d

File tree

3 files changed

+36
-68
lines changed

3 files changed

+36
-68
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"path-browserify": "^1.0.1",
8080
"path-cross": "^1.0.4",
8181
"pinia": "^2.0.11",
82-
"quasar": "^2.6.0",
82+
"quasar": "^2.12.0",
8383
"sass-browser": "npm:sass@1.62.1",
8484
"sha256-uint8array": "^0.10.5",
8585
"sort-array": "^4.1.5",
@@ -96,7 +96,7 @@
9696
"@babel/runtime": "^7.21.0",
9797
"@edge-runtime/vm": "^2.1.2",
9898
"@iconify/vue": "4.1.1-dev",
99-
"@quasar/app-vite": "^1.2.1",
99+
"@quasar/app-vite": "^1.4.3",
100100
"@quasar/cli": "^2.0.0",
101101
"@rollup/plugin-node-resolve": "^15.0.1",
102102
"@tachibana-shin/eslint-config": "^1.1.1",

pnpm-lock.yaml

Lines changed: 31 additions & 63 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

quasar.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ module.exports = configure(function (/* ctx */) {
109109
// viteVuePluginOptions: {},
110110

111111
vitePlugins: [
112-
["vite-plugin-pages"],
113-
["vite-plugin-json5"],
112+
["vite-plugin-pages", {}],
113+
["vite-plugin-json5", {}],
114114
["vite-plugin-arraybuffer", {}],
115115
[
116116
"vite-plugin-vue-layouts",
@@ -120,7 +120,7 @@ module.exports = configure(function (/* ctx */) {
120120
routeStyle: "nuxt",
121121
},
122122
],
123-
["unocss/vite"],
123+
["unocss/vite", {}],
124124
[
125125
"unplugin-auto-import/vite",
126126
{

0 commit comments

Comments
 (0)