From c5092f4b68a38ad1011be9c60fa3e01896294574 Mon Sep 17 00:00:00 2001 From: MICHAEL JACKSON Date: Wed, 23 Aug 2017 14:16:57 -0700 Subject: [PATCH] Update dep --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 8c1790f..59d2e35 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "test": "node scripts/test.js --env=jsdom" }, "dependencies": { - "babel-plugin-unpkg-rewrite": "^2.0.0", + "babel-plugin-unpkg-rewrite": "^3.0.0", "cors": "^2.8.1", "countries-list": "^1.3.2", "csso": "^3.1.1", diff --git a/yarn.lock b/yarn.lock index 035aec5..6645607 100644 --- a/yarn.lock +++ b/yarn.lock @@ -739,9 +739,9 @@ babel-plugin-transform-strict-mode@^6.24.1: babel-runtime "^6.22.0" babel-types "^6.24.1" -babel-plugin-unpkg-rewrite@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/babel-plugin-unpkg-rewrite/-/babel-plugin-unpkg-rewrite-2.0.0.tgz#ab5debacb5667eadd95ff9a6f84422c5ef07227b" +babel-plugin-unpkg-rewrite@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/babel-plugin-unpkg-rewrite/-/babel-plugin-unpkg-rewrite-3.0.0.tgz#3485621d79da04cd910ca21cdc6b3cacc1a3d1d1" dependencies: warning "^3.0.0" whatwg-url "^4.3.0"