mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +08:00
Update dagre-d3-renderer
This commit is contained in:
parent
1e3b61a188
commit
84f592c417
@ -192,7 +192,7 @@ Make sure you have Chrome browser installed, this project uses Chrome headless t
|
|||||||
|
|
||||||
If you want real time incremental build:
|
If you want real time incremental build:
|
||||||
|
|
||||||
yarn watch
|
yarn build:watch
|
||||||
|
|
||||||
|
|
||||||
## Lint
|
## Lint
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "node -r babel-register ./node_modules/.bin/webpack --progress --colors",
|
"build": "node -r babel-register ./node_modules/.bin/webpack --progress --colors",
|
||||||
"watch": "yarn build -- --watch",
|
"build:watch": "yarn build -- --watch",
|
||||||
"release": "yarn build -- -p --config webpack.config.prod.js",
|
"release": "yarn build -- -p --config webpack.config.prod.js",
|
||||||
"upgrade": "yarn-upgrade-all && yarn remove d3 && yarn add d3@3.5.17",
|
"upgrade": "yarn-upgrade-all && yarn remove d3 && yarn add d3@3.5.17",
|
||||||
"lint": "standard",
|
"lint": "standard",
|
||||||
@ -43,7 +43,7 @@
|
|||||||
"chalk": "^2.1.0",
|
"chalk": "^2.1.0",
|
||||||
"d3": "3.5.17",
|
"d3": "3.5.17",
|
||||||
"dagre": "^0.7.4",
|
"dagre": "^0.7.4",
|
||||||
"dagre-d3-renderer": "^0.4.18",
|
"dagre-d3-renderer": "^0.4.21",
|
||||||
"he": "^1.1.1",
|
"he": "^1.1.1",
|
||||||
"lodash": "^4.17.4",
|
"lodash": "^4.17.4",
|
||||||
"minimist": "^1.2.0",
|
"minimist": "^1.2.0",
|
||||||
|
2
todo.md
2
todo.md
@ -11,3 +11,5 @@
|
|||||||
- Move cli to mermaid-cli project ?
|
- Move cli to mermaid-cli project ?
|
||||||
- remove 'fs' as dependency
|
- remove 'fs' as dependency
|
||||||
- remove 'lodash' as dependency
|
- remove 'lodash' as dependency
|
||||||
|
- https://github.com/lodash/babel-plugin-lodash
|
||||||
|
- https://www.npmjs.com/package/lodash-webpack-plugin
|
||||||
|
10
yarn.lock
10
yarn.lock
@ -1555,14 +1555,14 @@ d@1:
|
|||||||
dependencies:
|
dependencies:
|
||||||
es5-ext "^0.10.9"
|
es5-ext "^0.10.9"
|
||||||
|
|
||||||
dagre-d3-renderer@^0.4.18:
|
dagre-d3-renderer@^0.4.21:
|
||||||
version "0.4.18"
|
version "0.4.21"
|
||||||
resolved "https://registry.yarnpkg.com/dagre-d3-renderer/-/dagre-d3-renderer-0.4.18.tgz#27a82c183ccbeb37dd2540114bf9fd6536389060"
|
resolved "https://registry.yarnpkg.com/dagre-d3-renderer/-/dagre-d3-renderer-0.4.21.tgz#80b73dd31669a2f6bccc070de1730da43fa0a983"
|
||||||
dependencies:
|
dependencies:
|
||||||
d3 "3.5.17"
|
d3 "3.5.17"
|
||||||
dagre "^0.7.4"
|
dagre "^0.7.4"
|
||||||
graphlib "^2.1.1"
|
graphlib "^2.1.1"
|
||||||
lodash "3.10.1"
|
lodash "^4.17.4"
|
||||||
|
|
||||||
dagre@^0.7.4:
|
dagre@^0.7.4:
|
||||||
version "0.7.4"
|
version "0.7.4"
|
||||||
@ -3607,7 +3607,7 @@ lodash.uniq@^4.5.0:
|
|||||||
version "4.5.0"
|
version "4.5.0"
|
||||||
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
|
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
|
||||||
|
|
||||||
lodash@3.10.1, lodash@^3.10.0, lodash@^3.8.0:
|
lodash@^3.10.0, lodash@^3.8.0:
|
||||||
version "3.10.1"
|
version "3.10.1"
|
||||||
resolved "https://registry.yarnpkg.com/lodash/-/lodash-3.10.1.tgz#5bf45e8e49ba4189e17d482789dfd15bd140b7b6"
|
resolved "https://registry.yarnpkg.com/lodash/-/lodash-3.10.1.tgz#5bf45e8e49ba4189e17d482789dfd15bd140b7b6"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user