mirror of
				https://github.com/vector-im/element-web.git
				synced 2025-11-04 10:11:03 +01:00 
			
		
		
		
	Merge pull request #11307 from vector-im/master
Merge: Add dependency to eslint-plugin-react-hooks as react-sdk did
This commit is contained in:
		
						commit
						ad55924af5
					
				@ -117,6 +117,7 @@
 | 
				
			|||||||
    "eslint-plugin-babel": "^4.1.2",
 | 
					    "eslint-plugin-babel": "^4.1.2",
 | 
				
			||||||
    "eslint-plugin-flowtype": "^2.50.3",
 | 
					    "eslint-plugin-flowtype": "^2.50.3",
 | 
				
			||||||
    "eslint-plugin-react": "^7.11.1",
 | 
					    "eslint-plugin-react": "^7.11.1",
 | 
				
			||||||
 | 
					    "eslint-plugin-react-hooks": "^2.2.0",
 | 
				
			||||||
    "expect": "^1.16.0",
 | 
					    "expect": "^1.16.0",
 | 
				
			||||||
    "file-loader": "^3.0.1",
 | 
					    "file-loader": "^3.0.1",
 | 
				
			||||||
    "fs-extra": "^0.30.0",
 | 
					    "fs-extra": "^0.30.0",
 | 
				
			||||||
 | 
				
			|||||||
@ -3364,6 +3364,11 @@ eslint-plugin-flowtype@^2.50.3:
 | 
				
			|||||||
  dependencies:
 | 
					  dependencies:
 | 
				
			||||||
    lodash "^4.17.10"
 | 
					    lodash "^4.17.10"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					eslint-plugin-react-hooks@^2.2.0:
 | 
				
			||||||
 | 
					  version "2.2.0"
 | 
				
			||||||
 | 
					  resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-2.2.0.tgz#078264e9e388da6929ace09d6abe92c85963aff4"
 | 
				
			||||||
 | 
					  integrity sha512-jSlnBjV2cmyIeL555H/FbvuSbQ1AtpHjLMHuPrQnt1eVA6lX8yufdygh7AArI2m8ct7ChHGx2uOaCuxq2MUn6g==
 | 
				
			||||||
 | 
					
 | 
				
			||||||
eslint-plugin-react@^7.11.1:
 | 
					eslint-plugin-react@^7.11.1:
 | 
				
			||||||
  version "7.14.3"
 | 
					  version "7.14.3"
 | 
				
			||||||
  resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.14.3.tgz#911030dd7e98ba49e1b2208599571846a66bdf13"
 | 
					  resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.14.3.tgz#911030dd7e98ba49e1b2208599571846a66bdf13"
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user