mirror of
https://github.com/jdalrymple/gitbeaker.git
synced 2026-01-25 16:04:01 +00:00
Updating babel
This commit is contained in:
parent
2bf6bac8b5
commit
69704b1ed7
7
.babelrc
7
.babelrc
@ -1,9 +1,14 @@
|
||||
{
|
||||
"presets": [
|
||||
["env", {
|
||||
["@babel/preset-env", {
|
||||
"targets": {
|
||||
"node": "8.9.0"
|
||||
}
|
||||
}]
|
||||
],
|
||||
"plugins": [
|
||||
"@babel/plugin-proposal-export-default-from",
|
||||
"@babel/plugin-proposal-export-namespace-from",
|
||||
"@babel/plugin-proposal-object-rest-spread"
|
||||
]
|
||||
}
|
||||
11
.babelrc-es5
11
.babelrc-es5
@ -1,10 +1,13 @@
|
||||
{
|
||||
"presets": [
|
||||
["env", {
|
||||
"useBuiltIns": false,
|
||||
}],
|
||||
["@babel/preset-env", {
|
||||
"useBuiltIns": false,
|
||||
}]
|
||||
],
|
||||
"plugins": [
|
||||
"transform-runtime"
|
||||
"@babel/plugin-transform-runtime",
|
||||
"@babel/plugin-proposal-export-default-from",
|
||||
"@babel/plugin-proposal-export-namespace-from",
|
||||
"@babel/plugin-proposal-object-rest-spread",
|
||||
]
|
||||
}
|
||||
3883
package-lock.json
generated
3883
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -41,6 +41,7 @@
|
||||
"eslint-plugin-react": "^7.7.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.0.0-beta.42",
|
||||
"humps": "^2.0.1",
|
||||
"lodash.pick": "^4.4.0",
|
||||
"parse-link-header": "^1.0.1",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user