|
16 | 16 | "build": "webpack --progress --colors",
|
17 | 17 | "build:watch": "yarn build --watch",
|
18 | 18 | "release": "yarn build -p --config webpack.config.prod.babel.js",
|
19 |
| - "upgrade": "yarn-upgrade-all", |
20 | 19 | "lint": "standard",
|
21 | 20 | "test": "yarn lint && jest",
|
22 | 21 | "test:watch": "jest --watch",
|
|
37 | 36 | ]
|
38 | 37 | },
|
39 | 38 | "dependencies": {
|
40 |
| - "d3": "^4.13.0", |
| 39 | + "d3": "^5.7.0", |
41 | 40 | "dagre-d3-renderer": "^0.5.8",
|
42 | 41 | "dagre-layout": "^0.8.8",
|
43 | 42 | "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" |
48 | 47 | },
|
49 | 48 | "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", |
55 | 57 | "css-to-string-loader": "^0.1.3",
|
56 |
| - "gulp": "^3.9.1", |
| 58 | + "gulp": "^4.0.0", |
57 | 59 | "gulp-filelog": "^0.4.1",
|
58 | 60 | "gulp-jison": "^1.2.0",
|
59 |
| - "husky": "^0.14.3", |
| 61 | + "husky": "^1.2.1", |
60 | 62 | "identity-obj-proxy": "^3.0.0",
|
61 |
| - "jest": "^22.4.2", |
| 63 | + "jest": "^23.6.0", |
62 | 64 | "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" |
70 | 72 | },
|
71 | 73 | "files": [
|
72 | 74 | "dist",
|
|
76 | 78 | "moduleNameMapper": {
|
77 | 79 | "\\.(css|scss)$": "identity-obj-proxy"
|
78 | 80 | }
|
| 81 | + }, |
| 82 | + "yarn-upgrade-all": { |
| 83 | + "ignore": [ |
| 84 | + "babel-core" |
| 85 | + ] |
79 | 86 | }
|
80 | 87 | }
|
0 commit comments