From 4e03e50c3758b1dc489a484fe3151daabe6097fa Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Tue, 4 Jun 2019 07:00:35 +0900 Subject: Bump @babel/* from 7.3.4 to 7.4.5 (#10936) * Bump @babel/plugin-proposal-object-rest-spread from 7.3.4 to 7.4.4 Bumps [@babel/plugin-proposal-object-rest-spread](https://github.com/babel/babel) from 7.3.4 to 7.4.4. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](https://github.com/babel/babel/compare/v7.3.4...v7.4.4) * Bump @babel/core from 7.3.4 to 7.4.5 * Bump @babel/plugin-proposal-class-properties from 7.3.4 to 7.4.4 * Bump @babel/plugin-proposal-decorators from 7.3.0 to 7.4.4 * Bump @babel/preset-env from 7.3.4 to 7.4.5 * Bump @babel/runtime from 7.3.4 to 7.4.5 --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index df79aed8c..64ba81e35 100644 --- a/package.json +++ b/package.json @@ -57,18 +57,18 @@ }, "private": true, "dependencies": { - "@babel/core": "^7.3.4", - "@babel/plugin-proposal-class-properties": "^7.3.4", - "@babel/plugin-proposal-decorators": "^7.3.0", - "@babel/plugin-proposal-object-rest-spread": "^7.3.4", + "@babel/core": "^7.4.5", + "@babel/plugin-proposal-class-properties": "^7.4.4", + "@babel/plugin-proposal-decorators": "^7.4.4", + "@babel/plugin-proposal-object-rest-spread": "^7.4.4", "@babel/plugin-syntax-dynamic-import": "^7.2.0", "@babel/plugin-transform-react-inline-elements": "^7.2.0", "@babel/plugin-transform-react-jsx-self": "^7.2.0", "@babel/plugin-transform-react-jsx-source": "^7.2.0", "@babel/plugin-transform-runtime": "^7.4.4", - "@babel/preset-env": "^7.3.4", + "@babel/preset-env": "^7.4.5", "@babel/preset-react": "^7.0.0", - "@babel/runtime": "^7.3.4", + "@babel/runtime": "^7.4.5", "@clusterws/cws": "^0.14.0", "array-includes": "^3.0.3", "autoprefixer": "^9.5.1", -- cgit