mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-21 22:38:13 +08:00
chore: update dependencies (#2636)
* chore: update dependencies * fix babel plugins and lint errors * switch out obselete browser plugin * add babel config for jest * revert some babel/jest package bumps * npm install * tmp remove werkzeug pin --------- Co-authored-by: Seve Badajoz <severiano.badajoz@chanzuckerberg.com>
This commit is contained in:
co-authored by
Seve Badajoz
parent
2d7aab3a9a
commit
4bb9a2b834
@@ -52,7 +52,7 @@ import { _getColumnDimensionNames } from "./schema";
|
||||
import { _hashStringValues } from "./query";
|
||||
|
||||
export function _whereCacheGet(whereCache, schema, field, query) {
|
||||
/*
|
||||
/*
|
||||
query will either be an where query (object) or a column name (string).
|
||||
|
||||
Return array of column labels or undefined.
|
||||
@@ -169,5 +169,6 @@ function __whereCacheMerge(dst, src) {
|
||||
}
|
||||
|
||||
export function _whereCacheMerge(...caches) {
|
||||
// eslint-disable-next-line compat/compat -- not using web APIs
|
||||
return caches.reduce(__whereCacheMerge, {});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user