diff options
author | Alex Pott <alex.a.pott@googlemail.com> | 2020-01-28 11:36:14 +0000 |
---|---|---|
committer | Alex Pott <alex.a.pott@googlemail.com> | 2020-01-28 11:36:14 +0000 |
commit | 2dadb738bfd48510db2174323528fe769731c05a (patch) | |
tree | f6319d9bfa9af8b41dc0ca7c187bef1eaf17aee4 /core/scripts/js | |
parent | 09b78ffb1bc1bb62d21fb3abb85e1349a674597a (diff) | |
download | drupal-2dadb738bfd48510db2174323528fe769731c05a.tar.gz drupal-2dadb738bfd48510db2174323528fe769731c05a.zip |
Issue #3101543 by lauriii, bnjmnm, ravi.shankar: Update core JavaScript dependencies listed in package.json
Diffstat (limited to 'core/scripts/js')
-rw-r--r-- | core/scripts/js/compile.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/scripts/js/compile.js b/core/scripts/js/compile.js index b1a347777c65..d644f55cbd4e 100644 --- a/core/scripts/js/compile.js +++ b/core/scripts/js/compile.js @@ -1,6 +1,6 @@ const chalk = require('chalk'); const log = require('./log'); -const babel = require('babel-core'); +const babel = require('@babel/core'); module.exports = (filePath, callback) => { // Transform the file. |