fix(package): Updating packages and fixing #140 due to a babel update

This commit is contained in:
Justin Dalrymple 2018-08-08 10:59:47 -04:00
parent e081a1629f
commit 04d1769db6
2 changed files with 3282 additions and 268 deletions

3538
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -38,11 +38,11 @@
"license": "MIT",
"readmeFilename": "README.md",
"devDependencies": {
"@babel/cli": "^7.0.0-beta.55",
"@babel/core": "^7.0.0-beta.55",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.55",
"@babel/plugin-transform-runtime": "^7.0.0-beta.55",
"@babel/preset-env": "^7.0.0-beta.55",
"@babel/cli": "7.0.0-beta.55",
"@babel/core": "7.0.0-beta.55",
"@babel/plugin-proposal-object-rest-spread": "7.0.0-beta.55",
"@babel/plugin-transform-runtime": "7.0.0-beta.55",
"@babel/preset-env": "7.0.0-beta.55",
"@semantic-release/changelog": "^3.0.0",
"@semantic-release/git": "^7.0.1",
"babel-core": "^7.0.0-0",
@ -63,7 +63,7 @@
"semantic-release": "^15.9.3"
},
"dependencies": {
"@babel/runtime": "^7.0.0-beta.55",
"@babel/runtime": "7.0.0-beta.55",
"@semantic-release/npm": "^5.0.1",
"humps": "^2.0.1",
"lodash.pick": "^4.4.0",