Skip to content

Commit 38cb269

Browse files
Bump the npm-dependencies group across 1 directory with 5 updates
Bumps the npm-dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `19.2.3` | `19.2.7` | | [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `19.2.3` | `19.2.7` | | [@react-native-async-storage/async-storage](https://github.com/react-native-async-storage/async-storage/tree/HEAD/packages/async-storage) | `2.2.0` | `3.1.1` | | [react-native-safe-area-context](https://github.com/AppAndFlow/react-native-safe-area-context) | `5.7.0` | `5.8.0` | | [@react-native/js-polyfills](https://github.com/facebook/react-native/tree/HEAD/packages/polyfills) | `0.79.7` | `0.85.3` | Updates `react` from 19.2.3 to 19.2.7 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.2.7/packages/react) Updates `react-dom` from 19.2.3 to 19.2.7 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.2.7/packages/react-dom) Updates `@react-native-async-storage/async-storage` from 2.2.0 to 3.1.1 - [Release notes](https://github.com/react-native-async-storage/async-storage/releases) - [Changelog](https://github.com/react-native-async-storage/async-storage/blob/main/packages/async-storage/CHANGELOG.md) - [Commits](https://github.com/react-native-async-storage/async-storage/commits/@react-native-async-storage/async-storage@3.1.1/packages/async-storage) Updates `react-native-safe-area-context` from 5.7.0 to 5.8.0 - [Release notes](https://github.com/AppAndFlow/react-native-safe-area-context/releases) - [Commits](AppAndFlow/react-native-safe-area-context@v5.7.0...v5.8.0) Updates `@react-native/js-polyfills` from 0.79.7 to 0.85.3 - [Release notes](https://github.com/facebook/react-native/releases) - [Changelog](https://github.com/react/react-native/blob/main/CHANGELOG-0.7x.md) - [Commits](https://github.com/facebook/react-native/commits/v0.85.3/packages/polyfills) --- updated-dependencies: - dependency-name: react dependency-version: 19.2.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-dependencies - dependency-name: react-dom dependency-version: 19.2.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-dependencies - dependency-name: "@react-native-async-storage/async-storage" dependency-version: 3.1.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: npm-dependencies - dependency-name: react-native-safe-area-context dependency-version: 5.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-dependencies - dependency-name: "@react-native/js-polyfills" dependency-version: 0.85.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 05f055a commit 38cb269

6 files changed

Lines changed: 50 additions & 164 deletions

File tree

example/expo/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,24 +15,24 @@
1515
"dependencies": {
1616
"@exceptionless/react-native": "3.0.0-dev",
1717
"@expo/metro-runtime": "~56.0.15",
18-
"@react-native-async-storage/async-storage": "2.2.0",
18+
"@react-native-async-storage/async-storage": "3.1.1",
1919
"expo": "~56.0.11",
2020
"expo-application": "~56.0.3",
2121
"expo-constants": "~56.0.16",
2222
"expo-dev-client": "~56.0.20",
2323
"expo-device": "~56.0.4",
2424
"expo-splash-screen": "~56.0.10",
2525
"expo-status-bar": "~56.0.4",
26-
"react": "19.2.3",
27-
"react-dom": "19.2.3",
26+
"react": "19.2.7",
27+
"react-dom": "19.2.7",
2828
"react-native": "0.85.3",
29-
"react-native-safe-area-context": "~5.7.0",
29+
"react-native-safe-area-context": "~5.8.0",
3030
"react-native-screens": "4.25.2",
3131
"react-native-web": "^0.21.0"
3232
},
3333
"devDependencies": {
3434
"@babel/core": "^7.29.7",
35-
"@react-native/js-polyfills": "^0.79.6",
35+
"@react-native/js-polyfills": "^0.85.3",
3636
"@types/react": "~19.2.10",
3737
"typescript": "~6.0.3"
3838
},

example/nextjs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"@exceptionless/browser": "3.0.0-dev",
1212
"@exceptionless/node": "3.0.0-dev",
1313
"next": "^16.2.7",
14-
"react": "19.2.3",
15-
"react-dom": "19.2.3"
14+
"react": "19.2.7",
15+
"react-dom": "19.2.7"
1616
},
1717
"type": "module",
1818
"publishConfig": {

example/react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
},
3333
"dependencies": {
3434
"@exceptionless/react": "3.0.0-dev",
35-
"react": "19.2.3",
36-
"react-dom": "19.2.3"
35+
"react": "19.2.7",
36+
"react-dom": "19.2.7"
3737
},
3838
"type": "module",
3939
"publishConfig": {

0 commit comments

Comments
 (0)