Skip to content

Commit 18f5aed

Browse files
authored
Fix/slider (#204)
* upgraded expo to latest version * fixed slider
1 parent aa0625c commit 18f5aed

File tree

2 files changed

+62
-16
lines changed

2 files changed

+62
-16
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@expo/html-elements": "^0.0.2",
1414
"@expo/webpack-config": "^0.17.0",
1515
"@react-native-async-storage/async-storage": "~1.17.3",
16-
"@react-native-community/slider": "4.2.3",
16+
"@react-native-community/slider": "3.0.3",
1717
"@react-native-picker/picker": "2.4.2",
1818
"@types/react-helmet": "^6.1.3",
1919
"expo": "^46.0.0",
@@ -22,7 +22,7 @@
2222
"react": "18.0.0",
2323
"react-dom": "18.0.0",
2424
"react-helmet": "^6.1.0",
25-
"react-native": "0.69.5",
25+
"react-native": "0.69.6",
2626
"react-native-easing": "^1.0.1",
2727
"react-native-reanimated": "~2.9.1",
2828
"react-native-redash": "^16.1.1",
@@ -40,4 +40,4 @@
4040
},
4141
"homepage": "http://mohit23x.github.io/reanimated-config-visualizer",
4242
"private": true
43-
}
43+
}

yarn.lock

Lines changed: 59 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2250,10 +2250,10 @@
22502250
prompts "^2.4.0"
22512251
semver "^6.3.0"
22522252

2253-
"@react-native-community/slider@4.2.3":
2254-
version "4.2.3"
2255-
resolved "https://registry.yarnpkg.com/@react-native-community/slider/-/slider-4.2.3.tgz#7ed4f00ca2c50c666c47a59205b3df031d2588eb"
2256-
integrity sha512-qPkrAy883tSPoRWgGZjqL5tYnd4AmNLYNtjvtD9G6JMYtImxK4ITa/W8zOEgR8UOrPde/t+VN0MMxL63HZZK1Q==
2253+
"@react-native-community/slider@3.0.3":
2254+
version "3.0.3"
2255+
resolved "https://registry.yarnpkg.com/@react-native-community/slider/-/slider-3.0.3.tgz#830167fd757ba70ac638747ba3169b2dbae60330"
2256+
integrity sha512-8IeHfDwJ9/CTUwFs6x90VlobV3BfuPgNLjTgC6dRZovfCWigaZwVNIFFJnHBakK3pW2xErAPwhdvNR4JeNoYbw==
22572257

22582258
"@react-native-picker/[email protected]":
22592259
version "2.4.2"
@@ -3496,6 +3496,52 @@ cacache@^12.0.2:
34963496
unique-filename "^1.1.1"
34973497
y18n "^4.0.0"
34983498

3499+
builtin-status-codes@^3.0.0:
3500+
version "3.0.0"
3501+
resolved "https://registry.yarnpkg.com/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz#85982878e21b98e1c66425e03d0174788f569ee8"
3502+
integrity sha512-HpGFw18DgFWlncDfjTa2rcQ4W88O1mC8e8yZ2AvQY5KDaktSTwo+KRf6nHK6FRI5FyRyb/5T6+TSxfP7QyGsmQ==
3503+
3504+
builtins@^1.0.3:
3505+
version "1.0.3"
3506+
resolved "https://registry.yarnpkg.com/builtins/-/builtins-1.0.3.tgz#cb94faeb61c8696451db36534e1422f94f0aee88"
3507+
integrity sha512-uYBjakWipfaO/bXI7E8rq6kpwHRZK5cNYrUv2OzZSI/FvmdMyXJ2tG9dKcjEC5YHmHpUAwsargWIZNWdxb/bnQ==
3508+
3509+
3510+
version "3.0.0"
3511+
resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.0.0.tgz#d32815404d689699f85a4ea4fa8755dd13a96048"
3512+
integrity sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg=
3513+
3514+
3515+
version "3.1.0"
3516+
resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.1.0.tgz#f6cf7933a360e0588fa9fde85651cdc7f805d1f6"
3517+
integrity sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==
3518+
3519+
3520+
version "3.1.2"
3521+
resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.1.2.tgz#8b0beeb98605adf1b128fa4386403c009e0221a5"
3522+
integrity sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==
3523+
3524+
cacache@^12.0.2:
3525+
version "12.0.4"
3526+
resolved "https://registry.yarnpkg.com/cacache/-/cacache-12.0.4.tgz#668bcbd105aeb5f1d92fe25570ec9525c8faa40c"
3527+
integrity sha512-a0tMB40oefvuInr4Cwb3GerbL9xTj1D5yg0T5xrjGCGyfvbxseIXX7BAO/u/hIXdafzOI5JC3wDwHyf24buOAQ==
3528+
dependencies:
3529+
bluebird "^3.5.5"
3530+
chownr "^1.1.1"
3531+
figgy-pudding "^3.5.1"
3532+
glob "^7.1.4"
3533+
graceful-fs "^4.1.15"
3534+
infer-owner "^1.0.3"
3535+
lru-cache "^5.1.1"
3536+
mississippi "^3.0.0"
3537+
mkdirp "^0.5.1"
3538+
move-concurrently "^1.0.1"
3539+
promise-inflight "^1.0.1"
3540+
rimraf "^2.6.3"
3541+
ssri "^6.0.1"
3542+
unique-filename "^1.1.1"
3543+
y18n "^4.0.0"
3544+
34993545
cacache@^15.0.5, cacache@^15.3.0:
35003546
version "15.3.0"
35013547
resolved "https://registry.yarnpkg.com/cacache/-/cacache-15.3.0.tgz#dc85380fb2f556fe3dda4c719bfa0ec875a7f1eb"
@@ -8914,10 +8960,10 @@ promise@^7.1.1:
89148960
dependencies:
89158961
asap "~2.0.3"
89168962

8917-
promise@^8.0.3:
8918-
version "8.1.0"
8919-
resolved "https://registry.yarnpkg.com/promise/-/promise-8.1.0.tgz#697c25c3dfe7435dd79fcd58c38a135888eaf05e"
8920-
integrity sha512-W04AqnILOL/sPRXziNicCjSNRruLAuIHEOVBazepu0545DDNGYHz7ar9ZgZ1fMU8/MA4mVxp5rkBWRi6OXIy3Q==
8963+
promise@^8.2.0:
8964+
version "8.2.0"
8965+
resolved "https://registry.yarnpkg.com/promise/-/promise-8.2.0.tgz#a1f6280ab67457fbfc8aad2b198c9497e9e5c806"
8966+
integrity sha512-+CMAlLHqwRYwBMXKCP+o8ns7DN+xHDUiI+0nArsiJ9y+kJVPLFxEaSw6Ha9s9H0tftxg2Yzl25wqj9G7m5wLZg==
89218967
dependencies:
89228968
asap "~2.0.6"
89238969

@@ -9268,10 +9314,10 @@ react-native-web@~0.18.7:
92689314
postcss-value-parser "^4.2.0"
92699315
styleq "^0.1.2"
92709316

9271-
9272-
version "0.69.5"
9273-
resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.69.5.tgz#959142bfef21beed837160b54aa17313f5e1898f"
9274-
integrity sha512-4Psrj1nDMLQjBXVH8n3UikzOHQc8+sa6NbxZQR0XKtpx8uC3HiJBgX+/FIum/RWxfi5J/Dt/+A2gLGmq2Hps8g==
9317+
9318+
version "0.69.6"
9319+
resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.69.6.tgz#cdd1a5757d902b91b165c28fdda4e518ed6f683a"
9320+
integrity sha512-wwXpqM+12kdEYdBZCJUb5SBu95CzgejrwFeYJ78RzHZV/Sj6DBRekbsHGrDDsY4R25QXALQxy4DQYQCObVvWjA==
92759321
dependencies:
92769322
"@jest/create-cache-key-function" "^27.0.1"
92779323
"@react-native-community/cli" "^8.0.4"
@@ -9294,7 +9340,7 @@ [email protected]:
92949340
mkdirp "^0.5.1"
92959341
nullthrows "^1.1.1"
92969342
pretty-format "^26.5.2"
9297-
promise "^8.0.3"
9343+
promise "^8.2.0"
92989344
react-devtools-core "4.24.0"
92999345
react-native-codegen "^0.69.2"
93009346
react-native-gradle-plugin "^0.0.7"

0 commit comments

Comments
 (0)