mirror of https://github.com/webpack/webpack.git
				
				
				
			add jest-silent-reporter (makes more sense for when showing deprecation)
This commit is contained in:
		
							parent
							
								
									acbc29c757
								
							
						
					
					
						commit
						0cf5b5a442
					
				|  | @ -47,6 +47,7 @@ | |||
|     "jade": "^1.11.0", | ||||
|     "jade-loader": "~0.8.0", | ||||
|     "jest": "23.0.0-alpha.5", | ||||
|     "jest-silent-reporter": "0.0.4", | ||||
|     "json-loader": "^0.5.7", | ||||
|     "less": "^2.5.1", | ||||
|     "less-loader": "^4.0.3", | ||||
|  |  | |||
							
								
								
									
										53
									
								
								yarn.lock
								
								
								
								
							
							
						
						
									
										53
									
								
								yarn.lock
								
								
								
								
							|  | @ -156,6 +156,12 @@ ansi-styles@^3.1.0, ansi-styles@^3.2.0: | |||
|   dependencies: | ||||
|     color-convert "^1.9.0" | ||||
| 
 | ||||
| ansi-styles@^3.2.1: | ||||
|   version "3.2.1" | ||||
|   resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d" | ||||
|   dependencies: | ||||
|     color-convert "^1.9.0" | ||||
| 
 | ||||
| anymatch@^1.3.0: | ||||
|   version "1.3.2" | ||||
|   resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-1.3.2.tgz#553dcb8f91e3c889845dfdba34c77721b90b9d7a" | ||||
|  | @ -803,6 +809,14 @@ chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0, chalk@^2.3.0: | |||
|     escape-string-regexp "^1.0.5" | ||||
|     supports-color "^4.0.0" | ||||
| 
 | ||||
| chalk@^2.3.1: | ||||
|   version "2.3.2" | ||||
|   resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.3.2.tgz#250dc96b07491bfd601e648d66ddf5f60c7a5c65" | ||||
|   dependencies: | ||||
|     ansi-styles "^3.2.1" | ||||
|     escape-string-regexp "^1.0.5" | ||||
|     supports-color "^5.3.0" | ||||
| 
 | ||||
| character-parser@1.2.1: | ||||
|   version "1.2.1" | ||||
|   resolved "https://registry.yarnpkg.com/character-parser/-/character-parser-1.2.1.tgz#c0dde4ab182713b919b970959a123ecc1a30fcd6" | ||||
|  | @ -2285,6 +2299,10 @@ has-flag@^2.0.0: | |||
|   version "2.0.0" | ||||
|   resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-2.0.0.tgz#e8207af1cc7b30d446cc70b734b5e8be18f88d51" | ||||
| 
 | ||||
| has-flag@^3.0.0: | ||||
|   version "3.0.0" | ||||
|   resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd" | ||||
| 
 | ||||
| has-unicode@^2.0.0: | ||||
|   version "2.0.1" | ||||
|   resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9" | ||||
|  | @ -3096,6 +3114,16 @@ jest-matcher-utils@^23.0.0-alpha.5: | |||
|     jest-get-type "^22.1.0" | ||||
|     pretty-format "^23.0.0-alpha.5" | ||||
| 
 | ||||
| jest-message-util@^22.4.3: | ||||
|   version "22.4.3" | ||||
|   resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-22.4.3.tgz#cf3d38aafe4befddbfc455e57d65d5239e399eb7" | ||||
|   dependencies: | ||||
|     "@babel/code-frame" "^7.0.0-beta.35" | ||||
|     chalk "^2.0.1" | ||||
|     micromatch "^2.3.11" | ||||
|     slash "^1.0.0" | ||||
|     stack-utils "^1.0.1" | ||||
| 
 | ||||
| jest-message-util@^23.0.0-alpha.5: | ||||
|   version "23.0.0-alpha.5" | ||||
|   resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-23.0.0-alpha.5.tgz#72e56d5ffb196c1fc018a6c7ac49b94ddc5bf974" | ||||
|  | @ -3174,6 +3202,13 @@ jest-serializer@^22.4.0: | |||
|   version "22.4.0" | ||||
|   resolved "https://registry.yarnpkg.com/jest-serializer/-/jest-serializer-22.4.0.tgz#b5d145b98c4b0d2c20ab686609adbb81fe23b566" | ||||
| 
 | ||||
| jest-silent-reporter@0.0.4: | ||||
|   version "0.0.4" | ||||
|   resolved "https://registry.yarnpkg.com/jest-silent-reporter/-/jest-silent-reporter-0.0.4.tgz#906f41790ee758cd1682d33263538df20d43074e" | ||||
|   dependencies: | ||||
|     chalk "^2.3.1" | ||||
|     jest-util "^22.3.0" | ||||
| 
 | ||||
| jest-snapshot@^23.0.0-alpha.5: | ||||
|   version "23.0.0-alpha.5" | ||||
|   resolved "https://registry.yarnpkg.com/jest-snapshot/-/jest-snapshot-23.0.0-alpha.5.tgz#98ba2e55c2dca0837782a83bcfd880d125f7d849" | ||||
|  | @ -3185,6 +3220,18 @@ jest-snapshot@^23.0.0-alpha.5: | |||
|     natural-compare "^1.4.0" | ||||
|     pretty-format "^23.0.0-alpha.5" | ||||
| 
 | ||||
| jest-util@^22.3.0: | ||||
|   version "22.4.3" | ||||
|   resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-22.4.3.tgz#c70fec8eec487c37b10b0809dc064a7ecf6aafac" | ||||
|   dependencies: | ||||
|     callsites "^2.0.0" | ||||
|     chalk "^2.0.1" | ||||
|     graceful-fs "^4.1.11" | ||||
|     is-ci "^1.0.10" | ||||
|     jest-message-util "^22.4.3" | ||||
|     mkdirp "^0.5.1" | ||||
|     source-map "^0.6.0" | ||||
| 
 | ||||
| jest-util@^23.0.0-alpha.5: | ||||
|   version "23.0.0-alpha.5" | ||||
|   resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-23.0.0-alpha.5.tgz#2ac78c3d6c9e459cae7c100e028f271f954b4b15" | ||||
|  | @ -5493,6 +5540,12 @@ supports-color@^5.1.0: | |||
|   dependencies: | ||||
|     has-flag "^2.0.0" | ||||
| 
 | ||||
| supports-color@^5.3.0: | ||||
|   version "5.3.0" | ||||
|   resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.3.0.tgz#5b24ac15db80fa927cf5227a4a33fd3c4c7676c0" | ||||
|   dependencies: | ||||
|     has-flag "^3.0.0" | ||||
| 
 | ||||
| svgo@^0.7.0: | ||||
|   version "0.7.2" | ||||
|   resolved "https://registry.yarnpkg.com/svgo/-/svgo-0.7.2.tgz#9f5772413952135c6fefbf40afe6a4faa88b4bb5" | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue