Skip to content

Commit d0604d5

Browse files
committed
fix: add missing devDependency @react-native-community/cli-platform-ios
1 parent 5e051dc commit d0604d5

File tree

2 files changed

+41
-4
lines changed

2 files changed

+41
-4
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
"devDependencies": {
4343
"@babel/core": "^7.0.0",
4444
"@babel/runtime": "^7.0.0",
45+
"@react-native-community/cli-platform-ios": "^13.6.6",
4546
"@semantic-release/git": "7.0.16",
4647
"@types/invariant": "^2.2.30",
4748
"@types/jest": "^29.4.0",

yarn.lock

Lines changed: 40 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1968,6 +1968,18 @@
19681968
glob "^7.1.3"
19691969
logkitty "^0.7.1"
19701970

1971+
"@react-native-community/[email protected]":
1972+
version "13.6.6"
1973+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-apple/-/cli-platform-apple-13.6.6.tgz#d445fd6ed02c5ae2f43f9c45501e04fee53a2790"
1974+
integrity sha512-bOmSSwoqNNT3AmCRZXEMYKz1Jf1l2F86Nhs7qBcXdY/sGiJ+Flng564LOqvdAlVLTbkgz47KjNKCS2pP4Jg0Mg==
1975+
dependencies:
1976+
"@react-native-community/cli-tools" "13.6.6"
1977+
chalk "^4.1.2"
1978+
execa "^5.0.0"
1979+
fast-glob "^3.3.2"
1980+
fast-xml-parser "^4.0.12"
1981+
ora "^5.4.1"
1982+
19711983
"@react-native-community/[email protected]":
19721984
version "11.3.7"
19731985
resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-ios/-/cli-platform-ios-11.3.7.tgz#87478f907634713b7236c77870446a5ca1f35ff1"
@@ -1992,6 +2004,13 @@
19922004
glob "^7.1.3"
19932005
ora "^5.4.1"
19942006

2007+
"@react-native-community/cli-platform-ios@^13.6.6":
2008+
version "13.6.6"
2009+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-ios/-/cli-platform-ios-13.6.6.tgz#0cd700f36483ca37dda7ec044377f8a926b1df1f"
2010+
integrity sha512-vjDnRwhlSN5ryqKTas6/DPkxuouuyFBAqAROH4FR1cspTbn6v78JTZKDmtQy9JMMo7N5vZj1kASU5vbFep9IOQ==
2011+
dependencies:
2012+
"@react-native-community/cli-platform-apple" "13.6.6"
2013+
19952014
"@react-native-community/[email protected]":
19962015
version "11.3.7"
19972016
resolved "https://registry.yarnpkg.com/@react-native-community/cli-plugin-metro/-/cli-plugin-metro-11.3.7.tgz#2e8a9deb30b40495c5c1347a1837a824400fa00f"
@@ -2086,6 +2105,23 @@
20862105
semver "^7.5.2"
20872106
shell-quote "^1.7.3"
20882107

2108+
"@react-native-community/[email protected]":
2109+
version "13.6.6"
2110+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-tools/-/cli-tools-13.6.6.tgz#55c40cbabafbfc56cfb95a4d5fbf73ef60ec3cbc"
2111+
integrity sha512-ptOnn4AJczY5njvbdK91k4hcYazDnGtEPrqIwEI+k/CTBHNdb27Rsm2OZ7ye6f7otLBqF8gj/hK6QzJs8CEMgw==
2112+
dependencies:
2113+
appdirsjs "^1.2.4"
2114+
chalk "^4.1.2"
2115+
execa "^5.0.0"
2116+
find-up "^5.0.0"
2117+
mime "^2.4.1"
2118+
node-fetch "^2.6.0"
2119+
open "^6.2.0"
2120+
ora "^5.4.1"
2121+
semver "^7.5.2"
2122+
shell-quote "^1.7.3"
2123+
sudo-prompt "^9.0.0"
2124+
20892125
"@react-native-community/[email protected]":
20902126
version "11.3.7"
20912127
resolved "https://registry.yarnpkg.com/@react-native-community/cli-types/-/cli-types-11.3.7.tgz#12fe7cff3da08bd27e11116531b2e001939854b9"
@@ -5111,10 +5147,10 @@ fast-fifo@^1.1.0, fast-fifo@^1.2.0:
51115147
resolved "https://registry.yarnpkg.com/fast-fifo/-/fast-fifo-1.3.2.tgz#286e31de96eb96d38a97899815740ba2a4f3640c"
51125148
integrity sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ==
51135149

5114-
fast-glob@^3.0.3, fast-glob@^3.2.9:
5115-
version "3.2.11"
5116-
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.11.tgz#a1172ad95ceb8a16e20caa5c5e56480e5129c1d9"
5117-
integrity sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==
5150+
fast-glob@^3.0.3, fast-glob@^3.2.9, fast-glob@^3.3.2:
5151+
version "3.3.2"
5152+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129"
5153+
integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==
51185154
dependencies:
51195155
"@nodelib/fs.stat" "^2.0.2"
51205156
"@nodelib/fs.walk" "^1.2.3"

0 commit comments

Comments
 (0)