Skip to content

Commit 673ffe4

Browse files
chore: add expo-asset as dev dep
1 parent 21493ca commit 673ffe4

File tree

2 files changed

+65
-13
lines changed

2 files changed

+65
-13
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
"eslint-plugin-prettier": "^4.0.0",
6363
"eslint-plugin-react": "^7.27.1",
6464
"eslint-plugin-react-hooks": "^4.3.0",
65+
"expo-asset": "^8.4.6",
6566
"expo-gl": "^11.0.3",
6667
"husky": "^7.0.4",
6768
"jest": "^27.4.4",

yarn.lock

Lines changed: 64 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3054,6 +3054,11 @@ big-integer@1.6.x:
30543054
resolved "https://registry.yarnpkg.com/big-integer/-/big-integer-1.6.51.tgz#0df92a5d9880560d3ff2d5fd20245c889d130686"
30553055
integrity sha512-GPEid2Y9QU1Exl1rpO9B2IPJGHPSupF5GnVIP0blYvNOMer2bTvSWs1jGOUg04hTmu67nmLsQ9TBo1puaotBHg==
30563056

3057+
blueimp-md5@^2.10.0:
3058+
version "2.19.0"
3059+
resolved "https://registry.yarnpkg.com/blueimp-md5/-/blueimp-md5-2.19.0.tgz#b53feea5498dcb53dc6ec4b823adb84b729c4af0"
3060+
integrity sha512-DRQrD6gJyy8FbiE4s+bDoXS9hiW3Vbx5uCdwvcCf3zLHL+Iv7LtGHLpr+GZV8rHG8tK766FGYBwRbu8pELTt+w==
3061+
30573062
boxen@^1.3.0:
30583063
version "1.3.0"
30593064
resolved "https://registry.yarnpkg.com/boxen/-/boxen-1.3.0.tgz#55c6c39a8ba58d9c61ad22cd877532deb665a20b"
@@ -3160,6 +3165,24 @@ bser@2.1.1:
31603165
dependencies:
31613166
node-int64 "^0.4.0"
31623167

3168+
buffer-alloc-unsafe@^1.1.0:
3169+
version "1.1.0"
3170+
resolved "https://registry.yarnpkg.com/buffer-alloc-unsafe/-/buffer-alloc-unsafe-1.1.0.tgz#bd7dc26ae2972d0eda253be061dba992349c19f0"
3171+
integrity sha512-TEM2iMIEQdJ2yjPJoSIsldnleVaAk1oW3DBVUykyOLsEsFmEc9kn+SFFPz+gl54KQNxlDnAwCXosOS9Okx2xAg==
3172+
3173+
buffer-alloc@^1.1.0:
3174+
version "1.2.0"
3175+
resolved "https://registry.yarnpkg.com/buffer-alloc/-/buffer-alloc-1.2.0.tgz#890dd90d923a873e08e10e5fd51a57e5b7cce0ec"
3176+
integrity sha512-CFsHQgjtW1UChdXgbyJGtnm+O/uLQeZdtbDo8mfUgYXCHSM1wgrVxXm6bSyrUuErEb+4sYVGCzASBRot7zyrow==
3177+
dependencies:
3178+
buffer-alloc-unsafe "^1.1.0"
3179+
buffer-fill "^1.0.0"
3180+
3181+
buffer-fill@^1.0.0:
3182+
version "1.0.0"
3183+
resolved "https://registry.yarnpkg.com/buffer-fill/-/buffer-fill-1.0.0.tgz#f8f78b76789888ef39f205cd637f68e702122b2c"
3184+
integrity sha1-+PeLdniYiO858gXNY39o5wISKyw=
3185+
31633186
buffer-from@^1.0.0:
31643187
version "1.1.1"
31653188
resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.1.tgz#32713bc028f75c02fdb710d7c7bcec1f2c6070ef"
@@ -4369,16 +4392,22 @@ expect@^27.4.2:
43694392
jest-message-util "^27.4.2"
43704393
jest-regex-util "^27.4.0"
43714394

4395+
expo-asset@^8.4.6:
4396+
version "8.4.6"
4397+
resolved "https://registry.yarnpkg.com/expo-asset/-/expo-asset-8.4.6.tgz#1c40e9badac66dbd3d2be2810711937e5b9b09bd"
4398+
integrity sha512-Kpzcmmf1lceHnZkAdJOvq7l7SU/hCL59vAj2xUZS66U6lFkUf7LNEA/NzILA56loCd4cka5ShYlWs+BMchyFDQ==
4399+
dependencies:
4400+
blueimp-md5 "^2.10.0"
4401+
invariant "^2.2.4"
4402+
md5-file "^3.2.3"
4403+
path-browserify "^1.0.0"
4404+
url-parse "^1.4.4"
4405+
43724406
expo-gl-cpp@~11.0.1:
43734407
version "11.0.1"
43744408
resolved "https://registry.yarnpkg.com/expo-gl-cpp/-/expo-gl-cpp-11.0.1.tgz#1d90283bb6d013847622d293c5c8071d02158a4d"
43754409
integrity sha512-+h0OVlJVtZRPHCU8ZF/owplMo1Kn8ixKnwTHOD9cAZht1dM/q7xLJBncxy1ItbGvC3LqfT7Dm+Vet7LnI3mo+g==
43764410

4377-
expo-gl-cpp@~11.1.0:
4378-
version "11.1.0"
4379-
resolved "https://registry.yarnpkg.com/expo-gl-cpp/-/expo-gl-cpp-11.1.0.tgz#84c8f688b7009ca8944523866fd8e16bc195889d"
4380-
integrity sha512-tIbMex36+pn81cuPatWfLMkOcqUTiBOEQg3NJrp1XGio7xqDQga1OKk1vaYsxrGPhZHNx3Qv5iS83t4EGJ1RTw==
4381-
43824411
expo-gl@^11.0.3:
43834412
version "11.0.3"
43844413
resolved "https://registry.yarnpkg.com/expo-gl/-/expo-gl-11.0.3.tgz#5e0e02f1033a53d47001a2273a380a3c5149cac6"
@@ -4388,14 +4417,6 @@ expo-gl@^11.0.3:
43884417
expo-modules-core "~0.4.4"
43894418
invariant "^2.2.4"
43904419

4391-
expo-gl@^11.1.1:
4392-
version "11.1.1"
4393-
resolved "https://registry.yarnpkg.com/expo-gl/-/expo-gl-11.1.1.tgz#2d611f3cff7422e591274d8b91334b2973a7132b"
4394-
integrity sha512-1bpPGmLnn6H4vs9X019zxMAlOdSqIyyWAT/yJC7f/qGzs9lTPM6STN3N+7fVMtPkXaCMyvyJL8vFJQ75+YmGpQ==
4395-
dependencies:
4396-
expo-gl-cpp "~11.1.0"
4397-
invariant "^2.2.4"
4398-
43994420
expo-modules-core@~0.4.4:
44004421
version "0.4.7"
44014422
resolved "https://registry.yarnpkg.com/expo-modules-core/-/expo-modules-core-0.4.7.tgz#1ea4de95bb4ac1ee125efe50b6f25055c36d86c6"
@@ -6452,6 +6473,13 @@ map-visit@^1.0.0:
64526473
dependencies:
64536474
object-visit "^1.0.0"
64546475

6476+
md5-file@^3.2.3:
6477+
version "3.2.3"
6478+
resolved "https://registry.yarnpkg.com/md5-file/-/md5-file-3.2.3.tgz#f9bceb941eca2214a4c0727f5e700314e770f06f"
6479+
integrity sha512-3Tkp1piAHaworfcCgH0jKbTvj1jWWFgbvh2cXaNCgHwyTCBxxvD1Y04rmfpvdPm1P4oXMOpm6+2H7sr7v9v8Fw==
6480+
dependencies:
6481+
buffer-alloc "^1.1.0"
6482+
64556483
meow@^6.0.0:
64566484
version "6.1.1"
64576485
resolved "https://registry.yarnpkg.com/meow/-/meow-6.1.1.tgz#1ad64c4b76b2a24dfb2f635fddcadf320d251467"
@@ -7390,6 +7418,11 @@ pascalcase@^0.1.1:
73907418
resolved "https://registry.yarnpkg.com/pascalcase/-/pascalcase-0.1.1.tgz#b363e55e8006ca6fe21784d2db22bd15d7917f14"
73917419
integrity sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ=
73927420

7421+
path-browserify@^1.0.0:
7422+
version "1.0.1"
7423+
resolved "https://registry.yarnpkg.com/path-browserify/-/path-browserify-1.0.1.tgz#d98454a9c3753d5790860f16f68867b9e46be1fd"
7424+
integrity sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==
7425+
73937426
path-exists@^3.0.0:
73947427
version "3.0.0"
73957428
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-3.0.0.tgz#ce0ebeaa5f78cb18925ea7d810d7b59b010fd515"
@@ -7635,6 +7668,11 @@ punycode@^2.1.0, punycode@^2.1.1:
76357668
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
76367669
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==
76377670

7671+
querystringify@^2.1.1:
7672+
version "2.2.0"
7673+
resolved "https://registry.yarnpkg.com/querystringify/-/querystringify-2.2.0.tgz#3345941b4153cb9d082d8eee4cda2016a9aef7f6"
7674+
integrity sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==
7675+
76387676
queue-microtask@^1.2.2:
76397677
version "1.2.3"
76407678
resolved "https://registry.yarnpkg.com/queue-microtask/-/queue-microtask-1.2.3.tgz#4929228bbc724dfac43e0efb058caf7b6cfb6243"
@@ -7957,6 +7995,11 @@ require-main-filename@^2.0.0:
79577995
resolved "https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-2.0.0.tgz#d0b329ecc7cc0f61649f62215be69af54aa8989b"
79587996
integrity sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==
79597997

7998+
requires-port@^1.0.0:
7999+
version "1.0.0"
8000+
resolved "https://registry.yarnpkg.com/requires-port/-/requires-port-1.0.0.tgz#925d2601d39ac485e091cf0da5c6e694dc3dcaff"
8001+
integrity sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8=
8002+
79608003
resize-observer-polyfill@^1.5.1:
79618004
version "1.5.1"
79628005
resolved "https://registry.yarnpkg.com/resize-observer-polyfill/-/resize-observer-polyfill-1.5.1.tgz#0e9020dd3d21024458d4ebd27e23e40269810464"
@@ -9135,6 +9178,14 @@ urix@^0.1.0:
91359178
resolved "https://registry.yarnpkg.com/urix/-/urix-0.1.0.tgz#da937f7a62e21fec1fd18d49b35c2935067a6c72"
91369179
integrity sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI=
91379180

9181+
url-parse@^1.4.4:
9182+
version "1.5.4"
9183+
resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.5.4.tgz#e4f645a7e2a0852cc8a66b14b292a3e9a11a97fd"
9184+
integrity sha512-ITeAByWWoqutFClc/lRZnFplgXgEZr3WJ6XngMM/N9DMIm4K8zXPCZ1Jdu0rERwO84w1WC5wkle2ubwTA4NTBg==
9185+
dependencies:
9186+
querystringify "^2.1.1"
9187+
requires-port "^1.0.0"
9188+
91389189
use-subscription@^1.0.0:
91399190
version "1.5.1"
91409191
resolved "https://registry.yarnpkg.com/use-subscription/-/use-subscription-1.5.1.tgz#73501107f02fad84c6dd57965beb0b75c68c42d1"

0 commit comments

Comments
 (0)