From f2f3cb76479e9f1b88c8bc50750e2b9776c0058d Mon Sep 17 00:00:00 2001 From: Christoph Guttandin Date: Wed, 29 Aug 2018 18:25:17 +0200 Subject: [PATCH] fix(package): update @babel/plugin-external-helpers to version 7.0.0 --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index bdf5e2aa..2c180530 100644 --- a/package-lock.json +++ b/package-lock.json @@ -314,6 +314,15 @@ "integrity": "sha512-RgJhNdRinpO8zibnoHbzTTexNs4c8ROkXFBanNDZTLHjwbdLk8J5cJSKulx/bycWTLYmKVNCkxRtVCoJnqPk+g==", "dev": true }, + "@babel/plugin-external-helpers": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-external-helpers/-/plugin-external-helpers-7.0.0.tgz", + "integrity": "sha512-tZKTMdhZvTy0KCEX5EGQQm1RHr7jUa36q/yax1baEA0yZapVYmu10yW7LTqijITgSq416gPVjrcexiA6y4pJlA==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.0.0" + } + }, "@babel/plugin-proposal-async-generator-functions": { "version": "7.0.0", "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.0.0.tgz", @@ -2260,15 +2269,6 @@ "babel-runtime": "^6.22.0" } }, - "babel-plugin-external-helpers": { - "version": "6.22.0", - "resolved": "https://registry.npmjs.org/babel-plugin-external-helpers/-/babel-plugin-external-helpers-6.22.0.tgz", - "integrity": "sha1-IoX0iwK9Xe3oUXXK+MYuhq3M76E=", - "dev": true, - "requires": { - "babel-runtime": "^6.22.0" - } - }, "babel-plugin-transform-es2015-arrow-functions": { "version": "6.22.0", "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-arrow-functions/-/babel-plugin-transform-es2015-arrow-functions-6.22.0.tgz", diff --git a/package.json b/package.json index dc236657..bce5dfa9 100644 --- a/package.json +++ b/package.json @@ -15,13 +15,13 @@ "description": "A module to create a set of unique numbers as fast as possible.", "devDependencies": { "@babel/core": "^7.0.0", + "@babel/plugin-external-helpers": "^7.0.0", "@babel/plugin-transform-runtime": "^7.0.0", "@babel/preset-env": "^7.0.0", "@babel/register": "^7.0.0", "@babel/runtime": "^7.0.0", "@commitlint/cli": "^7.0.0", "@commitlint/config-angular": "^7.0.1", - "babel-plugin-external-helpers": "^6.22.0", "babel-preset-es2015": "^6.24.1", "benchmark": "^2.1.4", "chai": "^4.1.2",