mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-28 07:03:17 +08:00
Update dependencies
This commit is contained in:
parent
b418642359
commit
26eaaa8c79
@ -184,7 +184,7 @@ We recommend you installing [editor plugins](https://github.com/feross/standard#
|
||||
|
||||
Manual test in browser:
|
||||
|
||||
open dist/demo/index.html
|
||||
open dist/index.html
|
||||
|
||||
|
||||
## Release
|
||||
|
29
package.json
29
package.json
@ -16,7 +16,7 @@
|
||||
"build": "node -r babel-register ./node_modules/.bin/webpack --progress --colors",
|
||||
"build:watch": "yarn build --watch",
|
||||
"release": "yarn build -p --config webpack.config.prod.js",
|
||||
"upgrade": "yarn upgrade --latest && yarn remove d3 && yarn add d3@3.5.17",
|
||||
"upgrade": "yarn-upgrade-all && yarn remove d3 && yarn add d3@3.5.17",
|
||||
"lint": "standard",
|
||||
"karma": "node -r babel-register node_modules/.bin/karma start karma.conf.js --single-run",
|
||||
"test": "yarn lint && yarn karma",
|
||||
@ -37,41 +37,42 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"d3": "3.5.17",
|
||||
"dagre-d3-renderer": "^0.4.24",
|
||||
"dagre-d3-renderer": "^0.4.25",
|
||||
"dagre-layout": "^0.8.0",
|
||||
"he": "^1.1.1",
|
||||
"lodash": "^4.17.4",
|
||||
"moment": "^2.18.1"
|
||||
"moment": "^2.20.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-core": "^6.26.0",
|
||||
"babel-loader": "^7.1.2",
|
||||
"babel-plugin-lodash": "^3.2.11",
|
||||
"babel-preset-env": "^1.6.0",
|
||||
"babel-plugin-lodash": "^3.3.2",
|
||||
"babel-preset-env": "^1.6.1",
|
||||
"babel-preset-es2015": "^6.24.1",
|
||||
"codeclimate-test-reporter": "^0.5.0",
|
||||
"css-loader": "^0.28.7",
|
||||
"css-to-string-loader": "^0.1.3",
|
||||
"extract-text-webpack-plugin": "^3.0.0",
|
||||
"extract-text-webpack-plugin": "^3.0.2",
|
||||
"gulp": "^3.9.1",
|
||||
"gulp-filelog": "^0.4.1",
|
||||
"gulp-jison": "^1.2.0",
|
||||
"inject-loader": "^3.0.1",
|
||||
"jasmine": "^2.8.0",
|
||||
"jasmine-es6": "^0.4.1",
|
||||
"jasmine-es6": "^0.4.3",
|
||||
"jison": "^0.4.18",
|
||||
"karma": "^1.7.1",
|
||||
"karma-chrome-launcher": "^2.2.0",
|
||||
"karma-jasmine": "^1.1.0",
|
||||
"karma-jasmine": "^1.1.1",
|
||||
"karma-sourcemap-loader": "^0.3.7",
|
||||
"karma-webpack": "^2.0.4",
|
||||
"less": "^2.7.2",
|
||||
"karma-webpack": "^2.0.9",
|
||||
"less": "^2.7.3",
|
||||
"less-loader": "^4.0.5",
|
||||
"puppeteer": "^0.10.2",
|
||||
"puppeteer": "^0.13.0",
|
||||
"standard": "^10.0.3",
|
||||
"style-loader": "^0.18.2",
|
||||
"webpack": "^3.5.6",
|
||||
"webpack-node-externals": "^1.6.0"
|
||||
"style-loader": "^0.19.1",
|
||||
"webpack": "^3.10.0",
|
||||
"webpack-node-externals": "^1.6.0",
|
||||
"yarn-upgrade-all": "^0.2.0"
|
||||
},
|
||||
"files": [
|
||||
"dist",
|
||||
|
1
todo.md
1
todo.md
@ -19,3 +19,4 @@
|
||||
- so mermaid could work without a browser at all
|
||||
- But how to mesure font size? it's a problem.
|
||||
- Setup code coverage
|
||||
- Create a desktop client
|
||||
|
Loading…
x
Reference in New Issue
Block a user