From a1b5e842b010ea3fab61de105eb655b04b1fe4c3 Mon Sep 17 00:00:00 2001 From: "Jason R. Stevens, CFA" Date: Mon, 31 Jan 2022 09:29:31 -0600 Subject: [PATCH] :heavy_plus_sign: add typescript dev dep to squash installation warnings --- package.json | 1 + yarn.lock | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/package.json b/package.json index 88d5528..a72e0d5 100644 --- a/package.json +++ b/package.json @@ -27,6 +27,7 @@ "prisma": "^3.8.1", "swr": "^1.2.0", "tailwindcss": "^3.0.18", + "typescript": "^4.5.5", "validator": "^13.7.0" } } diff --git a/yarn.lock b/yarn.lock index d6bd953..d486710 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4061,6 +4061,11 @@ typedarray-to-buffer@^3.1.5: dependencies: is-typedarray "^1.0.0" +typescript@^4.5.5: + version "4.5.5" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.5.tgz#d8c953832d28924a9e3d37c73d729c846c5896f3" + integrity sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA== + unbox-primitive@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/unbox-primitive/-/unbox-primitive-1.0.1.tgz#085e215625ec3162574dc8859abee78a59b14471"