Skip to content

Commit cbf0a99

Browse files
chore(deps): update dependency @babel/core to v7.0.1 (#111)
1 parent 236f222 commit cbf0a99

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
@@ -33,7 +33,7 @@
3333
},
3434
"devDependencies": {
3535
"@babel/cli": "7.0.0",
36-
"@babel/core": "7.0.0",
36+
"@babel/core": "7.0.1",
3737
"@babel/plugin-external-helpers": "7.0.0",
3838
"@babel/preset-env": "7.0.0",
3939
"@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-rc.3"
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)