Skip to content

Commit f2d0647

Browse files
Bump @babel/runtime from 7.20.7 to 7.27.0 in /examples/reactnative (#234)
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.20.7 to 7.27.0. - [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.0/packages/babel-runtime) --- updated-dependencies: - dependency-name: "@babel/runtime" dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c947cf8 commit f2d0647

File tree

3 files changed

+32
-15
lines changed

3 files changed

+32
-15
lines changed

examples/reactnative/package-lock.json

Lines changed: 22 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/reactnative/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"devDependencies": {
1818
"@babel/core": "^7.12.9",
19-
"@babel/runtime": "^7.12.5",
19+
"@babel/runtime": "^7.27.0",
2020
"@react-native-community/eslint-config": "^2.0.0",
2121
"babel-jest": "^26.6.3",
2222
"eslint": "^7.32.0",

examples/reactnative/yarn.lock

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -657,11 +657,11 @@
657657
pirates "^4.0.5"
658658
source-map-support "^0.5.16"
659659

660-
"@babel/runtime@^7.0.0", "@babel/runtime@^7.12.5":
661-
version "7.20.7"
662-
resolved "https://registry.npmjs.org/@babel/runtime/-/runtime-7.20.7.tgz"
660+
"@babel/runtime@^7.0.0", "@babel/runtime@^7.27.0":
661+
version "7.27.0"
662+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.27.0.tgz#fbee7cf97c709518ecc1f590984481d5460d4762"
663663
dependencies:
664-
regenerator-runtime "^0.13.11"
664+
regenerator-runtime "^0.14.0"
665665

666666
"@babel/template@^7.0.0", "@babel/template@^7.18.10", "@babel/template@^7.20.7", "@babel/template@^7.3.3":
667667
version "7.20.7"
@@ -4983,10 +4983,14 @@ regenerate@^1.4.2:
49834983
version "1.4.2"
49844984
resolved "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz"
49854985

4986-
regenerator-runtime@^0.13.11, regenerator-runtime@^0.13.2:
4986+
regenerator-runtime@^0.13.2:
49874987
version "0.13.11"
49884988
resolved "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz"
49894989

4990+
regenerator-runtime@^0.14.0:
4991+
version "0.14.1"
4992+
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz#356ade10263f685dda125100cd862c1db895327f"
4993+
49904994
regex-not@^1.0.0, regex-not@^1.0.2:
49914995
version "1.0.2"
49924996
resolved "https://registry.npmjs.org/regex-not/-/regex-not-1.0.2.tgz"

0 commit comments

Comments
 (0)