Skip to content

Commit 34b86c0

Browse files
committed
chore(react-native-blob-util,react-native-pdf): bump to expo@^55
1 parent dec23e2 commit 34b86c0

File tree

6 files changed

+45
-649
lines changed

6 files changed

+45
-649
lines changed

apps/react-native-pdf/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
"dependencies": {
1111
"@config-plugins/react-native-blob-util": "*",
1212
"@config-plugins/react-native-pdf": "*",
13-
"expo": "~54",
14-
"expo-splash-screen": "~31.0.9",
15-
"react": "19.1.0",
16-
"react-native": "0.81.4",
17-
"react-native-blob-util": "^0.21.2",
18-
"react-native-pdf": "^6.7.7"
13+
"expo": "~55",
14+
"expo-splash-screen": "~55.0.12",
15+
"react": "19.2.0",
16+
"react-native": "0.83.2",
17+
"react-native-blob-util": "^0.24.7",
18+
"react-native-pdf": "^7.0.4"
1919
},
2020
"private": true
2121
}

packages/react-native-blob-util/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ Config plugin to auto-configure [`react-native-blob-util`][lib] when the native
77
Ensure you use versions that work together!
88

99
| `expo` | `react-native-blob-util` | `@config-plugins/react-native-blob-util` |
10-
| ------ | ------------------------ | ---------------------------------------- |
10+
|--------| ------------------------ |------------------------------------------|
11+
| 55.0.0 | 0.24.7 | 13.0.0 |
1112
| 54.0.0 | 0.21.2 | 12.0.0 |
1213
| 53.0.0 | 0.21.2 | 11.0.0 |
1314
| 52.0.0 | 0.19.11 | 9.0.0 |

packages/react-native-blob-util/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"expo"
3131
],
3232
"peerDependencies": {
33-
"expo": "^54"
33+
"expo": "^55"
3434
},
3535
"upstreamPackage": "react-native-blob-util"
3636
}

packages/react-native-pdf/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ Config plugin to auto-configure [`react-native-pdf`][lib] when the native code i
99
Ensure you use versions that work together!
1010

1111
| `expo` | `react-native-pdf` | `@config-plugins/react-native-pdf` |
12-
| ------ | ------------------ | ---------------------------------- |
12+
|--------| ------------------ |------------------------------------|
13+
| 55.0.0 | 7.0.4 | 13.0.0 |
1314
| 54.0.0 | 6.7.7 | 12.0.0 |
1415
| 53.0.0 | 6.7.7 | 11.0.0 |
1516
| 52.0.0 | 6.7.6 | 9.0.0 |

packages/react-native-pdf/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"expo"
3131
],
3232
"peerDependencies": {
33-
"expo": "^54"
33+
"expo": "^55"
3434
},
3535
"upstreamPackage": "react-native-pdf"
3636
}

0 commit comments

Comments
 (0)