Skip to content

Commit

Permalink
deps: mv from peer to deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kesha-antonov committed Feb 12, 2025
1 parent 2ec119f commit 9fe72c4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
12 changes: 4 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,13 @@
"@types/lodash.isequal": "^4.5.8",
"dayjs": "^1.11.13",
"lodash.isequal": "^4.5.0",
"prop-types": "^15.8.1",
"react-native-communications": "^2.2.1",
"react-native-get-random-values": ">=1.11.0",
"react-native-iphone-x-helper": "^1.3.1",
"react-native-lightbox-v2": "^0.9.2",
"react-native-parsed-text": "^0.0.22",
"react-native-reanimated": ">=2.0.0",
"react-native-safe-area-context": ">=4.0.0",
"uuid": "^11.0.5"
},
"devDependencies": {
Expand Down Expand Up @@ -100,18 +102,12 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-native": "^0.76.6",
"react-native-get-random-values": "^1.11.0",
"react-native-reanimated": "^3.16.7",
"react-native-safe-area-context": "^5.2.0",
"react-test-renderer": "^18.3.1",
"typescript": "^5.7.3"
},
"peerDependencies": {
"react": "*",
"react-native": "*",
"react-native-get-random-values": "*",
"react-native-reanimated": "*",
"react-native-safe-area-context": "*"
"react-native": "*"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",
"engines": {
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6997,7 +6997,7 @@ react-native-communications@^2.2.1:
resolved "https://registry.yarnpkg.com/react-native-communications/-/react-native-communications-2.2.1.tgz#7883b56b20a002eeb790c113f8616ea8692ca795"
integrity sha512-5+C0X9mopI0+qxyQHzOPEi5v5rxNBQjxydPPiKMQSlX1RBIcJ8uTcqUPssQ9Mo8p6c1IKIWJUSqCj4jAmD0qVQ==

react-native-get-random-values@^1.11.0:
react-native-get-random-values@>=1.11.0:
version "1.11.0"
resolved "https://registry.yarnpkg.com/react-native-get-random-values/-/react-native-get-random-values-1.11.0.tgz#1ca70d1271f4b08af92958803b89dccbda78728d"
integrity sha512-4BTbDbRmS7iPdhYLRcz3PGFIpFJBwNZg9g42iwa2P6FOv9vZj/xJc678RZXnLNZzd0qd7Q3CCF6Yd+CU2eoXKQ==
Expand All @@ -7021,7 +7021,7 @@ react-native-parsed-text@^0.0.22:
dependencies:
prop-types "^15.7.x"

react-native-reanimated@^3.16.7:
react-native-reanimated@>=2.0.0:
version "3.16.7"
resolved "https://registry.yarnpkg.com/react-native-reanimated/-/react-native-reanimated-3.16.7.tgz#6c7fa516f62c6743c24d955dada00e3c5323d50d"
integrity sha512-qoUUQOwE1pHlmQ9cXTJ2MX9FQ9eHllopCLiWOkDkp6CER95ZWeXhJCP4cSm6AD4jigL5jHcZf/SkWrg8ttZUsw==
Expand All @@ -7038,7 +7038,7 @@ react-native-reanimated@^3.16.7:
convert-source-map "^2.0.0"
invariant "^2.2.4"

react-native-safe-area-context@^5.2.0:
react-native-safe-area-context@>=4.0.0:
version "5.2.0"
resolved "https://registry.yarnpkg.com/react-native-safe-area-context/-/react-native-safe-area-context-5.2.0.tgz#60a9faab2a6319a61411a652ed862ec0f59384be"
integrity sha512-QpcGA6MRKe8Zbpf1hirCBudNQYGsMv0n/CTTROMOFcXbqRUoEXLCsYxUmYKi7JJb3ziL2DbyzWXyH2/gw4Tkfw==
Expand Down

0 comments on commit 9fe72c4

Please sign in to comment.