mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Use gulp-babel@8.0.0 (#8086)
This commit is contained in:
parent
ef8ea9b188
commit
6c9b7fc8c7
@ -219,7 +219,7 @@
|
||||
"get-port": "^5.1.0",
|
||||
"gulp": "^4.0.2",
|
||||
"gulp-autoprefixer": "^5.0.0",
|
||||
"gulp-babel": "^7.0.0",
|
||||
"gulp-babel": "^8.0.0",
|
||||
"gulp-debug": "^3.2.0",
|
||||
"gulp-imagemin": "^6.1.0",
|
||||
"gulp-json-editor": "^2.5.4",
|
||||
|
10
yarn.lock
10
yarn.lock
@ -13193,13 +13193,13 @@ gulp-autoprefixer@^5.0.0:
|
||||
through2 "^2.0.0"
|
||||
vinyl-sourcemaps-apply "^0.2.0"
|
||||
|
||||
gulp-babel@^7.0.0:
|
||||
version "7.0.1"
|
||||
resolved "https://registry.yarnpkg.com/gulp-babel/-/gulp-babel-7.0.1.tgz#b9c8e29fa376b36c57989db820fc1c1715bb47cb"
|
||||
integrity sha512-UqHS3AdxZyJCRxqnAX603Dj3k/Wx6hzcgmav3QcxvsIFq3Y8ZkU7iXd0O+JwD5ivqCc6o0r1S7tCB/xxLnuSNw==
|
||||
gulp-babel@^8.0.0:
|
||||
version "8.0.0"
|
||||
resolved "https://registry.yarnpkg.com/gulp-babel/-/gulp-babel-8.0.0.tgz#e0da96f4f2ec4a88dd3a3030f476e38ab2126d87"
|
||||
integrity sha512-oomaIqDXxFkg7lbpBou/gnUkX51/Y/M2ZfSjL2hdqXTAlSWZcgZtd2o0cOH0r/eE8LWD0+Q/PsLsr2DKOoqToQ==
|
||||
dependencies:
|
||||
plugin-error "^1.0.1"
|
||||
replace-ext "0.0.1"
|
||||
replace-ext "^1.0.0"
|
||||
through2 "^2.0.0"
|
||||
vinyl-sourcemaps-apply "^0.2.0"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user