Skip to content

Commit

Permalink
fix installation regression
Browse files Browse the repository at this point in the history
  • Loading branch information
nandorojo committed Jun 14, 2023
1 parent 8cc0b45 commit 60883c4
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
1 change: 1 addition & 0 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
},
"dependencies": {
"@expo/webpack-config": "^0.17.2",
"burnt": "^0.11.5",
"expo": "~47.0.6",
"expo-splash-screen": "~0.17.5",
"expo-status-bar": "~1.4.2",
Expand Down
18 changes: 18 additions & 0 deletions example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3061,6 +3061,14 @@ builtins@^1.0.3:
resolved "https://registry.yarnpkg.com/builtins/-/builtins-1.0.3.tgz#cb94faeb61c8696451db36534e1422f94f0aee88"
integrity sha512-uYBjakWipfaO/bXI7E8rq6kpwHRZK5cNYrUv2OzZSI/FvmdMyXJ2tG9dKcjEC5YHmHpUAwsargWIZNWdxb/bnQ==

burnt@^0.11.5:
version "0.11.5"
resolved "https://registry.yarnpkg.com/burnt/-/burnt-0.11.5.tgz#d4d27955b4899c26f736979a178e130a723dc519"
integrity sha512-s0++f/vjRzHAzm+HJMV/s1jVkJH54+9Pl3Qmux3pXzfKPuH87i/bcz+G52kJ6omamvW91HUd/xhPhMe0LCWiCw==
dependencies:
sf-symbols-typescript "^1.0.0"
sonner "^0.3.5"

[email protected]:
version "3.0.0"
resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.0.0.tgz#d32815404d689699f85a4ea4fa8755dd13a96048"
Expand Down Expand Up @@ -9265,6 +9273,11 @@ [email protected]:
resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.2.0.tgz#66c9a24a73f9fc28cbe66b09fed3d33dcaf1b424"
integrity sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==

sf-symbols-typescript@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/sf-symbols-typescript/-/sf-symbols-typescript-1.0.0.tgz#94e9210bf27e7583f9749a0d07bd4f4937ea488f"
integrity sha512-DkS7q3nN68dEMb4E18HFPDAvyrjDZK9YAQQF2QxeFu9gp2xRDXFMF8qLJ1EmQ/qeEGQmop4lmMM1WtYJTIcCMw==

sha.js@^2.4.0, sha.js@^2.4.8:
version "2.4.11"
resolved "https://registry.yarnpkg.com/sha.js/-/sha.js-2.4.11.tgz#37a5cf0b81ecbc6943de109ba2960d1b26584ae7"
Expand Down Expand Up @@ -9419,6 +9432,11 @@ [email protected]:
uuid "^3.4.0"
websocket-driver "0.6.5"

sonner@^0.3.5:
version "0.3.5"
resolved "https://registry.yarnpkg.com/sonner/-/sonner-0.3.5.tgz#5ef175732cb7b637c6460620ab01a0fba0e6a36b"
integrity sha512-yIwaQ4dftMvFApuruto2t7wGyyaPRpj5qYBWYJIz4Z7uGcVn0IfqI/hWN0JyJN4izNbZFuCYZISf3fOGnvSlNQ==

source-list-map@^2.0.0:
version "2.0.1"
resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-2.0.1.tgz#3993bd873bfc48479cca9ea3a547835c7c154b34"
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@
"build",
"web",
"src",
"index.d.ts"
"index.d.ts",
"ios",
"android"
]
}

0 comments on commit 60883c4

Please sign in to comment.