Skip to content

Commit 3c4e4fd

Browse files
chore(deps): update dependency @babel/core to v7.0.1 (#442)
1 parent 19b5f67 commit 3c4e4fd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"devDependencies": {
3838
"@babel/cli": "7.0.0",
39-
"@babel/core": "7.0.0",
39+
"@babel/core": "7.0.1",
4040
"@babel/plugin-external-helpers": "7.0.0",
4141
"@babel/preset-env": "7.0.0",
4242
"@babel/preset-typescript": "7.0.0",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
dependencies:
2525
"@babel/highlight" "^7.0.0"
2626

27-
"@babel/[email protected].0":
28-
version "7.0.0"
29-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.0.0.tgz#0cb0c0fd2e78a0a2bec97698f549ae9ce0b99515"
27+
"@babel/[email protected].1":
28+
version "7.0.1"
29+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.0.1.tgz#406658caed0e9686fa4feb5c2f3cefb6161c0f41"
3030
dependencies:
3131
"@babel/code-frame" "^7.0.0"
3232
"@babel/generator" "^7.0.0"

0 commit comments

Comments
 (0)