Skip to content

Commit 9fb35e3

Browse files
committed
chore: add pod-install as a dependency of example to fix the yarn pods command
1 parent 92599fc commit 9fb35e3

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

example/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"babel-jest": "^29.6.3",
2929
"babel-plugin-module-resolver": "^5.0.2",
3030
"patch-package": "^8.0.0",
31+
"pod-install": "^0.2.2",
3132
"postinstall-postinstall": "^2.1.0",
3233
"react-test-renderer": "18.2.0",
3334
"typescript": "5.0.4"

example/yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5591,6 +5591,11 @@ pkg-up@^3.1.0:
55915591
dependencies:
55925592
find-up "^3.0.0"
55935593

5594+
pod-install@^0.2.2:
5595+
version "0.2.2"
5596+
resolved "https://registry.yarnpkg.com/pod-install/-/pod-install-0.2.2.tgz#3375026ff1e317f87140b8f51ed955084d0c35e5"
5597+
integrity sha512-NgQpKiuWZo8mWU+SVxmrn+ARy9+fFYzW53ze6CDTo70u5Ie8AVSn7FqolDC/c7+N4/kQ1BldAnXEab6SNYA8xw==
5598+
55945599
possible-typed-array-names@^1.0.0:
55955600
version "1.0.0"
55965601
resolved "https://registry.yarnpkg.com/possible-typed-array-names/-/possible-typed-array-names-1.0.0.tgz#89bb63c6fada2c3e90adc4a647beeeb39cc7bf8f"

0 commit comments

Comments
 (0)