Skip to content

Commit

Permalink
fix(feed:) Update slider package to prevent flooding warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
WaDadidou committed Nov 21, 2024
1 parent 1ea33f7 commit ae5d305
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@react-native-anywhere/polyfill-base64": "^0.0.1-alpha.0",
"@react-native-async-storage/async-storage": "1.21.0",
"@react-native-clipboard/clipboard": "^1.13.2",
"@react-native-community/slider": "4.4.2",
"@react-native-community/slider": "^4.5.5",
"@react-native-masked-view/masked-view": "0.3.0",
"@react-native-picker/picker": "2.6.1",
"@react-navigation/bottom-tabs": "^6.5.11",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5715,10 +5715,10 @@ __metadata:
languageName: node
linkType: hard

"@react-native-community/slider@npm:4.4.2":
version: 4.4.2
resolution: "@react-native-community/slider@npm:4.4.2"
checksum: 1ae613f594a8ea9d7243b3125d26b36aab4e4c2dd9eba1bf66c4f31878e74fae055cd35a1babc46b262240885bb61fa321610417bb2a6d9f77a330136ff33293
"@react-native-community/slider@npm:^4.5.5":
version: 4.5.5
resolution: "@react-native-community/slider@npm:4.5.5"
checksum: 8d818e7f505694269bf8009c8c5db89efc3e9bb56054a1835613b6d7431356370bef9ce23d269519163097fe506e3f5420b34ba2c553bf380d1f144277a11942
languageName: node
linkType: hard

Expand Down Expand Up @@ -20162,7 +20162,7 @@ __metadata:
"@react-native-anywhere/polyfill-base64": ^0.0.1-alpha.0
"@react-native-async-storage/async-storage": 1.21.0
"@react-native-clipboard/clipboard": ^1.13.2
"@react-native-community/slider": 4.4.2
"@react-native-community/slider": ^4.5.5
"@react-native-masked-view/masked-view": 0.3.0
"@react-native-picker/picker": 2.6.1
"@react-navigation/bottom-tabs": ^6.5.11
Expand Down

0 comments on commit ae5d305

Please sign in to comment.