Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerlong committed Dec 20, 2017
1 parent b418642 commit 26eaaa8
Show file tree
Hide file tree
Showing 4 changed files with 1,300 additions and 484 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
29 changes: 15 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected]",
"upgrade": "yarn-upgrade-all && yarn remove d3 && yarn add [email protected]",
"lint": "standard",
"karma": "node -r babel-register node_modules/.bin/karma start karma.conf.js --single-run",
"test": "yarn lint && yarn karma",
Expand All @@ -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",
Expand Down
1 change: 1 addition & 0 deletions todo.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 26eaaa8

Please sign in to comment.