This commit is contained in:
renovate[bot] 2018-11-07 12:04:34 -05:00 committed by Jonathan Belcher
parent ffee7cc841
commit cbcdf9ba78
3 changed files with 528 additions and 355 deletions

File diff suppressed because it is too large Load Diff

View File

@ -44,11 +44,11 @@
"publish:prod": "npm run build:packages && lerna publish"
},
"devDependencies": {
"@babel/cli": "7.1.2",
"@babel/core": "7.1.2",
"@babel/cli": "7.1.5",
"@babel/core": "7.1.5",
"@babel/plugin-transform-async-to-generator": "7.1.0",
"@babel/plugin-transform-react-jsx": "7.0.0",
"@babel/runtime-corejs2": "7.1.2",
"@babel/runtime-corejs2": "7.1.5",
"@wordpress/babel-plugin-import-jsx-pragma": "1.1.2",
"@wordpress/babel-plugin-makepot": "2.1.2",
"@wordpress/babel-preset-default": "2.1.0",

View File

@ -21,7 +21,7 @@
"module": "build-module/index.js",
"react-native": "src/index",
"dependencies": {
"@babel/runtime-corejs2": "7.1.2",
"@babel/runtime-corejs2": "7.1.5",
"browser-filesaver": "^1.1.1",
"moment": "^2.22.2"
},