Upgrade dependencies

This commit is contained in:
Tyler Long 2018-12-17 14:56:26 +08:00
parent e8aebb00ee
commit 349aeb5a26
3 changed files with 3630 additions and 3655 deletions

View File

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

View File

@ -16,7 +16,6 @@
"build": "webpack --progress --colors",
"build:watch": "yarn build --watch",
"release": "yarn build -p --config webpack.config.prod.babel.js",
"upgrade": "yarn-upgrade-all",
"lint": "standard",
"test": "yarn lint && jest",
"test:watch": "jest --watch",
@ -37,36 +36,39 @@
]
},
"dependencies": {
"d3": "^4.13.0",
"d3": "^5.7.0",
"dagre-d3-renderer": "^0.5.8",
"dagre-layout": "^0.8.8",
"graphlibrary": "^2.2.0",
"he": "^1.1.1",
"lodash": "^4.17.5",
"moment": "^2.21.0",
"scope-css": "^1.0.5"
"he": "^1.2.0",
"lodash": "^4.17.11",
"moment": "^2.23.0",
"scope-css": "^1.2.1"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"coveralls": "^3.0.0",
"css-loader": "^0.28.11",
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.2.0",
"@babel/register": "^7.0.0",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "^23.6.0",
"babel-loader": "^8.0.4",
"coveralls": "^3.0.2",
"css-loader": "^2.0.1",
"css-to-string-loader": "^0.1.3",
"gulp": "^3.9.1",
"gulp": "^4.0.0",
"gulp-filelog": "^0.4.1",
"gulp-jison": "^1.2.0",
"husky": "^0.14.3",
"husky": "^1.2.1",
"identity-obj-proxy": "^3.0.0",
"jest": "^22.4.2",
"jest": "^23.6.0",
"jison": "^0.4.18",
"node-sass": "^4.7.2",
"sass-loader": "^6.0.7",
"standard": "^11.0.1",
"webpack": "^4.1.1",
"webpack-cli": "^2.0.12",
"webpack-node-externals": "^1.6.0",
"yarn-upgrade-all": "^0.3.0"
"node-sass": "^4.11.0",
"sass-loader": "^7.1.0",
"standard": "^12.0.1",
"webpack": "^4.27.1",
"webpack-cli": "^3.1.2",
"webpack-node-externals": "^1.7.2",
"yarn-upgrade-all": "^0.5.0"
},
"files": [
"dist",
@ -76,5 +78,10 @@
"moduleNameMapper": {
"\\.(css|scss)$": "identity-obj-proxy"
}
},
"yarn-upgrade-all": {
"ignore": [
"babel-core"
]
}
}

7234
yarn.lock

File diff suppressed because it is too large Load Diff