Skip to content
This repository was archived by the owner on Jul 11, 2024. It is now read-only.

Commit 217cdd6

Browse files
greenkeeper[bot]adampash
authored andcommitted
deps: update babel7 to the latest version πŸš€ (#30)
* chore(package): update @babel/core to version 7.0.1 * chore(package): update lockfile
1 parent 0ad306c commit 217cdd6

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
@@ -19,7 +19,7 @@
1919
"watch:warm": "serverless invoke local --watch --function hello --path fixtures/scheduled.json"
2020
},
2121
"devDependencies": {
22-
"@babel/core": "7.0.0",
22+
"@babel/core": "7.0.1",
2323
"@babel/preset-env": "7.0.0",
2424
"babel-core": "^7.0.0-bridge.0",
2525
"babel-jest": "^23.4.2",

β€Žyarn.lockβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
dependencies:
1515
"@babel/highlight" "7.0.0-rc.1"
1616

17-
"@babel/core@7.0.0":
18-
version "7.0.0"
19-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.0.0.tgz#0cb0c0fd2e78a0a2bec97698f549ae9ce0b99515"
17+
"@babel/core@7.0.1":
18+
version "7.0.1"
19+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.0.1.tgz#406658caed0e9686fa4feb5c2f3cefb6161c0f41"
2020
dependencies:
2121
"@babel/code-frame" "^7.0.0"
2222
"@babel/generator" "^7.0.0"

0 commit comments

Comments
Β (0)