Skip to content

Commit fdfc2ab

Browse files
committed
chore: update react-native-file-access dependency in docs-validation
1 parent 7a24648 commit fdfc2ab

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
- name: Install dependencies
4040
if: steps.check_cache.outputs.cache-hit == ''
41-
run: yarn install
41+
run: yarn install --frozen-lockfile
4242
outputs:
4343
cache_node_modules_key: ${{ steps.lockfile_hash.outputs.hash }}
4444

docs-validation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"react-native": "0.67.4",
1919
"react-native-create-thumbnail": "^1.5.1",
2020
"react-native-document-picker": "^8.0.0",
21-
"react-native-file-access": "^2.4.3",
21+
"react-native-file-access": "^2.5.0",
2222
"react-native-image-picker": "^4.7.3",
2323
"react-native-permissions": "^3.6.0",
2424
"react-native-safe-area-context": "^3.3.2",

yarn.lock

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12964,11 +12964,6 @@ react-native-fast-image@^8.5.11:
1296412964
resolved "https://registry.yarnpkg.com/react-native-fast-image/-/react-native-fast-image-8.5.11.tgz#e3dc969d0e4e8df026646bf18194465aa55cbc2b"
1296512965
integrity sha512-cNW4bIJg3nvKaheG8vGMfqCt5LMWX9MS5+wMudgKIHbGO51spRr4sgnlhVgwHLcZ5aeNOVJ8CPRxDIWKRq/0QA==
1296612966

12967-
react-native-file-access@^2.4.3:
12968-
version "2.4.4"
12969-
resolved "https://registry.yarnpkg.com/react-native-file-access/-/react-native-file-access-2.4.4.tgz#4ed95d81b04c5d7dbba5a9ae0c0deff0c8950a8a"
12970-
integrity sha512-P4lHb2244qGXaUPAoOsWnc9Py+igiQEpwsK5qQj3lilyiumbl/kCS5b4AbJtfObXwNn5u/drl2JEVVX4+zRQ3w==
12971-
1297212967
react-native-file-access@^2.5.0:
1297312968
version "2.5.0"
1297412969
resolved "https://registry.yarnpkg.com/react-native-file-access/-/react-native-file-access-2.5.0.tgz#df6916e5edacaaed73a1ea20bea79d4be13b3faf"

0 commit comments

Comments
 (0)