From 6ef98fbae4bb5cccce3946e55f7c0649e3f7d848 Mon Sep 17 00:00:00 2001 From: ssube Date: Sat, 1 Aug 2020 10:54:09 -0500 Subject: [PATCH] update: js-utils to remove lodash --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 02f0293..435b26e 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "author": "ssube", "license": "MIT", "devDependencies": { - "@apextoaster/js-utils": "0.2.1-0", + "@apextoaster/js-utils": "0.2.1", "@istanbuljs/nyc-config-typescript": "1.0.1", "@microsoft/api-documenter": "7.8.21", "@microsoft/api-extractor": "7.9.2", diff --git a/yarn.lock b/yarn.lock index 1fdb7f9..4baba88 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2,10 +2,10 @@ # yarn lockfile v1 -"@apextoaster/js-utils@0.2.1-0": - version "0.2.1-0" - resolved "https://artifacts.apextoaster.com/repository/group-npm/@apextoaster/js-utils/-/js-utils-0.2.1-0.tgz#18e18d1486c7cc42442e81e1c2089cadfcc06b69" - integrity sha512-xgnvOe7EBwEKtQwGEin397m2/twT6favgRLPzgvRyMiFqjFWlo4dSPBNMoWxhry/VJbvG0Uzp/1sDyZxfbi+Ug== +"@apextoaster/js-utils@0.2.1": + version "0.2.1" + resolved "https://artifacts.apextoaster.com/repository/group-npm/@apextoaster/js-utils/-/js-utils-0.2.1.tgz#8488b454e528a50b942afa65630099bd072e5e3e" + integrity sha512-VrrIU1AiEv7Uq958QREm7gthLF/8FU9Y1PTPXunzmdZqPVMkCKYjMyklKtNmYeXeMBnsNHFETuZmTNUynZfxjQ== "@babel/code-frame@^7.0.0", "@babel/code-frame@^7.5.5": version "7.5.5"