Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Donmclean committed Nov 21, 2017
1 parent 515394d commit b465442
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
11 changes: 10 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,14 @@
}
}]
],
"plugins": ["dynamic-import-node", "syntax-dynamic-import"]
"plugins": [
"dynamic-import-node",
"syntax-dynamic-import",
["transform-runtime", {
"helpers": false,
"polyfill": false,
"regenerator": true,
"moduleName": "babel-runtime"
}]
]
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"babel-plugin-dynamic-import-node": "^1.0.2",
"babel-plugin-istanbul": "^4.0.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-runtime": "^6.12.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
Expand Down Expand Up @@ -82,6 +82,7 @@
"nodemon": "^1.11.0",
"regex-replace": "^2.1.0",
"snyk": "^1.46.0",
"transform-runtime": "^0.0.0",
"update-notifier": "^2.2.0"
},
"devDependencies": {
Expand Down
6 changes: 5 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,7 @@ babel-plugin-transform-regenerator@^6.22.0, babel-plugin-transform-regenerator@^
dependencies:
regenerator-transform "^0.10.0"

babel-plugin-transform-runtime@^6.12.0:
babel-plugin-transform-runtime@^6.23.0:
version "6.23.0"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-runtime/-/babel-plugin-transform-runtime-6.23.0.tgz#88490d446502ea9b8e7efb0fe09ec4d99479b1ee"
dependencies:
Expand Down Expand Up @@ -6109,6 +6109,10 @@ tough-cookie@~2.3.0:
dependencies:
punycode "^1.4.1"

transform-runtime@^0.0.0:
version "0.0.0"
resolved "https://registry.yarnpkg.com/transform-runtime/-/transform-runtime-0.0.0.tgz#e714d9b69211dd9537939d50e3aa5788c442b85c"

"traverse@>=0.3.0 <0.4":
version "0.3.9"
resolved "https://registry.yarnpkg.com/traverse/-/traverse-0.3.9.tgz#717b8f220cc0bb7b44e40514c22b2e8bbc70d8b9"
Expand Down

0 comments on commit b465442

Please sign in to comment.