Skip to content

Commit

Permalink
Update dependency @babel/core to v7.15.0 (#577)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored Aug 30, 2021
1 parent d75f29c commit 22e861c
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"babel.js"
],
"dependencies": {
"@babel/core": "7.14.3",
"@babel/core": "7.15.0",
"@babel/helper-plugin-utils": "7.14.5",
"@babel/parser": "7.15.3",
"@babel/traverse": "7.14.2",
Expand Down
36 changes: 35 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,29 @@ __metadata:
languageName: node
linkType: hard

"@babel/core@npm:7.15.0":
version: 7.15.0
resolution: "@babel/core@npm:7.15.0"
dependencies:
"@babel/code-frame": ^7.14.5
"@babel/generator": ^7.15.0
"@babel/helper-compilation-targets": ^7.15.0
"@babel/helper-module-transforms": ^7.15.0
"@babel/helpers": ^7.14.8
"@babel/parser": ^7.15.0
"@babel/template": ^7.14.5
"@babel/traverse": ^7.15.0
"@babel/types": ^7.15.0
convert-source-map: ^1.7.0
debug: ^4.1.0
gensync: ^1.0.0-beta.2
json5: ^2.1.2
semver: ^6.3.0
source-map: ^0.5.0
checksum: 6f7ac97d2d2eebe62a431ce55b37753aa443b762da0524640caa2f7d4417750f8e21f3eb30d62f25e479f93dac505c868d24011b124cfa6905abebb23b44715c
languageName: node
linkType: hard

"@babel/generator@npm:^7.12.11, @babel/generator@npm:^7.14.2, @babel/generator@npm:^7.14.3, @babel/generator@npm:^7.5.0":
version: 7.14.3
resolution: "@babel/generator@npm:7.14.3"
Expand Down Expand Up @@ -620,6 +643,17 @@ __metadata:
languageName: node
linkType: hard

"@babel/helpers@npm:^7.14.8":
version: 7.15.3
resolution: "@babel/helpers@npm:7.15.3"
dependencies:
"@babel/template": ^7.14.5
"@babel/traverse": ^7.15.0
"@babel/types": ^7.15.0
checksum: cd70614d610b01189812c83b505b076dca0822df55ed6cd41232416f3a10ae9200a07315683942e0adbc1833481920c2fc7a23a08064ced5a8770259aa0ad707
languageName: node
linkType: hard

"@babel/highlight@npm:^7.10.4, @babel/highlight@npm:^7.12.13":
version: 7.12.13
resolution: "@babel/highlight@npm:7.12.13"
Expand Down Expand Up @@ -8190,7 +8224,7 @@ fsevents@^1.2.7:
"@apollo/react-common": 3.1.4
"@apollo/react-components": 4.0.0
"@apollo/react-hooks": 4.0.0
"@babel/core": 7.14.3
"@babel/core": 7.15.0
"@babel/helper-plugin-utils": 7.14.5
"@babel/parser": 7.15.3
"@babel/plugin-syntax-jsx": 7.14.5
Expand Down

0 comments on commit 22e861c

Please sign in to comment.