CEC-2385 Only show software updates (#193)
* CEC-2385 Only show software updates * Update browser list * update threshold * Clean up
This commit is contained in:
2
src/utils/manifest_types.js
Normal file
2
src/utils/manifest_types.js
Normal file
@@ -0,0 +1,2 @@
|
||||
export const TYPE_MANIFEST_SOFTWARE = 1;
|
||||
export const TYPE_MANIFEST_CONFIG = 2;
|
||||
@@ -1,4 +1,4 @@
|
||||
const rxStyles = /(mui|makeStyles|Private)([^\s]*)-\d+/g;
|
||||
const rxStyles = /(mui|MuiBox-root|makeStyles|Private)([^\s]*)-\d+/g;
|
||||
|
||||
const snapshotSerializers = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user