feat: dynamic initial time range

This commit is contained in:
hgrsd
2022-03-31 18:08:27 -04:00
parent 80e223a3b8
commit a14ad2670a
10 changed files with 280 additions and 49 deletions

13
package-lock.json generated
View File

@@ -96,6 +96,7 @@
"devDependencies": {
"@babel/highlight": "^7.14.5",
"ava": "1.0.0-beta.8",
"jest-date-mock": "^1.0.8",
"mocha": "^5.2.0",
"node-sass": "^6.0",
"redux-devtools": "^3.4.0"
@@ -13365,6 +13366,12 @@
"node": ">=8"
}
},
"node_modules/jest-date-mock": {
"version": "1.0.8",
"resolved": "https://registry.npmjs.org/jest-date-mock/-/jest-date-mock-1.0.8.tgz",
"integrity": "sha512-0Lyp+z9xvuNmLbK+5N6FOhSiBeux05Lp5bbveFBmYo40Aggl2wwxFoIrZ+rOWC8nDNcLeBoDd2miQdEDSf3iQw==",
"dev": true
},
"node_modules/jest-diff": {
"version": "27.5.1",
"resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-27.5.1.tgz",
@@ -36604,6 +36611,12 @@
}
}
},
"jest-date-mock": {
"version": "1.0.8",
"resolved": "https://registry.npmjs.org/jest-date-mock/-/jest-date-mock-1.0.8.tgz",
"integrity": "sha512-0Lyp+z9xvuNmLbK+5N6FOhSiBeux05Lp5bbveFBmYo40Aggl2wwxFoIrZ+rOWC8nDNcLeBoDd2miQdEDSf3iQw==",
"dev": true
},
"jest-diff": {
"version": "27.5.1",
"resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-27.5.1.tgz",