Skip to content

Commit 349aeb5

Browse files
committed
Upgrade dependencies
1 parent e8aebb0 commit 349aeb5

File tree

3 files changed

+3681
-3706
lines changed

3 files changed

+3681
-3706
lines changed

.babelrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"presets": [
3-
"env"
3+
"@babel/preset-env"
44
]
55
}

package.json

+28-21
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
"build": "webpack --progress --colors",
1717
"build:watch": "yarn build --watch",
1818
"release": "yarn build -p --config webpack.config.prod.babel.js",
19-
"upgrade": "yarn-upgrade-all",
2019
"lint": "standard",
2120
"test": "yarn lint && jest",
2221
"test:watch": "jest --watch",
@@ -37,36 +36,39 @@
3736
]
3837
},
3938
"dependencies": {
40-
"d3": "^4.13.0",
39+
"d3": "^5.7.0",
4140
"dagre-d3-renderer": "^0.5.8",
4241
"dagre-layout": "^0.8.8",
4342
"graphlibrary": "^2.2.0",
44-
"he": "^1.1.1",
45-
"lodash": "^4.17.5",
46-
"moment": "^2.21.0",
47-
"scope-css": "^1.0.5"
43+
"he": "^1.2.0",
44+
"lodash": "^4.17.11",
45+
"moment": "^2.23.0",
46+
"scope-css": "^1.2.1"
4847
},
4948
"devDependencies": {
50-
"babel-core": "^6.26.0",
51-
"babel-loader": "^7.1.4",
52-
"babel-preset-env": "^1.6.1",
53-
"coveralls": "^3.0.0",
54-
"css-loader": "^0.28.11",
49+
"@babel/core": "^7.2.2",
50+
"@babel/preset-env": "^7.2.0",
51+
"@babel/register": "^7.0.0",
52+
"babel-core": "7.0.0-bridge.0",
53+
"babel-jest": "^23.6.0",
54+
"babel-loader": "^8.0.4",
55+
"coveralls": "^3.0.2",
56+
"css-loader": "^2.0.1",
5557
"css-to-string-loader": "^0.1.3",
56-
"gulp": "^3.9.1",
58+
"gulp": "^4.0.0",
5759
"gulp-filelog": "^0.4.1",
5860
"gulp-jison": "^1.2.0",
59-
"husky": "^0.14.3",
61+
"husky": "^1.2.1",
6062
"identity-obj-proxy": "^3.0.0",
61-
"jest": "^22.4.2",
63+
"jest": "^23.6.0",
6264
"jison": "^0.4.18",
63-
"node-sass": "^4.7.2",
64-
"sass-loader": "^6.0.7",
65-
"standard": "^11.0.1",
66-
"webpack": "^4.1.1",
67-
"webpack-cli": "^2.0.12",
68-
"webpack-node-externals": "^1.6.0",
69-
"yarn-upgrade-all": "^0.3.0"
65+
"node-sass": "^4.11.0",
66+
"sass-loader": "^7.1.0",
67+
"standard": "^12.0.1",
68+
"webpack": "^4.27.1",
69+
"webpack-cli": "^3.1.2",
70+
"webpack-node-externals": "^1.7.2",
71+
"yarn-upgrade-all": "^0.5.0"
7072
},
7173
"files": [
7274
"dist",
@@ -76,5 +78,10 @@
7678
"moduleNameMapper": {
7779
"\\.(css|scss)$": "identity-obj-proxy"
7880
}
81+
},
82+
"yarn-upgrade-all": {
83+
"ignore": [
84+
"babel-core"
85+
]
7986
}
8087
}

0 commit comments

Comments
 (0)