From 54112a0c43bfed99591d051d654b86f066d7f068 Mon Sep 17 00:00:00 2001 From: bendtherules Date: Wed, 12 Aug 2020 15:31:37 +0530 Subject: [PATCH] Add dependency - acorn --- package.json | 3 +++ yarn.lock | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index c8064eb..dece113 100644 --- a/package.json +++ b/package.json @@ -37,5 +37,8 @@ "tsdx": "^0.13.2", "tslib": "^2.0.1", "typescript": "^3.9.7" + }, + "dependencies": { + "acorn": "^7.4.0" } } diff --git a/yarn.lock b/yarn.lock index f280dea..2ba0166 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1260,7 +1260,7 @@ acorn@^6.0.1: resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.4.1.tgz#531e58ba3f51b9dacb9a6646ca4debf5b14ca474" integrity sha512-ZVA9k326Nwrj3Cj9jlh3wGFutC2ZornPNARZwsNYqQYgN0EsV2d53w5RN/co65Ohn4sUAUtb1rSUAOD6XN9idA== -acorn@^7.1.0, acorn@^7.1.1: +acorn@^7.1.0, acorn@^7.1.1, acorn@^7.4.0: version "7.4.0" resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.4.0.tgz#e1ad486e6c54501634c6c397c5c121daa383607c" integrity sha512-+G7P8jJmCHr+S+cLfQxygbWhXy+8YTVGzAkpEbcLo2mLoL7tij/VG41QSHACSf5QgYRhMZYHuNc6drJaO0Da+w==