Skip to content

Commit 698f70c

Browse files
Bump @babel/runtime from 7.20.7 to 7.27.0 in /examples/reactnative
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>
1 parent 1b57846 commit 698f70c

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
@@ -658,11 +658,11 @@
658658
pirates "^4.0.5"
659659
source-map-support "^0.5.16"
660660

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

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

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

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

0 commit comments

Comments
 (0)