Skip to content

Commit

Permalink
deps: lock esbuild to 0.18.20
Browse files Browse the repository at this point in the history
  • Loading branch information
undefined-moe committed Dec 15, 2023
1 parent 342161d commit 27ce9ab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"chokidar": "^3.5.3",
"cross-env": "^7.0.3",
"cross-spawn": "^7.0.3",
"esbuild": "0.19.7",
"esbuild": "0.18.20",
"eslint": "^8.55.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-import-resolver-webpack": "^0.13.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
},
"dependencies": {
"ansi_up": "^6.0.2",
"esbuild": "0.19.7",
"esbuild": "0.18.20",
"fs-extra": "^11.2.0",
"js-yaml": "^4.1.0",
"jsesc": "^3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preferUnplugged": true,
"dependencies": {
"cac": "^6.7.14",
"esbuild": "0.19.7",
"esbuild": "0.18.20",
"fs-extra": "^11.2.0",
"js-yaml": "^4.1.0",
"moment-timezone": "^0.5.43",
Expand Down

0 comments on commit 27ce9ab

Please sign in to comment.