Skip to content

Commit 8a8a08e

Browse files
committed
fix: Fixed dependencies
1 parent 2ecf2a7 commit 8a8a08e

2 files changed

Lines changed: 83 additions & 11 deletions

File tree

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,7 @@
6161
"@react-navigation/native-stack": "^6.9.26",
6262
"@react-navigation/stack": "^6.3.29",
6363
"expo-linking": "~6.2.2",
64-
"react-native-gesture-handler": "~2.14.0",
6564
"react-native-pager-view": "6.2.3",
66-
"react-native-reanimated": "~3.6.2",
6765
"react-native-safe-area-context": "4.8.2",
6866
"react-native-screens": "~3.29.0",
6967
"react-native-tab-view": "^3.1.1"
@@ -114,6 +112,8 @@
114112
"react-dom": "18.2.0",
115113
"react-native": "0.73.6",
116114
"react-native-storybook-loader": "^2.0.4",
115+
"react-native-gesture-handler": "~2.14.0",
116+
"react-native-reanimated": "~3.6.2",
117117
"react-native-web": "~0.19.6",
118118
"react-test-renderer": "^17.0.2",
119119
"remark-cli": "^10.0.0",
@@ -123,6 +123,10 @@
123123
"ts-jest": "^26.4.2",
124124
"typescript": "^5.3.0"
125125
},
126+
"peerDependencies": {
127+
"react-native-gesture-handler": "~2.14.0",
128+
"react-native-reanimated": "~3.6.2"
129+
},
126130
"prettier": {
127131
"singleQuote": true,
128132
"useTabs": true,

yarn.lock

Lines changed: 77 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,21 @@
211211
"@babel/helper-split-export-declaration" "^7.22.6"
212212
semver "^6.3.1"
213213

214+
"@babel/helper-create-class-features-plugin@^7.24.1":
215+
version "7.24.1"
216+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.24.1.tgz#db58bf57137b623b916e24874ab7188d93d7f68f"
217+
integrity sha512-1yJa9dX9g//V6fDebXoEfEsxkZHk3Hcbm+zLhyu6qVgYFLvmTALTeV+jNU9e5RnYtioBrGEOdoI2joMSNQ/+aA==
218+
dependencies:
219+
"@babel/helper-annotate-as-pure" "^7.22.5"
220+
"@babel/helper-environment-visitor" "^7.22.20"
221+
"@babel/helper-function-name" "^7.23.0"
222+
"@babel/helper-member-expression-to-functions" "^7.23.0"
223+
"@babel/helper-optimise-call-expression" "^7.22.5"
224+
"@babel/helper-replace-supers" "^7.24.1"
225+
"@babel/helper-skip-transparent-expression-wrappers" "^7.22.5"
226+
"@babel/helper-split-export-declaration" "^7.22.6"
227+
semver "^6.3.1"
228+
214229
"@babel/helper-create-regexp-features-plugin@^7.18.6", "@babel/helper-create-regexp-features-plugin@^7.22.5":
215230
version "7.22.15"
216231
resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.22.15.tgz#5ee90093914ea09639b01c711db0d6775e558be1"
@@ -277,6 +292,13 @@
277292
dependencies:
278293
"@babel/types" "^7.22.15"
279294

295+
"@babel/helper-member-expression-to-functions@^7.23.0":
296+
version "7.23.0"
297+
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.23.0.tgz#9263e88cc5e41d39ec18c9a3e0eced59a3e7d366"
298+
integrity sha512-6gfrPwh7OuT6gZyJZvd6WbTfrqAo7vm4xCzAXOusKqq/vWdKXphTpj5klHKNmRUU6/QRGlBsyU9mAIPaWHlqJA==
299+
dependencies:
300+
"@babel/types" "^7.23.0"
301+
280302
"@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.22.5":
281303
version "7.22.15"
282304
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.22.15.tgz#16146307acdc40cc00c3b2c647713076464bdbf0"
@@ -353,6 +375,15 @@
353375
"@babel/helper-member-expression-to-functions" "^7.22.5"
354376
"@babel/helper-optimise-call-expression" "^7.22.5"
355377

378+
"@babel/helper-replace-supers@^7.24.1":
379+
version "7.24.1"
380+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.24.1.tgz#7085bd19d4a0b7ed8f405c1ed73ccb70f323abc1"
381+
integrity sha512-QCR1UqC9BzG5vZl8BMicmZ28RuUBnHhAMddD8yHFHDRH9lLTZ9uUPehX8ctVPT8l0TKblJidqcgUUKGVrePleQ==
382+
dependencies:
383+
"@babel/helper-environment-visitor" "^7.22.20"
384+
"@babel/helper-member-expression-to-functions" "^7.23.0"
385+
"@babel/helper-optimise-call-expression" "^7.22.5"
386+
356387
"@babel/helper-simple-access@^7.22.5":
357388
version "7.22.5"
358389
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.22.5.tgz#4938357dc7d782b80ed6dbb03a0fba3d22b1d5de"
@@ -686,7 +717,7 @@
686717
dependencies:
687718
"@babel/helper-plugin-utils" "^7.22.5"
688719

689-
"@babel/plugin-syntax-jsx@^7.23.3":
720+
"@babel/plugin-syntax-jsx@^7.23.3", "@babel/plugin-syntax-jsx@^7.24.1":
690721
version "7.24.1"
691722
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.24.1.tgz#3f6ca04b8c841811dbc3c5c5f837934e0d626c10"
692723
integrity sha512-2eCtxZXf+kbkMIsXS4poTvT4Yu5rXiRa+9xGVT56raghjmBTKMpFNc9R4IDiB4emao9eO22Ox7CxuJG7BgExqA==
@@ -756,6 +787,13 @@
756787
dependencies:
757788
"@babel/helper-plugin-utils" "^7.22.5"
758789

790+
"@babel/plugin-syntax-typescript@^7.24.1":
791+
version "7.24.1"
792+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.24.1.tgz#b3bcc51f396d15f3591683f90239de143c076844"
793+
integrity sha512-Yhnmvy5HZEnHUty6i++gcfH1/l68AHnItFHnaCv6hn9dNh0hQvvQJsxpi4BMBFN5DLeHBuucT/0DgzXif/OyRw==
794+
dependencies:
795+
"@babel/helper-plugin-utils" "^7.24.0"
796+
759797
"@babel/plugin-syntax-unicode-sets-regex@^7.18.6":
760798
version "7.18.6"
761799
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz#d49a3b3e6b52e5be6740022317580234a6a47357"
@@ -969,6 +1007,15 @@
9691007
"@babel/helper-plugin-utils" "^7.22.5"
9701008
"@babel/helper-simple-access" "^7.22.5"
9711009

1010+
"@babel/plugin-transform-modules-commonjs@^7.24.1":
1011+
version "7.24.1"
1012+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.24.1.tgz#e71ba1d0d69e049a22bf90b3867e263823d3f1b9"
1013+
integrity sha512-szog8fFTUxBfw0b98gEWPaEqF42ZUD/T3bkynW/wtgx2p/XCP55WEsb+VosKceRSd6njipdZvNogqdtI4Q0chw==
1014+
dependencies:
1015+
"@babel/helper-module-transforms" "^7.23.3"
1016+
"@babel/helper-plugin-utils" "^7.24.0"
1017+
"@babel/helper-simple-access" "^7.22.5"
1018+
9721019
"@babel/plugin-transform-modules-systemjs@^7.22.11":
9731020
version "7.22.11"
9741021
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.22.11.tgz#3386be5875d316493b517207e8f1931d93154bb1"
@@ -1019,11 +1066,11 @@
10191066
"@babel/plugin-syntax-numeric-separator" "^7.10.4"
10201067

10211068
"@babel/plugin-transform-object-assign@^7.16.7":
1022-
version "7.22.5"
1023-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-assign/-/plugin-transform-object-assign-7.22.5.tgz#290c1b9555dcea48bb2c29ad94237777600d04f9"
1024-
integrity sha512-iDhx9ARkXq4vhZ2CYOSnQXkmxkDgosLi3J8Z17mKz7LyzthtkdVchLD7WZ3aXeCuvJDOW3+1I5TpJmwIbF9MKQ==
1069+
version "7.24.1"
1070+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-assign/-/plugin-transform-object-assign-7.24.1.tgz#46a70169e56970aafd13a6ae677d5b497fc227e7"
1071+
integrity sha512-I1kctor9iKtupb7jv7FyjApHCuKLBKCblVAeHVK9PB6FW7GI0ac6RtobC3MwwJy8CZ1JxuhQmnbrsqI5G8hAIg==
10251072
dependencies:
1026-
"@babel/helper-plugin-utils" "^7.22.5"
1073+
"@babel/helper-plugin-utils" "^7.24.0"
10271074

10281075
"@babel/plugin-transform-object-rest-spread@^7.12.13":
10291076
version "7.24.1"
@@ -1263,6 +1310,16 @@
12631310
"@babel/helper-plugin-utils" "^7.22.5"
12641311
"@babel/plugin-syntax-typescript" "^7.22.5"
12651312

1313+
"@babel/plugin-transform-typescript@^7.24.1":
1314+
version "7.24.1"
1315+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.24.1.tgz#5c05e28bb76c7dfe7d6c5bed9951324fd2d3ab07"
1316+
integrity sha512-liYSESjX2fZ7JyBFkYG78nfvHlMKE6IpNdTVnxmlYUR+j5ZLsitFbaAE+eJSK2zPPkNWNw4mXL51rQ8WrvdK0w==
1317+
dependencies:
1318+
"@babel/helper-annotate-as-pure" "^7.22.5"
1319+
"@babel/helper-create-class-features-plugin" "^7.24.1"
1320+
"@babel/helper-plugin-utils" "^7.24.0"
1321+
"@babel/plugin-syntax-typescript" "^7.24.1"
1322+
12661323
"@babel/plugin-transform-unicode-escapes@^7.22.10":
12671324
version "7.22.10"
12681325
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.22.10.tgz#c723f380f40a2b2f57a62df24c9005834c8616d9"
@@ -1422,7 +1479,7 @@
14221479
"@babel/plugin-transform-react-jsx-development" "^7.22.5"
14231480
"@babel/plugin-transform-react-pure-annotations" "^7.24.1"
14241481

1425-
"@babel/preset-typescript@^7.12.7", "@babel/preset-typescript@^7.13.0", "@babel/preset-typescript@^7.16.7":
1482+
"@babel/preset-typescript@^7.12.7", "@babel/preset-typescript@^7.13.0":
14261483
version "7.22.15"
14271484
resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.22.15.tgz#43db30516fae1d417d748105a0bc95f637239d48"
14281485
integrity sha512-HblhNmh6yM+cU4VwbBRpxFhxsTdfS1zsvH9W+gEjD0ARV9+8B4sNfpI6GuhePti84nuvhiwKS539jKPFHskA9A==
@@ -1433,6 +1490,17 @@
14331490
"@babel/plugin-transform-modules-commonjs" "^7.22.15"
14341491
"@babel/plugin-transform-typescript" "^7.22.15"
14351492

1493+
"@babel/preset-typescript@^7.16.7":
1494+
version "7.24.1"
1495+
resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.24.1.tgz#89bdf13a3149a17b3b2a2c9c62547f06db8845ec"
1496+
integrity sha512-1DBaMmRDpuYQBPWD8Pf/WEwCrtgRHxsZnP4mIy9G/X+hFfbI47Q2G4t1Paakld84+qsk2fSsUPMKg71jkoOOaQ==
1497+
dependencies:
1498+
"@babel/helper-plugin-utils" "^7.24.0"
1499+
"@babel/helper-validator-option" "^7.23.5"
1500+
"@babel/plugin-syntax-jsx" "^7.24.1"
1501+
"@babel/plugin-transform-modules-commonjs" "^7.24.1"
1502+
"@babel/plugin-transform-typescript" "^7.24.1"
1503+
14361504
"@babel/register@^7.12.1", "@babel/register@^7.13.16":
14371505
version "7.22.15"
14381506
resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.22.15.tgz#c2c294a361d59f5fa7bcc8b97ef7319c32ecaec7"
@@ -5437,9 +5505,9 @@
54375505
"@types/node" "*"
54385506

54395507
"@types/hammerjs@^2.0.36":
5440-
version "2.0.41"
5441-
resolved "https://registry.yarnpkg.com/@types/hammerjs/-/hammerjs-2.0.41.tgz#f6ecf57d1b12d2befcce00e928a6a097c22980aa"
5442-
integrity sha512-ewXv/ceBaJprikMcxCmWU1FKyMAQ2X7a9Gtmzw8fcg2kIePI1crERDM818W+XYrxqdBBOdlf2rm137bU+BltCA==
5508+
version "2.0.45"
5509+
resolved "https://registry.yarnpkg.com/@types/hammerjs/-/hammerjs-2.0.45.tgz#ffa764bb68a66c08db6efb9c816eb7be850577b1"
5510+
integrity sha512-qkcUlZmX6c4J8q45taBKTL3p+LbITgyx7qhlPYOdOHZB7B31K0mXbP5YA7i7SgDeEGuI9MnumiKPEMrxg8j3KQ==
54435511

54445512
"@types/hast@^2.0.0":
54455513
version "2.3.5"

0 commit comments

Comments
 (0)