Skip to content

Commit f1e5f6e

Browse files
chore(deps-dev): bump @babel/runtime from 7.25.7 to 7.26.10 in /example
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.25.7 to 7.26.10. - [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.26.10/packages/babel-runtime) --- updated-dependencies: - dependency-name: "@babel/runtime" dependency-version: 7.26.10 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 37e8765 commit f1e5f6e

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"devDependencies": {
2828
"@babel/core": "^7.20.0",
2929
"@babel/preset-env": "^7.20.0",
30-
"@babel/runtime": "^7.20.0",
30+
"@babel/runtime": "^7.26.10",
3131
"@react-native-community/cli": "^14.1.1",
3232
"@react-native/babel-preset": "0.76.1",
3333
"@react-native/eslint-config": "0.76.1",

example/yarn.lock

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1032,10 +1032,10 @@
10321032
pirates "^4.0.6"
10331033
source-map-support "^0.5.16"
10341034

1035-
"@babel/runtime@^7.20.0", "@babel/runtime@^7.25.0", "@babel/runtime@^7.8.4":
1036-
version "7.25.7"
1037-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.25.7.tgz#7ffb53c37a8f247c8c4d335e89cdf16a2e0d0fb6"
1038-
integrity sha512-FjoyLe754PMiYsFaN5C94ttGiOmBNYTf6pLr4xXHAT5uctHb092PBszndLDR5XA/jghQvn4n7JMHl7dmTgbm9w==
1035+
"@babel/runtime@^7.25.0", "@babel/runtime@^7.26.10", "@babel/runtime@^7.8.4":
1036+
version "7.26.10"
1037+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.26.10.tgz#a07b4d8fa27af131a633d7b3524db803eb4764c2"
1038+
integrity sha512-2WJMeRQPHKSPemqk/awGrAiuFfzBmOIPXKizAsVhWH9YJqLZ0H+HS4c8loHGgW6utJ3E/ejXQUsiGaQy2NZ9Fw==
10391039
dependencies:
10401040
regenerator-runtime "^0.14.0"
10411041

@@ -5740,8 +5740,7 @@ react-native-gesture-handler@^2.20.2:
57405740
prop-types "^15.7.2"
57415741

57425742
"react-native-safe-area-context@link:..":
5743-
version "0.0.0"
5744-
uid ""
5743+
version "5.4.0"
57455744

57465745
react-native-screens@^3.35.0:
57475746
version "3.35.0"

0 commit comments

Comments
 (0)