mirror of
				https://github.com/mermaid-js/mermaid.git
				synced 2025-10-31 02:44:17 +01:00 
			
		
		
		
	Remove useless dependencies
This commit is contained in:
		| @@ -86,7 +86,6 @@ | ||||
|     "gulp-jison": "^1.2.0", | ||||
|     "gulp-less": "^3.3.2", | ||||
|     "gulp-livereload": "^3.8.1", | ||||
|     "gulp-marked": "^1.0.0", | ||||
|     "gulp-mdvars": "^2.0.0", | ||||
|     "gulp-qunit": "^1.5.0", | ||||
|     "gulp-rename": "^1.2.2", | ||||
| @@ -107,9 +106,6 @@ | ||||
|     "less": "^2.7.2", | ||||
|     "less-loader": "^4.0.5", | ||||
|     "live-server": "^1.2.0", | ||||
|     "map-stream": "^0.0.7", | ||||
|     "marked": "^0.3.6", | ||||
|     "mock-browser": "^0.92.14", | ||||
|     "phantomjs-prebuilt": "^2.1.15", | ||||
|     "require-dir": "^0.3.2", | ||||
|     "rimraf": "^2.6.1", | ||||
|   | ||||
							
								
								
									
										75
									
								
								yarn.lock
									
									
									
									
									
								
							
							
						
						
									
										75
									
								
								yarn.lock
									
									
									
									
									
								
							| @@ -1215,10 +1215,6 @@ buffer@^4.3.0: | ||||
|     ieee754 "^1.1.4" | ||||
|     isarray "^1.0.0" | ||||
|  | ||||
| bufferstreams@0.0.1: | ||||
|   version "0.0.1" | ||||
|   resolved "https://registry.yarnpkg.com/bufferstreams/-/bufferstreams-0.0.1.tgz#6ba7773de6acb6eb85dbce710c321808c79be849" | ||||
|  | ||||
| bufferstreams@1.0.1: | ||||
|   version "1.0.1" | ||||
|   resolved "https://registry.yarnpkg.com/bufferstreams/-/bufferstreams-1.0.1.tgz#cfb1ad9568d3ba3cfe935ba9abdd952de88aab2a" | ||||
| @@ -3265,15 +3261,6 @@ gulp-livereload@^3.8.1: | ||||
|     lodash.assign "^3.0.0" | ||||
|     mini-lr "^0.1.8" | ||||
|  | ||||
| gulp-marked@^1.0.0: | ||||
|   version "1.0.0" | ||||
|   resolved "https://registry.yarnpkg.com/gulp-marked/-/gulp-marked-1.0.0.tgz#4d09826680a1708eff400e2711a2990a63f43229" | ||||
|   dependencies: | ||||
|     bufferstreams "0.0.1" | ||||
|     gulp-util "~2.2.9" | ||||
|     lodash "^2.4.1" | ||||
|     marked "~0.3.2" | ||||
|  | ||||
| gulp-match@^1.0.3: | ||||
|   version "1.0.3" | ||||
|   resolved "https://registry.yarnpkg.com/gulp-match/-/gulp-match-1.0.3.tgz#91c7c0d7f29becd6606d57d80a7f8776a87aba8e" | ||||
| @@ -3342,7 +3329,7 @@ gulp-util@^3.0.0, gulp-util@^3.0.1, gulp-util@^3.0.2, gulp-util@^3.0.4, gulp-uti | ||||
|     through2 "^2.0.0" | ||||
|     vinyl "^0.5.0" | ||||
|  | ||||
| gulp-util@~2.2.14, gulp-util@~2.2.9: | ||||
| gulp-util@~2.2.14: | ||||
|   version "2.2.20" | ||||
|   resolved "https://registry.yarnpkg.com/gulp-util/-/gulp-util-2.2.20.tgz#d7146e5728910bd8f047a6b0b1e549bc22dbd64c" | ||||
|   dependencies: | ||||
| @@ -4104,30 +4091,6 @@ jsdom@^11.2.0: | ||||
|     whatwg-url "^6.1.0" | ||||
|     xml-name-validator "^2.0.1" | ||||
|  | ||||
| jsdom@^9.12.0: | ||||
|   version "9.12.0" | ||||
|   resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-9.12.0.tgz#e8c546fffcb06c00d4833ca84410fed7f8a097d4" | ||||
|   dependencies: | ||||
|     abab "^1.0.3" | ||||
|     acorn "^4.0.4" | ||||
|     acorn-globals "^3.1.0" | ||||
|     array-equal "^1.0.0" | ||||
|     content-type-parser "^1.0.1" | ||||
|     cssom ">= 0.3.2 < 0.4.0" | ||||
|     cssstyle ">= 0.2.37 < 0.3.0" | ||||
|     escodegen "^1.6.1" | ||||
|     html-encoding-sniffer "^1.0.1" | ||||
|     nwmatcher ">= 1.3.9 < 2.0.0" | ||||
|     parse5 "^1.5.1" | ||||
|     request "^2.79.0" | ||||
|     sax "^1.2.1" | ||||
|     symbol-tree "^3.2.1" | ||||
|     tough-cookie "^2.3.2" | ||||
|     webidl-conversions "^4.0.0" | ||||
|     whatwg-encoding "^1.0.1" | ||||
|     whatwg-url "^4.3.0" | ||||
|     xml-name-validator "^2.0.1" | ||||
|  | ||||
| jsesc@^1.3.0: | ||||
|   version "1.3.0" | ||||
|   resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-1.3.0.tgz#46c3fec8c1892b12b0833db9bc7622176dbab34b" | ||||
| @@ -4683,15 +4646,11 @@ lodash.values@~2.4.1: | ||||
|   dependencies: | ||||
|     lodash.keys "~2.4.1" | ||||
|  | ||||
| lodash@^2.4.1: | ||||
|   version "2.4.2" | ||||
|   resolved "https://registry.yarnpkg.com/lodash/-/lodash-2.4.2.tgz#fadd834b9683073da179b3eae6d9c0d15053f73e" | ||||
|  | ||||
| lodash@^3.10.0, lodash@^3.3.1, lodash@^3.7.0, lodash@^3.8.0: | ||||
|   version "3.10.1" | ||||
|   resolved "https://registry.yarnpkg.com/lodash/-/lodash-3.10.1.tgz#5bf45e8e49ba4189e17d482789dfd15bd140b7b6" | ||||
|  | ||||
| lodash@^4.0.0, lodash@^4.11.1, lodash@^4.13.1, lodash@^4.14.0, lodash@^4.17.4, lodash@^4.2.0, lodash@^4.3.0, lodash@^4.5, lodash@^4.5.0, lodash@~4.17.2: | ||||
| lodash@^4.0.0, lodash@^4.11.1, lodash@^4.13.1, lodash@^4.14.0, lodash@^4.17.4, lodash@^4.2.0, lodash@^4.3.0, lodash@^4.5.0, lodash@~4.17.2: | ||||
|   version "4.17.4" | ||||
|   resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae" | ||||
|  | ||||
| @@ -4756,10 +4715,6 @@ map-obj@^1.0.0, map-obj@^1.0.1: | ||||
|   version "1.0.1" | ||||
|   resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-1.0.1.tgz#d933ceb9205d82bdcf4886f6742bdc2b4dea146d" | ||||
|  | ||||
| map-stream@^0.0.7: | ||||
|   version "0.0.7" | ||||
|   resolved "https://registry.yarnpkg.com/map-stream/-/map-stream-0.0.7.tgz#8a1f07896d82b10926bd3744a2420009f88974a8" | ||||
|  | ||||
| map-stream@~0.1.0: | ||||
|   version "0.1.0" | ||||
|   resolved "https://registry.yarnpkg.com/map-stream/-/map-stream-0.1.0.tgz#e56aa94c4c8055a16404a0674b78f215f7c8e194" | ||||
| @@ -4774,7 +4729,7 @@ markdown-it@~7.0.0: | ||||
|     mdurl "^1.0.1" | ||||
|     uc.micro "^1.0.1" | ||||
|  | ||||
| marked@^0.3.6, marked@~0.3.2, marked@~0.3.5: | ||||
| marked@~0.3.5: | ||||
|   version "0.3.6" | ||||
|   resolved "https://registry.yarnpkg.com/marked/-/marked-0.3.6.tgz#b2c6c618fccece4ef86c4fc6cb8a7cbf5aeda8d7" | ||||
|  | ||||
| @@ -4955,13 +4910,6 @@ mkdirp@0.5.x, "mkdirp@>=0.5 0", mkdirp@^0.5.0, mkdirp@^0.5.1, mkdirp@~0.5.0, mkd | ||||
|   dependencies: | ||||
|     minimist "0.0.8" | ||||
|  | ||||
| mock-browser@^0.92.14: | ||||
|   version "0.92.14" | ||||
|   resolved "https://registry.yarnpkg.com/mock-browser/-/mock-browser-0.92.14.tgz#53a87200edfc5dddbe2b460023b2a88125b745e2" | ||||
|   dependencies: | ||||
|     jsdom "^9.12.0" | ||||
|     lodash "^4.5" | ||||
|  | ||||
| moment@^2.18.1: | ||||
|   version "2.18.1" | ||||
|   resolved "https://registry.yarnpkg.com/moment/-/moment-2.18.1.tgz#c36193dd3ce1c2eed2adb7c802dbbc77a81b1c0f" | ||||
| @@ -5144,7 +5092,7 @@ number-is-nan@^1.0.0: | ||||
|   version "1.0.1" | ||||
|   resolved "https://registry.yarnpkg.com/number-is-nan/-/number-is-nan-1.0.1.tgz#097b602b53422a522c1afb8790318336941a011d" | ||||
|  | ||||
| "nwmatcher@>= 1.3.9 < 2.0.0", nwmatcher@^1.4.1: | ||||
| nwmatcher@^1.4.1: | ||||
|   version "1.4.1" | ||||
|   resolved "https://registry.yarnpkg.com/nwmatcher/-/nwmatcher-1.4.1.tgz#7ae9b07b0ea804db7e25f05cb5fe4097d4e4949f" | ||||
|  | ||||
| @@ -5362,10 +5310,6 @@ parse-passwd@^1.0.0: | ||||
|   version "1.0.0" | ||||
|   resolved "https://registry.yarnpkg.com/parse-passwd/-/parse-passwd-1.0.0.tgz#6d5b934a456993b23d37f40a382d6f1666a8e5c6" | ||||
|  | ||||
| parse5@^1.5.1: | ||||
|   version "1.5.1" | ||||
|   resolved "https://registry.yarnpkg.com/parse5/-/parse5-1.5.1.tgz#9b7f3b0de32be78dc2401b17573ccaf0f6f59d94" | ||||
|  | ||||
| parse5@^3.0.2: | ||||
|   version "3.0.2" | ||||
|   resolved "https://registry.yarnpkg.com/parse5/-/parse5-3.0.2.tgz#05eff57f0ef4577fb144a79f8b9a967a6cc44510" | ||||
| @@ -7315,10 +7259,6 @@ watchpack@^1.4.0: | ||||
|     chokidar "^1.7.0" | ||||
|     graceful-fs "^4.1.2" | ||||
|  | ||||
| webidl-conversions@^3.0.0: | ||||
|   version "3.0.1" | ||||
|   resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871" | ||||
|  | ||||
| webidl-conversions@^4.0.0, webidl-conversions@^4.0.1: | ||||
|   version "4.0.2" | ||||
|   resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-4.0.2.tgz#a855980b1f0b6b359ba1d5d9fb39ae941faa63ad" | ||||
| @@ -7387,13 +7327,6 @@ whatwg-encoding@^1.0.1: | ||||
|   dependencies: | ||||
|     iconv-lite "0.4.13" | ||||
|  | ||||
| whatwg-url@^4.3.0: | ||||
|   version "4.8.0" | ||||
|   resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-4.8.0.tgz#d2981aa9148c1e00a41c5a6131166ab4683bbcc0" | ||||
|   dependencies: | ||||
|     tr46 "~0.0.3" | ||||
|     webidl-conversions "^3.0.0" | ||||
|  | ||||
| whatwg-url@^6.1.0: | ||||
|   version "6.1.0" | ||||
|   resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-6.1.0.tgz#5fc8279b93d75483b9ced8b26239854847a18578" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Tyler Long
					Tyler Long