Skip to content

Commit 1ef0736

Browse files
authored
Merge pull request #308 from suncoast-devs/renovate/babel-monorepo
Update dependency @babel/core to v7.7.7
2 parents f5436d1 + 1654769 commit 1ef0736

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"whatwg-fetch": "3.0.0"
5151
},
5252
"devDependencies": {
53-
"@babel/core": "7.7.5",
53+
"@babel/core": "7.7.7",
5454
"babel-eslint": "10.0.3",
5555
"eslint": "6.7.2",
5656
"eslint-config-prettier": "6.7.0",

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@
2929
semver "^5.4.1"
3030
source-map "^0.5.0"
3131

32-
"@babel/core@7.7.5":
33-
version "7.7.5"
34-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.7.5.tgz#ae1323cd035b5160293307f50647e83f8ba62f7e"
35-
integrity sha512-M42+ScN4+1S9iB6f+TL7QBpoQETxbclx+KNoKJABghnKYE+fMzSGqst0BZJc8CpI625bwPwYgUyRvxZ+0mZzpw==
32+
"@babel/core@7.7.7":
33+
version "7.7.7"
34+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.7.7.tgz#ee155d2e12300bcc0cff6a8ad46f2af5063803e9"
35+
integrity sha512-jlSjuj/7z138NLZALxVgrx13AOtqip42ATZP7+kYl53GvDV6+4dCek1mVUo8z8c8Xnw/mx2q3d9HWh3griuesQ==
3636
dependencies:
3737
"@babel/code-frame" "^7.5.5"
38-
"@babel/generator" "^7.7.4"
38+
"@babel/generator" "^7.7.7"
3939
"@babel/helpers" "^7.7.4"
40-
"@babel/parser" "^7.7.5"
40+
"@babel/parser" "^7.7.7"
4141
"@babel/template" "^7.7.4"
4242
"@babel/traverse" "^7.7.4"
4343
"@babel/types" "^7.7.4"
@@ -368,10 +368,10 @@
368368
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.7.4.tgz#75ab2d7110c2cf2fa949959afb05fa346d2231bb"
369369
integrity sha512-jIwvLO0zCL+O/LmEJQjWA75MQTWwx3c3u2JOTDK5D3/9egrWRRA0/0hk9XXywYnXZVVpzrBYeIQTmhwUaePI9g==
370370

371-
"@babel/parser@^7.7.5":
372-
version "7.7.5"
373-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.7.5.tgz#cbf45321619ac12d83363fcf9c94bb67fa646d71"
374-
integrity sha512-KNlOe9+/nk4i29g0VXgl8PEXIRms5xKLJeuZ6UptN0fHv+jDiriG+y94X6qAgWTR0h3KaoM1wK5G5h7MHFRSig==
371+
"@babel/parser@^7.7.7":
372+
version "7.7.7"
373+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.7.7.tgz#1b886595419cf92d811316d5b715a53ff38b4937"
374+
integrity sha512-WtTZMZAZLbeymhkd/sEaPD8IQyGAhmuTuvTzLiCFM7iXiVdY0gc0IaI+cW0fh1BnSMbJSzXX6/fHllgHKwHhXw==
375375

376376
"@babel/parser@^7.7.7":
377377
version "7.7.7"

0 commit comments

Comments
 (0)