Skip to content
This repository was archived by the owner on Nov 3, 2025. It is now read-only.

Commit d157879

Browse files
⬆️ Bump @babel/runtime from 7.4.4 to 7.4.5 in /example
Bumps [@babel/runtime](https://github.com/babel/babel) from 7.4.4 to 7.4.5. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](babel/babel@v7.4.4...v7.4.5) Signed-off-by: dependabot[bot] <support@dependabot.com>
1 parent b5b99b0 commit d157879

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"devDependencies": {
1616
"@babel/core": "^7.4.4",
1717
"@babel/preset-typescript": "^7.3.3",
18-
"@babel/runtime": "^7.4.4",
18+
"@babel/runtime": "^7.4.5",
1919
"babel-plugin-module-resolver": "^3.2.0",
2020
"metro-react-native-babel-preset": "^0.54.0",
2121
"typescript": "^3.4.5"

example/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -537,10 +537,10 @@
537537
"@babel/helper-plugin-utils" "^7.0.0"
538538
"@babel/plugin-transform-typescript" "^7.3.2"
539539

540-
"@babel/runtime@^7.4.4":
541-
version "7.4.4"
542-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.4.4.tgz#dc2e34982eb236803aa27a07fea6857af1b9171d"
543-
integrity sha512-w0+uT71b6Yi7i5SE0co4NioIpSYS6lLiXvCzWzGSKvpK5vdQtCbICHMj+gbAKAOtxiV6HsVh/MBdaF9EQ6faSg==
540+
"@babel/runtime@^7.4.5":
541+
version "7.4.5"
542+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.4.5.tgz#582bb531f5f9dc67d2fcb682979894f75e253f12"
543+
integrity sha512-TuI4qpWZP6lGOGIuGWtp9sPluqYICmbk8T/1vpSysqJxRPkudh/ofFWyqdcMsDf2s7KvDL4/YHgKyvcS3g9CJQ==
544544
dependencies:
545545
regenerator-runtime "^0.13.2"
546546

0 commit comments

Comments
 (0)