From 9f9d16d730d9266ac1917383622902b127a44cb4 Mon Sep 17 00:00:00 2001 From: Dominic Go <18517029+dominicstop@users.noreply.github.com> Date: Tue, 10 Jan 2023 07:53:16 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20Chore:=20Package=20-=20Add?= =?UTF-8?q?=20Dev=20Dependency?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 1 + yarn.lock | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/package.json b/package.json index a3d0c99b..54a63fad 100644 --- a/package.json +++ b/package.json @@ -56,6 +56,7 @@ "registry": "https://registry.npmjs.org/" }, "devDependencies": { + "@react-native-community/cli-types": "^10.0.0", "@react-native-community/eslint-config": "^3.0.2", "@types/react": "~17.0.21", "@types/react-native": "0.68.0", diff --git a/yarn.lock b/yarn.lock index 6cc40174..dd8826b1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1493,6 +1493,13 @@ semver "^6.3.0" shell-quote "^1.7.3" +"@react-native-community/cli-types@^10.0.0": + version "10.0.0" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-types/-/cli-types-10.0.0.tgz#046470c75ec18f8b3bd906e54e43a6f678e01a45" + integrity sha512-31oUM6/rFBZQfSmDQsT1DX/5fjqfxg7sf2u8kTPJK7rXVya5SRpAMaCXsPAG0omsmJxXt+J9HxUi3Ic+5Ux5Iw== + dependencies: + joi "^17.2.1" + "@react-native-community/cli-types@^9.1.0": version "9.1.0" resolved "https://registry.yarnpkg.com/@react-native-community/cli-types/-/cli-types-9.1.0.tgz#dcd6a0022f62790fe1f67417f4690db938746aab"