Skip to content

Commit

Permalink
fix(app-vite/app-webpack): pin down esbuild to 0.24.0 due to compile …
Browse files Browse the repository at this point in the history
…error
  • Loading branch information
rstoenescu committed Dec 20, 2024
1 parent cd8a527 commit 4002b65
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app-vite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quasar/app-vite",
"version": "2.0.3",
"version": "2.0.4",
"description": "Quasar Framework App CLI with Vite",
"bin": {
"quasar": "./bin/quasar.js"
Expand Down Expand Up @@ -99,7 +99,7 @@
"dotenv": "^16.4.5",
"dotenv-expand": "^11.0.6",
"elementtree": "0.1.7",
"esbuild": "^0.24.0",
"esbuild": "=0.24.0",
"express": "^4.21.1",
"fs-extra": "^11.2.0",
"html-minifier-terser": "^7.2.0",
Expand Down
4 changes: 2 additions & 2 deletions app-webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quasar/app-webpack",
"version": "4.0.3",
"version": "4.0.4",
"description": "Quasar Framework App CLI with Webpack",
"bin": {
"quasar": "./bin/quasar"
Expand Down Expand Up @@ -107,7 +107,7 @@
"dotenv-expand": "^11.0.6",
"elementtree": "0.1.7",
"error-stack-parser": "^2.1.4",
"esbuild": "^0.24.0",
"esbuild": "=0.24.0",
"express": "^4.21.1",
"file-loader": "^6.2.0",
"fs-extra": "^11.2.0",
Expand Down

0 comments on commit 4002b65

Please sign in to comment.