Use tslint v5.8.0 everywhere and use the tslint-config sub-package instead of the old repo as a dep. in the rest of the sub-packages.
This commit is contained in:
		| @@ -24,6 +24,7 @@ | |||||||
|   }, |   }, | ||||||
|   "homepage": "https://github.com/0xProject/0x.js/packages/assert/README.md", |   "homepage": "https://github.com/0xProject/0x.js/packages/assert/README.md", | ||||||
|   "devDependencies": { |   "devDependencies": { | ||||||
|  |     "@0xproject/tslint-config": "0.0.2", | ||||||
|     "@types/lodash": "^4.14.78", |     "@types/lodash": "^4.14.78", | ||||||
|     "@types/mocha": "^2.2.42", |     "@types/mocha": "^2.2.42", | ||||||
|     "@types/valid-url": "^1.0.2", |     "@types/valid-url": "^1.0.2", | ||||||
| @@ -33,9 +34,8 @@ | |||||||
|     "mocha": "^4.0.1", |     "mocha": "^4.0.1", | ||||||
|     "npm-run-all": "^4.1.1", |     "npm-run-all": "^4.1.1", | ||||||
|     "shx": "^0.2.2", |     "shx": "^0.2.2", | ||||||
|     "tslint": "~5.5.0", |     "typescript": "^2.4.2", | ||||||
|     "tslint-config-0xproject": "^0.0.2", |     "tslint": "5.8.0" | ||||||
|     "typescript": "^2.4.2" |  | ||||||
|   }, |   }, | ||||||
|   "dependencies": { |   "dependencies": { | ||||||
|     "0x-json-schemas": "^0.6.5", |     "0x-json-schemas": "^0.6.5", | ||||||
|   | |||||||
							
								
								
									
										25
									
								
								yarn.lock
									
									
									
									
									
								
							
							
						
						
									
										25
									
								
								yarn.lock
									
									
									
									
									
								
							| @@ -5612,13 +5612,7 @@ tslib@^1.7.1: | |||||||
|   version "1.8.0" |   version "1.8.0" | ||||||
|   resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.8.0.tgz#dc604ebad64bcbf696d613da6c954aa0e7ea1eb6" |   resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.8.0.tgz#dc604ebad64bcbf696d613da6c954aa0e7ea1eb6" | ||||||
|  |  | ||||||
| tslint-config-0xproject@^0.0.2: | tslint-react@^3.2.0: | ||||||
|   version "0.0.2" |  | ||||||
|   resolved "https://registry.yarnpkg.com/tslint-config-0xproject/-/tslint-config-0xproject-0.0.2.tgz#39901e0c0b3e9388f00092a28b90c015395d5bba" |  | ||||||
|   dependencies: |  | ||||||
|     tslint-react "^3.0.0" |  | ||||||
|  |  | ||||||
| tslint-react@^3.0.0, tslint-react@^3.2.0: |  | ||||||
|   version "3.2.0" |   version "3.2.0" | ||||||
|   resolved "https://registry.yarnpkg.com/tslint-react/-/tslint-react-3.2.0.tgz#851fb505201c63d0343c51726e6364f7e9ad2e99" |   resolved "https://registry.yarnpkg.com/tslint-react/-/tslint-react-3.2.0.tgz#851fb505201c63d0343c51726e6364f7e9ad2e99" | ||||||
|   dependencies: |   dependencies: | ||||||
| @@ -5640,22 +5634,7 @@ tslint@5.8.0: | |||||||
|     tslib "^1.7.1" |     tslib "^1.7.1" | ||||||
|     tsutils "^2.12.1" |     tsutils "^2.12.1" | ||||||
|  |  | ||||||
| tslint@~5.5.0: | tsutils@^2.12.1, tsutils@^2.8.0: | ||||||
|   version "5.5.0" |  | ||||||
|   resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.5.0.tgz#10e8dab3e3061fa61e9442e8cee3982acf20a6aa" |  | ||||||
|   dependencies: |  | ||||||
|     babel-code-frame "^6.22.0" |  | ||||||
|     colors "^1.1.2" |  | ||||||
|     commander "^2.9.0" |  | ||||||
|     diff "^3.2.0" |  | ||||||
|     glob "^7.1.1" |  | ||||||
|     minimatch "^3.0.4" |  | ||||||
|     resolve "^1.3.2" |  | ||||||
|     semver "^5.3.0" |  | ||||||
|     tslib "^1.7.1" |  | ||||||
|     tsutils "^2.5.1" |  | ||||||
|  |  | ||||||
| tsutils@^2.12.1, tsutils@^2.5.1, tsutils@^2.8.0: |  | ||||||
|   version "2.12.2" |   version "2.12.2" | ||||||
|   resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-2.12.2.tgz#ad58a4865d17ec3ddb6631b6ca53be14a5656ff3" |   resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-2.12.2.tgz#ad58a4865d17ec3ddb6631b6ca53be14a5656ff3" | ||||||
|   dependencies: |   dependencies: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user