mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-25 21:48:11 +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
@@ -16,8 +16,8 @@ module.exports = {
|
||||
"@babel/plugin-proposal-function-bind",
|
||||
["@babel/plugin-proposal-decorators", { legacy: true }],
|
||||
["@babel/plugin-proposal-class-properties", { loose: true }],
|
||||
["@babel/plugin-proposal-private-methods", { loose: true }],
|
||||
["@babel/plugin-proposal-private-property-in-object", { loose: true }],
|
||||
["@babel/plugin-transform-private-methods", { loose: true }],
|
||||
["@babel/plugin-transform-private-property-in-object", { loose: true }],
|
||||
"@babel/plugin-proposal-export-namespace-from",
|
||||
"@babel/plugin-proposal-optional-chaining",
|
||||
"@babel/plugin-proposal-nullish-coalescing-operator",
|
||||
|
||||
Reference in New Issue
Block a user