From 1ca634be3beffed068239b5bb6233accfed93989 Mon Sep 17 00:00:00 2001 From: Marshall Polaris Date: Tue, 10 May 2022 21:43:21 -0700 Subject: [PATCH] Move @types/module-alias to a dev dependency My bad, I accidentally did `yarn add` and it went to the wrong spot. --- functions/package.json | 2 +- yarn.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/package.json b/functions/package.json index 8b72ba93..2eeec6f2 100644 --- a/functions/package.json +++ b/functions/package.json @@ -19,7 +19,6 @@ }, "main": "lib/functions/src/index.js", "dependencies": { - "@types/module-alias": "^2.0.1", "fetch": "1.1.0", "firebase-admin": "10.0.0", "firebase-functions": "3.16.0", @@ -29,6 +28,7 @@ "stripe": "8.194.0" }, "devDependencies": { + "@types/module-alias": "2.0.1", "@types/mailgun-js": "0.22.12", "firebase-functions-test": "0.3.3", "typescript": "4.5.3" diff --git a/yarn.lock b/yarn.lock index 29a781c7..063dfebc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1140,7 +1140,7 @@ resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.5.tgz#1001cc5e6a3704b83c236027e77f2f58ea010f40" integrity sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ== -"@types/module-alias@^2.0.1": +"@types/module-alias@2.0.1": version "2.0.1" resolved "https://registry.yarnpkg.com/@types/module-alias/-/module-alias-2.0.1.tgz#e5893236ce922152d57c5f3f978f764f4deeb45f" integrity sha512-DN/CCT1HQG6HquBNJdLkvV+4v5l/oEuwOHUPLxI+Eub0NED+lk0YUfba04WGH90EINiUrNgClkNnwGmbICeWMQ==