Skip to content

Commit 196c1fa

Browse files
committed
chore(deps): Bumped dependencies
1 parent a7b46b0 commit 196c1fa

4 files changed

Lines changed: 2265 additions & 2115 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ and this project attempts to adhere to [Semantic Versioning](https://semver.org/
1212
- Removed deprecated `PrimaryDirectoryPath`, `StorageVolumesDirectoryPaths`, and `MusicDirectoryPath`.
1313
- It seems like `getTypedExportedConstants()`, which creates these constants caused crashes on some devices according to the Google Play Console.
1414

15+
### Other
16+
17+
- Bumped dependencies.
18+
1519
## [0.9.0] - 2025-05-24
1620

1721
### ⚡ Changes

examples/benchmarking-demo/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,20 @@
1111
},
1212
"dependencies": {
1313
"@missingcore/react-native-metadata-retriever": "workspace:*",
14-
"@shopify/flash-list": "^1.8.0",
15-
"@tanstack/react-query": "^5.77.0",
16-
"expo": "~53.0.9",
17-
"expo-build-properties": "~0.14.6",
18-
"expo-image": "~2.1.7",
19-
"expo-media-library": "~17.1.6",
14+
"@shopify/flash-list": "^1.8.3",
15+
"@tanstack/react-query": "^5.81.5",
16+
"expo": "~53.0.17",
17+
"expo-build-properties": "~0.14.8",
18+
"expo-image": "~2.3.2",
19+
"expo-media-library": "~17.1.7",
2020
"expo-status-bar": "~2.2.3",
21-
"react": "^19.0.0",
22-
"react-native": "^0.79.2",
23-
"react-native-safe-area-context": "^5.4.1"
21+
"react": "~19.0.0",
22+
"react-native": "~0.79.5",
23+
"react-native-safe-area-context": "^5.5.1"
2424
},
2525
"devDependencies": {
26-
"@babel/core": "^7.27.1",
27-
"@types/react": "^19.0.12",
26+
"@babel/core": "^7.28.0",
27+
"@types/react": "~19.0.14",
2828
"babel-plugin-module-resolver": "^5.0.2",
2929
"typescript": "^5.8.3"
3030
}

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -55,21 +55,21 @@
5555
},
5656
"homepage": "https://github.com/MissingCore/react-native-metadata-retriever#readme",
5757
"devDependencies": {
58-
"@react-native/eslint-config": "^0.79.2",
58+
"@react-native/eslint-config": "~0.79.5",
5959
"@release-it/keep-a-changelog": "^7.0.0",
60-
"@types/jest": "^29.5.14",
61-
"@types/react": "^19.0.12",
60+
"@types/jest": "^30.0.0",
61+
"@types/react": "~19.0.14",
6262
"del-cli": "^6.0.0",
6363
"eslint": "^8.57.1",
6464
"eslint-config-prettier": "^10.1.5",
65-
"eslint-plugin-prettier": "^5.4.0",
66-
"jest": "^29.7.0",
67-
"prettier": "^3.5.3",
68-
"react": "^19.0.0",
69-
"react-native": "^0.79.2",
70-
"react-native-builder-bob": "^0.40.11",
71-
"release-it": "^19.0.2",
72-
"release-it-pnpm": "^4.6.5",
65+
"eslint-plugin-prettier": "^5.5.1",
66+
"jest": "^30.0.4",
67+
"prettier": "^3.6.2",
68+
"react": "~19.0.0",
69+
"react-native": "~0.79.5",
70+
"react-native-builder-bob": "^0.40.12",
71+
"release-it": "^19.0.3",
72+
"release-it-pnpm": "^4.6.6",
7373
"typescript": "^5.8.3"
7474
},
7575
"peerDependencies": {

0 commit comments

Comments
 (0)