mirror of
				https://github.com/reduxjs/redux-devtools.git
				synced 2025-11-04 09:57:26 +03:00 
			
		
		
		
	⬆️ react-json-tree 0.1.9
@dzannotti helped increase the performance of `react-json-tree` - it doesn't use deep equality check anymore, so it should be much faster. I put it on 0.1.9. The details are on this commit:
b550c73770
			
			
This commit is contained in:
		
							parent
							
								
									fc839a0896
								
							
						
					
					
						commit
						dcb2ada59c
					
				| 
						 | 
					@ -47,7 +47,7 @@
 | 
				
			||||||
    "redux": "^2.0.0 || ^3.0.0"
 | 
					    "redux": "^2.0.0 || ^3.0.0"
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "dependencies": {
 | 
					  "dependencies": {
 | 
				
			||||||
    "react-json-tree": "^0.1.8",
 | 
					    "react-json-tree": "^0.1.9",
 | 
				
			||||||
    "react-mixin": "^1.7.0",
 | 
					    "react-mixin": "^1.7.0",
 | 
				
			||||||
    "react-redux": "^2.0.0",
 | 
					    "react-redux": "^2.0.0",
 | 
				
			||||||
    "redux": "^2.0.0 || ^3.0.0"
 | 
					    "redux": "^2.0.0 || ^3.0.0"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user