From 0672aec806cfc2181aed1a546840c93e5173ea3a Mon Sep 17 00:00:00 2001 From: bendtherules Date: Sat, 5 Sep 2020 17:38:06 +0530 Subject: [PATCH] Add "nanoevents" dep --- package.json | 3 ++- yarn.lock | 5 +++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index c62f841..f044e45 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,7 @@ "@types/node": "^12.0.0", "@types/react": "^16.9.0", "@types/react-dom": "^16.9.0", + "nanoevents": "^5.1.8", "prism-react-renderer": "^1.1.1", "react": "^16.13.1", "react-dom": "^16.13.1", @@ -41,4 +42,4 @@ "last 1 safari version" ] } -} \ No newline at end of file +} diff --git a/yarn.lock b/yarn.lock index 6bbbde9..e4f8b5a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7006,6 +7006,11 @@ nan@^2.12.1: resolved "https://registry.yarnpkg.com/nan/-/nan-2.14.0.tgz#7818f722027b2459a86f0295d434d1fc2336c52c" integrity sha512-INOFj37C7k3AfaNTtX8RhsTw7qRy7eLET14cROi9+5HAVbbHuIWUHEauBv5qT4Av2tWasiTY1Jw6puUNqRJXQg== +nanoevents@^5.1.8: + version "5.1.8" + resolved "https://registry.yarnpkg.com/nanoevents/-/nanoevents-5.1.8.tgz#3a192513ca3dc88421a3b60cb22ca802074aacfb" + integrity sha512-hxhbaIUYJxJIGFJLB6ls3byky/qWCYWyOY3eMYMyic736S14eW63V8B4fwdNfd97EKhg9346xbEKUYsb+44Hqg== + nanomatch@^1.2.9: version "1.2.13" resolved "https://registry.yarnpkg.com/nanomatch/-/nanomatch-1.2.13.tgz#b87a8aa4fc0de8fe6be88895b38983ff265bd119"