From ca5d11081448f7bfdba8b93fa2fea6f1ac036d70 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Sun, 26 May 2019 22:33:11 +0000 Subject: [PATCH] Update babel-core requirement from 6.11.4 to 6.26.3 Updates the requirements on [babel-core](https://github.com/babel/babel) to permit the latest version. - [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/v6.11.4...v6.26.3) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8dde682..3465a47 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "watch": "concurrently 'npm run watch-client' 'npm run localhost'" }, "devDependencies": { - "babel-core": "6.11.4", + "babel-core": "6.26.3", "babel-loader": "6.2.4", "babel-preset-es2015": "6.9.0", "babel-preset-react": "6.11.1",