From 2ef03261e32f707056bd2303b8d15170967cfd13 Mon Sep 17 00:00:00 2001 From: mki-skt Date: Sun, 15 Apr 2018 00:29:58 +0900 Subject: [PATCH] add : uuid package --- package.json | 3 ++- yarn.lock | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 47e06cc..4351887 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,8 @@ "lodash-webpack-plugin": "^0.11.4", "prop-types": "^15.6.0", "react": "^16.2.0", - "react-helmet": "^5.2.0" + "react-helmet": "^5.2.0", + "uuid": "^3.2.1" }, "keywords": [ "gatsby" diff --git a/yarn.lock b/yarn.lock index 2ceb48f..4046cea 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10664,7 +10664,7 @@ uuid@^2.0.1: version "2.0.3" resolved "https://registry.yarnpkg.com/uuid/-/uuid-2.0.3.tgz#67e2e863797215530dff318e5bf9dcebfd47b21a" -uuid@^3.0.0, uuid@^3.0.1, uuid@^3.1.0: +uuid@^3.0.0, uuid@^3.0.1, uuid@^3.1.0, uuid@^3.2.1: version "3.2.1" resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.2.1.tgz#12c528bb9d58d0b9265d9a2f6f0fe8be17ff1f14"