Skip to content

Commit

Permalink
update babel
Browse files Browse the repository at this point in the history
  • Loading branch information
brysgo committed Jul 23, 2020
1 parent 80dc45c commit fa7cbc7
Show file tree
Hide file tree
Showing 3 changed files with 727 additions and 598 deletions.
3 changes: 2 additions & 1 deletion .babelrc
@@ -1,3 +1,4 @@
{
"presets": [ "env" ]
"presets": ["@babel/preset-env"],
"plugins": ["@babel/plugin-transform-runtime"]
}
7 changes: 4 additions & 3 deletions package.json
Expand Up @@ -11,14 +11,15 @@
"test:watch": "jest --watch"
},
"dependencies": {
"@babel/runtime": "^7.10.5",
"graphql-anywhere": "github:brysgo/graphql-anywhere#graphql-gun",
"gun": "^0.2020.520",
"try-get": "^1.0.0"
},
"devDependencies": {
"babel": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"@babel/plugin-transform-runtime": "^7.10.5",
"@babel/core": "^7.10.5",
"@babel/preset-env": "^7.10.4",
"cross-env": "^7.0.2",
"graphql": "^15.3.0",
"graphql-tag": "^2.10.4",
Expand Down

0 comments on commit fa7cbc7

Please sign in to comment.