mirror of
https://github.com/jdalrymple/gitbeaker.git
synced 2026-01-18 15:55:30 +00:00
fix(package): Updating packages and fixing #140 due to a babel update
This commit is contained in:
parent
e081a1629f
commit
04d1769db6
3538
package-lock.json
generated
3538
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
12
package.json
12
package.json
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user