Skip to content

Commit

Permalink
Bump devDependencies and gems.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Mar 25, 2020
1 parent a9efc1c commit 389008a
Show file tree
Hide file tree
Showing 6 changed files with 1,836 additions and 1,725 deletions.
2 changes: 1 addition & 1 deletion .babelrc.js
@@ -1,7 +1,7 @@
module.exports = {
presets: [
[
'@babel/env',
'@babel/preset-env',
{
loose: true,
modules: false,
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -61,15 +61,15 @@ GEM
rb-fsevent (0.10.3)
rb-inotify (0.10.1)
ffi (~> 1.0)
rouge (3.16.0)
rouge (3.17.0)
safe_yaml (1.0.5)
sassc (2.2.1)
ffi (~> 1.9)
sassc (2.2.1-x64-mingw32)
ffi (~> 1.9)
terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1)
unicode-display_width (1.6.1)
unicode-display_width (1.7.0)
wdm (0.1.1)

PLATFORMS
Expand Down
1 change: 1 addition & 0 deletions build/build-plugins.js
Expand Up @@ -19,6 +19,7 @@ const plugins = [
externalHelpersWhitelist: [ // Include only required helpers
'defineProperties',
'createClass',
'createSuper',
'inheritsLoose',
'defineProperty',
'objectSpread2'
Expand Down
1 change: 1 addition & 0 deletions build/rollup.config.js
Expand Up @@ -15,6 +15,7 @@ const plugins = [
externalHelpersWhitelist: [ // Include only required helpers
'defineProperties',
'createClass',
'createSuper',
'inheritsLoose',
'defineProperty',
'objectSpread2'
Expand Down

0 comments on commit 389008a

Please sign in to comment.