Skip to content

Commit a34b51e

Browse files
chore(deps): update dependency @babel/core to v7.0.1 (#213)
1 parent 2540241 commit a34b51e

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
@@ -30,9 +30,9 @@
3030
dependencies:
3131
"@babel/highlight" "7.0.0-beta.54"
3232

33-
"@babel/[email protected].0":
34-
version "7.0.0"
35-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.0.0.tgz#0cb0c0fd2e78a0a2bec97698f549ae9ce0b99515"
33+
"@babel/[email protected].1":
34+
version "7.0.1"
35+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.0.1.tgz#406658caed0e9686fa4feb5c2f3cefb6161c0f41"
3636
dependencies:
3737
"@babel/code-frame" "^7.0.0"
3838
"@babel/generator" "^7.0.0"

0 commit comments

Comments
 (0)