Skip to content

Commit

Permalink
fix: update flash-list
Browse files Browse the repository at this point in the history
  • Loading branch information
YoanRos committed Aug 19, 2024
1 parent 6333f30 commit d23c4f5
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 23 deletions.
4 changes: 2 additions & 2 deletions expo/app.versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"buildNumber": 309,
"buildName": "1.26.2"
"buildNumber": 310,
"buildName": "1.26.3"
}
4 changes: 2 additions & 2 deletions expo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oz-ensemble",
"version": "1.26.2",
"version": "1.26.3",
"scripts": {
"get-ip": "./get-ip.sh && echo \"this script updates the API IP to your own IP, because that's what Android Emulator needs to work. It's based on your wifi IP, if you need ethernet it won't work (needs en1 instead of en0)\"",
"start": "expo start --dev-client",
Expand Down Expand Up @@ -41,7 +41,7 @@
"@react-navigation/native-stack": "^6.9.17",
"@react-navigation/stack": "^6.3.2",
"@sentry/react-native": "~5.22.0",
"@shopify/flash-list": "1.6.4",
"@shopify/flash-list": "1.7.1",
"base-64": "^1.0.0",
"dayjs": "^1.11.11",
"expo": "~51.0.22",
Expand Down
31 changes: 12 additions & 19 deletions expo/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2960,17 +2960,17 @@ __metadata:
languageName: node
linkType: hard

"@shopify/flash-list@npm:1.6.4":
version: 1.6.4
resolution: "@shopify/flash-list@npm:1.6.4"
"@shopify/flash-list@npm:1.7.1":
version: 1.7.1
resolution: "@shopify/flash-list@npm:1.7.1"
dependencies:
recyclerlistview: "npm:4.2.0"
tslib: "npm:2.4.0"
recyclerlistview: "npm:4.2.1"
tslib: "npm:2.6.3"
peerDependencies:
"@babel/runtime": "*"
react: "*"
react-native: "*"
checksum: 4b99f29f8ec2c9405c0f215d207cb489cea383c4c1d93bb594e7bb494204829b6d1b9fd9bad5c3ded5de1a0da098349b7c246cc558fb544834d8224b25f2f4c5
checksum: 18b518fa91a1c55adf369fc754188b0ca4b8f083550ed7d231fd8eb93b6bb92212ae1665e4cfd51de1e94959af386b8e5f0843e8382640ae950f016d271eb6c6
languageName: node
linkType: hard

Expand Down Expand Up @@ -10118,7 +10118,7 @@ __metadata:
"@react-navigation/native-stack": "npm:^6.9.17"
"@react-navigation/stack": "npm:^6.3.2"
"@sentry/react-native": "npm:~5.22.0"
"@shopify/flash-list": "npm:1.6.4"
"@shopify/flash-list": "npm:1.7.1"
"@types/base-64": "npm:^1"
"@types/eslint": "npm:^8"
"@types/jest": "npm:^29.5.12"
Expand Down Expand Up @@ -11310,17 +11310,17 @@ __metadata:
languageName: node
linkType: hard

"recyclerlistview@npm:4.2.0":
version: 4.2.0
resolution: "recyclerlistview@npm:4.2.0"
"recyclerlistview@npm:4.2.1":
version: 4.2.1
resolution: "recyclerlistview@npm:4.2.1"
dependencies:
lodash.debounce: "npm:4.0.8"
prop-types: "npm:15.8.1"
ts-object-utils: "npm:0.0.5"
peerDependencies:
react: ">= 15.2.1"
react-native: ">= 0.30.0"
checksum: eee8e128f90d1c7fe97bc3c1204fd3b959e5895bef76bb45510f0eb23b2b72f5f7c48a87819abdefd0b8eb1dc7f76af57e3dcbaabcfb136306e6e8dee7c0375b
checksum: 58c2f5fa6372b31f82a1fc976ddbf9c45fa2c1a2fcaab417e39096152c4815463357ff410603db1df7dabab3a383bdef80db04c54a667bc40c5a0ce130e68961
languageName: node
linkType: hard

Expand Down Expand Up @@ -12873,14 +12873,7 @@ __metadata:
languageName: node
linkType: hard

"tslib@npm:2.4.0":
version: 2.4.0
resolution: "tslib@npm:2.4.0"
checksum: eb19bda3ae545b03caea6a244b34593468e23d53b26bf8649fbc20fce43e9b21a71127fd6d2b9662c0fe48ee6ff668ead48fd00d3b88b2b716b1c12edae25b5d
languageName: node
linkType: hard

"tslib@npm:^2.0.1, tslib@npm:^2.1.0, tslib@npm:^2.4.0":
"tslib@npm:2.6.3, tslib@npm:^2.0.1, tslib@npm:^2.1.0, tslib@npm:^2.4.0":
version: 2.6.3
resolution: "tslib@npm:2.6.3"
checksum: 2598aef53d9dbe711af75522464b2104724d6467b26a60f2bdac8297d2b5f1f6b86a71f61717384aa8fd897240467aaa7bcc36a0700a0faf751293d1331db39a
Expand Down

0 comments on commit d23c4f5

Please sign in to comment.