Skip to content

Commit

Permalink
fix: pin rollup-plugin-esbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Jul 26, 2020
1 parent f8348b5 commit f109a90
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 14 deletions.
3 changes: 1 addition & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,13 @@
"chalk": "^4.1.0",
"consola": "^2.14.0",
"defu": "^2.0.4",
"esbuild": "^0.5.9",
"execa": "^4.0.2",
"fs-extra": "^9.0.1",
"glob": "^7.1.6",
"jiti": "^0.1.11",
"rollup": "^2.23.0",
"rollup-plugin-dts": "^1.4.9",
"rollup-plugin-esbuild": "^2.4.2",
"rollup-plugin-esbuild": "2.2.0",
"sort-package-json": "^1.44.0"
},
"devDependencies": {
Expand Down
18 changes: 6 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4718,11 +4718,6 @@ jiti@^0.1.11:
resolved "https://registry.yarnpkg.com/jiti/-/jiti-0.1.11.tgz#8b27b92e4c0866b3c8c91945c55a99a1db17a782"
integrity sha512-zSPegl+ageMLSYcq1uAZa6V56pX2GbNl/eU3Or7PFHu10a2YhLAXj5fnHJGd6cHZTalSR8zXGH8WmyuyufMhLA==

joycon@^2.2.5:
version "2.2.5"
resolved "https://registry.yarnpkg.com/joycon/-/joycon-2.2.5.tgz#8d4cf4cbb2544d7b7583c216fcdfec19f6be1615"
integrity sha512-YqvUxoOcVPnCp0VU1/56f+iKSdvIRJYPznH22BdXV3xMk75SFXhWeJkZ8C9XxUWt1b5x2X1SxuFygW1U0FmkEQ==

"js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
Expand Down Expand Up @@ -6477,14 +6472,13 @@ rollup-plugin-dts@^1.4.9:
optionalDependencies:
"@babel/code-frame" "^7.10.4"

rollup-plugin-esbuild@^2.4.2:
version "2.4.2"
resolved "https://registry.yarnpkg.com/rollup-plugin-esbuild/-/rollup-plugin-esbuild-2.4.2.tgz#631f272a06d349b5d7719ed20bae4fedd3ba756f"
integrity sha512-GJOaC2onOPcCN0w7tYv60Thg3ciX40YRubeGyS/DRo862udAiFuQGTIBSyNX20EWyvYLZmZ967ziGdzUJtIaAg==
rollup-plugin-esbuild@2.2.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/rollup-plugin-esbuild/-/rollup-plugin-esbuild-2.2.0.tgz#3363a4e39f022fa15d364b22c22a5b1bd2cc75c9"
integrity sha512-xQGk6c6dt4WiC3LEjTaMhwP7Z3/+5YiSsdvWwU1GQ1lZjGA/aYLB9qzZv0LoXZhnNySeWTZqhuG60L65Ik2PFg==
dependencies:
"@rollup/pluginutils" "^3.1.0"
joycon "^2.2.5"
strip-json-comments "^3.1.1"
esbuild "^0.5.9"

rollup@^2.23.0:
version "2.23.0"
Expand Down Expand Up @@ -7023,7 +7017,7 @@ strip-indent@^3.0.0:
dependencies:
min-indent "^1.0.0"

strip-json-comments@^3.1.0, strip-json-comments@^3.1.1:
strip-json-comments@^3.1.0:
version "3.1.1"
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006"
integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==
Expand Down

0 comments on commit f109a90

Please sign in to comment.