diff options
author | Vitaly Takmazov | 2019-09-09 22:46:26 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2019-09-09 22:46:26 +0300 |
commit | 4e75aad4a4cfe231828ae593f19265e378fb2a72 (patch) | |
tree | 879a98cef898b23832a3f93e0480652b0b23d00e /package.json | |
parent | 40164dd19c5ed0843d76f73723bafe376ae2066d (diff) |
Babel 7.6
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index f64c2c95..3edfa4e0 100644 --- a/package.json +++ b/package.json @@ -23,8 +23,8 @@ ] }, "devDependencies": { - "@babel/core": "^7.5.5", - "@babel/preset-env": "^7.5.5", + "@babel/core": "^7.6.0", + "@babel/preset-env": "^7.6.0", "babel-loader": "^8.0.6", "core-js": "^3.2.1", "css-loader": "^3.2.0", |