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