fix(dep): pin esbuild to 0.10.x due to module breaking changes

This commit is contained in:
Pooya Parsa 2021-04-02 19:42:53 +02:00
parent c0b8d08819
commit 6fb4028850
3 changed files with 3 additions and 8 deletions

View File

@ -25,7 +25,7 @@
"@types/node": "^14.14.37",
"chalk": "^4.1.0",
"defu": "^3.2.2",
"esbuild": "^0.11.3",
"esbuild": "^0.10.0",
"eslint": "^7.23.0",
"execa": "^5.0.0",
"jest": "^26.6.3",

View File

@ -59,7 +59,7 @@
"defu": "^3.2.2",
"destr": "^1.1.0",
"dot-prop": "^6.0.1",
"esbuild": "^0.11.3",
"esbuild": "^0.10.0",
"etag": "^1.8.1",
"fs-extra": "^9.1.0",
"globby": "^11.0.3",

View File

@ -4498,16 +4498,11 @@ esbuild-loader@^2.11.0:
type-fest "^1.0.1"
webpack-sources "^2.2.0"
esbuild@^0.10.2:
esbuild@^0.10.0, esbuild@^0.10.2:
version "0.10.2"
resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.10.2.tgz#caa65a8f3096d547d89159918039df6c5c6c90be"
integrity sha512-/5vsZD7wTJJHC3yNXLUjXNvUDwqwNoIMvFvLd9tcDQ9el5l13pspYm3yufavjIeYvNtAbo+6N/6uoWx9dGA6ug==
esbuild@^0.11.3:
version "0.11.3"
resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.11.3.tgz#b57165b907be4ffba651f6450538ce8d8c1d5eb0"
integrity sha512-BzVRHcCtFepjS9WcqRjqoIxLqgpK21a8J4Zi4msSGxDxiXVO1IbcqT1KjhdDDnJxKfe7bvzZrvMEX+bVO0Elcw==
esbuild@^0.8.56:
version "0.8.57"
resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.8.57.tgz#a42d02bc2b57c70bcd0ef897fe244766bb6dd926"