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

Commit ccb5dde

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

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.3",
1717
"@babel/preset-typescript": "^7.3.3",
18-
"@babel/runtime": "^7.4.3",
18+
"@babel/runtime": "^7.4.4",
1919
"babel-plugin-module-resolver": "^3.2.0",
2020
"metro-react-native-babel-preset": "^0.53.1",
2121
"typescript": "^3.4.3"

example/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -530,10 +530,10 @@
530530
"@babel/helper-plugin-utils" "^7.0.0"
531531
"@babel/plugin-transform-typescript" "^7.3.2"
532532

533-
"@babel/runtime@^7.4.3":
534-
version "7.4.3"
535-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.4.3.tgz#79888e452034223ad9609187a0ad1fe0d2ad4bdc"
536-
integrity sha512-9lsJwJLxDh/T3Q3SZszfWOTkk3pHbkmH+3KY+zwIDmsNlxsumuhS2TH3NIpktU4kNvfzy+k3eLT7aTJSPTo0OA==
533+
"@babel/runtime@^7.4.4":
534+
version "7.4.4"
535+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.4.4.tgz#dc2e34982eb236803aa27a07fea6857af1b9171d"
536+
integrity sha512-w0+uT71b6Yi7i5SE0co4NioIpSYS6lLiXvCzWzGSKvpK5vdQtCbICHMj+gbAKAOtxiV6HsVh/MBdaF9EQ6faSg==
537537
dependencies:
538538
regenerator-runtime "^0.13.2"
539539

0 commit comments

Comments
 (0)