mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +08:00
Upgrade all libraries except d3
This commit is contained in:
parent
176ffa8e7c
commit
19212eb4aa
115
package.json
115
package.json
@ -14,6 +14,7 @@
|
||||
"mermaid": "./bin/mermaid.js"
|
||||
},
|
||||
"scripts": {
|
||||
"upgrade": "ncu -ua && yarn upgrade",
|
||||
"live": "live-server ./test/examples",
|
||||
"lint": "node node_modules/eslint/bin/eslint.js src",
|
||||
"jison": "gulp jison_legacy",
|
||||
@ -41,7 +42,7 @@
|
||||
"chalk": "^1.1.3",
|
||||
"d3": "3.5.6",
|
||||
"dagre": "^0.7.4",
|
||||
"dagre-d3": "0.4.10",
|
||||
"dagre-d3": "0.4.17",
|
||||
"he": "^1.1.1",
|
||||
"lodash": "^4.17.4",
|
||||
"minimist": "^1.2.0",
|
||||
@ -51,75 +52,77 @@
|
||||
"which": "^1.2.14"
|
||||
},
|
||||
"devDependencies": {
|
||||
"async": "^0.9.0",
|
||||
"babel-eslint": "^4.1.3",
|
||||
"babelify": "^6.4.0",
|
||||
"browserify": "~6.2.0",
|
||||
"clone": "^0.2.0",
|
||||
"codeclimate-test-reporter": "0.0.4",
|
||||
"dateformat": "^1.0.11",
|
||||
"dox": "^0.8.0",
|
||||
"eslint": "^1.6.0",
|
||||
"eslint-watch": "^2.1.2",
|
||||
"event-stream": "^3.2.0",
|
||||
"async": "^2.3.0",
|
||||
"babel-eslint": "^7.2.1",
|
||||
"babelify": "^7.3.0",
|
||||
"browserify": "~14.3.0",
|
||||
"clone": "^2.1.1",
|
||||
"codeclimate-test-reporter": "0.4.1",
|
||||
"dateformat": "^2.0.0",
|
||||
"dox": "^0.9.0",
|
||||
"eslint": "^3.19.0",
|
||||
"eslint-watch": "^3.0.1",
|
||||
"event-stream": "^3.3.4",
|
||||
"foundation": "^4.2.1-1",
|
||||
"front-matter": "^0.2.0",
|
||||
"gulp": "~3.9.0",
|
||||
"gulp-bower": "0.0.10",
|
||||
"gulp-browserify": "^0.5.0",
|
||||
"gulp-bump": "^0.1.11",
|
||||
"gulp-concat": "~2.4.1",
|
||||
"gulp-data": "^1.1.1",
|
||||
"front-matter": "^2.1.2",
|
||||
"gulp": "~3.9.1",
|
||||
"gulp-bower": "0.0.13",
|
||||
"gulp-browserify": "^0.5.1",
|
||||
"gulp-bump": "^2.7.0",
|
||||
"gulp-concat": "~2.6.1",
|
||||
"gulp-data": "^1.2.1",
|
||||
"gulp-dox": "^0.1.6",
|
||||
"gulp-ext-replace": "^0.2.0",
|
||||
"gulp-ext-replace": "^0.3.0",
|
||||
"gulp-filelog": "^0.4.1",
|
||||
"gulp-front-matter": "^1.2.3",
|
||||
"gulp-hogan": "^1.1.0",
|
||||
"gulp-if": "^1.2.5",
|
||||
"gulp-insert": "^0.4.0",
|
||||
"gulp-istanbul": "^0.4.0",
|
||||
"gulp-jasmine": "~2.1.0",
|
||||
"gulp-jasmine-browser": "^0.2.3",
|
||||
"gulp-front-matter": "^1.3.0",
|
||||
"gulp-hogan": "^2.0.0",
|
||||
"gulp-if": "^2.0.2",
|
||||
"gulp-insert": "^0.5.0",
|
||||
"gulp-istanbul": "^1.1.1",
|
||||
"gulp-jasmine": "~2.4.2",
|
||||
"gulp-jasmine-browser": "^1.7.1",
|
||||
"gulp-jison": "~1.2.0",
|
||||
"gulp-jshint": "^1.9.0",
|
||||
"gulp-less": "^3.0.1",
|
||||
"gulp-livereload": "^3.8.0",
|
||||
"gulp-jshint": "^2.0.4",
|
||||
"gulp-less": "^3.3.0",
|
||||
"gulp-livereload": "^3.8.1",
|
||||
"gulp-marked": "^1.0.0",
|
||||
"gulp-mdvars": "^2.0.0",
|
||||
"gulp-qunit": "~1.2.1",
|
||||
"gulp-rename": "~1.2.0",
|
||||
"gulp-shell": "^0.2.10",
|
||||
"gulp-tag-version": "^1.2.1",
|
||||
"gulp-uglify": "~1.0.1",
|
||||
"gulp-util": "^3.0.7",
|
||||
"gulp-qunit": "~1.5.0",
|
||||
"gulp-rename": "~1.2.2",
|
||||
"gulp-shell": "^0.6.3",
|
||||
"gulp-tag-version": "^1.3.0",
|
||||
"gulp-uglify": "~2.1.2",
|
||||
"gulp-util": "^3.0.8",
|
||||
"gulp-vartree": "^2.0.1",
|
||||
"hogan.js": "^3.0.2",
|
||||
"jasmine": "2.3.2",
|
||||
"jasmine-es6": "0.0.18",
|
||||
"jasmine": "2.5.3",
|
||||
"jasmine-es6": "0.4.0",
|
||||
"jison": "zaach/jison",
|
||||
"jsdom": "^7.0.2",
|
||||
"jshint-stylish": "^2.0.1",
|
||||
"karma": "^0.13.15",
|
||||
"jsdom": "^9.12.0",
|
||||
"jshint": "^2.9.4",
|
||||
"jshint-stylish": "^2.2.1",
|
||||
"karma": "^1.6.0",
|
||||
"karma-babel-preprocessor": "^6.0.1",
|
||||
"karma-browserify": "^4.4.0",
|
||||
"karma-jasmine": "^0.3.6",
|
||||
"karma-phantomjs-launcher": "^0.2.1",
|
||||
"live-server": "^0.9.0",
|
||||
"map-stream": "0.0.6",
|
||||
"marked": "^0.3.2",
|
||||
"mock-browser": "^0.91.34",
|
||||
"path": "^0.4.9",
|
||||
"karma-browserify": "^5.1.1",
|
||||
"karma-jasmine": "^1.1.0",
|
||||
"karma-phantomjs-launcher": "^1.0.4",
|
||||
"live-server": "^1.2.0",
|
||||
"map-stream": "0.0.7",
|
||||
"marked": "^0.3.6",
|
||||
"mock-browser": "^0.92.14",
|
||||
"npm-check-updates": "^2.10.5",
|
||||
"path": "^0.12.7",
|
||||
"phantomjs": "^2.1.7",
|
||||
"proxyquire": "^1.7.3",
|
||||
"proxyquire": "^1.7.11",
|
||||
"proxyquire-universal": "^1.0.8",
|
||||
"proxyquireify": "^3.0.0",
|
||||
"require-dir": "^0.3.0",
|
||||
"rewire": "^2.1.3",
|
||||
"rimraf": "^2.2.8",
|
||||
"tape": "^3.0.3",
|
||||
"proxyquireify": "^3.2.1",
|
||||
"require-dir": "^0.3.1",
|
||||
"rewire": "^2.5.2",
|
||||
"rimraf": "^2.6.1",
|
||||
"tape": "^4.6.3",
|
||||
"testdom": "^2.0.0",
|
||||
"uglifyjs": "^2.4.10",
|
||||
"vinyl-source-stream": "^1.1.0",
|
||||
"watchify": "^3.6.1"
|
||||
"watchify": "^3.9.0"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user