Skip to content

Commit 418b8ad

Browse files
chore(deps): bump the npm_and_yarn group across 1 directory with 2 updates (#1565)
Bumps the npm_and_yarn group with 2 updates in the / directory: [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) and [esbuild](https://github.com/evanw/esbuild). Updates `@babel/runtime` from 7.27.1 to 7.27.3 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.27.3/packages/babel-runtime) Updates `esbuild` from 0.25.4 to 0.25.5 - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md) - [Commits](evanw/esbuild@v0.25.4...v0.25.5) --- updated-dependencies: - dependency-name: "@babel/runtime" dependency-version: 7.27.3 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: esbuild dependency-version: 0.25.5 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent af45d19 commit 418b8ad

File tree

5 files changed

+117
-117
lines changed

5 files changed

+117
-117
lines changed

apps/expo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"remove-xcode-env-local-file": "rm ios/.xcode.env.local"
3434
},
3535
"dependencies": {
36-
"@babel/runtime": "^7.26.10",
36+
"@babel/runtime": "^7.27.3",
3737
"@my/ui": "workspace:*",
3838
"@react-native-async-storage/async-storage": "^2.0.0",
3939
"@react-native-community/netinfo": "11.4.1",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"istanbul-lib-coverage@npm:^3.2.2": "patch:istanbul-lib-coverage@npm%3A3.2.2#~/.yarn/patches/istanbul-lib-coverage-npm-3.2.2-5c0526e059.patch"
5252
},
5353
"dependencies": {
54-
"@babel/runtime": "^7.26.10",
54+
"@babel/runtime": "^7.27.3",
5555
"@manypkg/cli": "^0.19.1",
5656
"@nderscore/tamagui-typescript-plugin": "^0.6.0",
5757
"@typescript/native-preview": "latest",

packages/temporal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"typescript": "^5.5.3"
3838
},
3939
"devDependencies": {
40-
"esbuild": "^0.25.4",
40+
"esbuild": "^0.25.5",
4141
"temporal": "^0.7.1",
4242
"typescript": "^5.8.3"
4343
}

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"generate-theme": "tamagui generate-themes ./src/themes/theme.ts ./src/themes/theme-generated.ts"
2121
},
2222
"dependencies": {
23-
"@babel/runtime": "^7.26.10",
23+
"@babel/runtime": "^7.27.3",
2424
"@hookform/resolvers": "^3.3.2",
2525
"@react-navigation/elements": "1.3.17",
2626
"@tamagui/animations-moti": "^1.126.1",

0 commit comments

Comments
 (0)