Skip to content

Commit 90429f1

Browse files
committed
chore(deps): Bumped dependencies
1 parent 1b2f765 commit 90429f1

4 files changed

Lines changed: 1690 additions & 1482 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project attempts to adhere to [Semantic Versioning](https://semver.org/
77

88
## [Unreleased]
99

10+
### Other
11+
12+
- Bumped dependencies.
13+
1014
## [1.0.0] - 2025-07-06
1115

1216
### ❗ Breaking Changes

examples/benchmarking-demo/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,20 @@
1212
"dependencies": {
1313
"@missingcore/react-native-metadata-retriever": "workspace:*",
1414
"@shopify/flash-list": "^1.8.3",
15-
"@tanstack/react-query": "^5.81.5",
16-
"expo": "~53.0.17",
15+
"@tanstack/react-query": "^5.85.5",
16+
"expo": "~53.0.20",
1717
"expo-build-properties": "~0.14.8",
18-
"expo-image": "~2.3.2",
18+
"expo-image": "~2.4.0",
1919
"expo-media-library": "~17.1.7",
2020
"expo-status-bar": "~2.2.3",
21-
"react": "~19.0.0",
22-
"react-native": "~0.79.5",
23-
"react-native-safe-area-context": "^5.5.1"
21+
"react": "19.0.0",
22+
"react-native": "~0.79.6",
23+
"react-native-safe-area-context": "^5.6.1"
2424
},
2525
"devDependencies": {
26-
"@babel/core": "^7.28.0",
26+
"@babel/core": "^7.28.3",
2727
"@types/react": "~19.0.14",
2828
"babel-plugin-module-resolver": "^5.0.2",
29-
"typescript": "^5.8.3"
29+
"typescript": "^5.9.2"
3030
}
3131
}

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -55,22 +55,22 @@
5555
},
5656
"homepage": "https://github.com/MissingCore/react-native-metadata-retriever#readme",
5757
"devDependencies": {
58-
"@react-native/eslint-config": "~0.79.5",
58+
"@react-native/eslint-config": "~0.79.6",
5959
"@release-it/keep-a-changelog": "^7.0.0",
6060
"@types/jest": "^30.0.0",
6161
"@types/react": "~19.0.14",
6262
"del-cli": "^6.0.0",
6363
"eslint": "^8.57.1",
64-
"eslint-config-prettier": "^10.1.5",
65-
"eslint-plugin-prettier": "^5.5.1",
66-
"jest": "^30.0.4",
64+
"eslint-config-prettier": "^10.1.8",
65+
"eslint-plugin-prettier": "^5.5.4",
66+
"jest": "^30.0.5",
6767
"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",
68+
"react": "19.0.0",
69+
"react-native": "~0.79.6",
70+
"react-native-builder-bob": "^0.40.13",
71+
"release-it": "^19.0.4",
7272
"release-it-pnpm": "^4.6.6",
73-
"typescript": "^5.8.3"
73+
"typescript": "^5.9.2"
7474
},
7575
"peerDependencies": {
7676
"react": "*",

0 commit comments

Comments
 (0)