Use @babel packages

This commit is contained in:
Robert Schäfer 2018-11-20 23:52:30 +01:00
parent 936626af81
commit 0eab41b5ef
3 changed files with 1750 additions and 1035 deletions

View File

@ -1 +1 @@
{ "presets": ["env"] }
{ "presets": ["@babel/preset-env"] }

View File

@ -12,6 +12,11 @@
"author": "Human Connection gGmbh",
"license": "MIT",
"dependencies": {
"@babel/cli": "^7.1.5",
"@babel/core": "^7.1.6",
"@babel/node": "^7.0.0",
"@babel/preset-env": "^7.1.6",
"@babel/register": "^7.0.0",
"apollo-boost": "^0.1.10",
"apollo-cache-inmemory": "^1.2.5",
"apollo-client": "^2.3.2",
@ -41,8 +46,6 @@
"trunc-html": "^1.1.2"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0",
"faker": "^4.1.0",
"nodemon": "^1.18.4"
}

2776
yarn.lock

File diff suppressed because it is too large Load Diff