Updated packages.

This commit is contained in:
Mike Cao 2025-04-06 15:42:45 -07:00
parent 1d24e23a34
commit 47e89afcb4
3 changed files with 487 additions and 617 deletions

View file

@ -66,7 +66,7 @@
".next/cache"
],
"dependencies": {
"@clickhouse/client": "^1.10.1",
"@clickhouse/client": "^1.11.0",
"@date-fns/utc": "^1.2.0",
"@dicebear/collection": "^9.2.2",
"@dicebear/core": "^9.2.2",
@ -74,9 +74,9 @@
"@hello-pangea/dnd": "^18.0.1",
"@internationalized/date": "^3.7.0",
"@prisma/client": "6.5.0",
"@prisma/extension-read-replicas": "^0.4.0",
"@prisma/extension-read-replicas": "^0.4.1",
"@react-spring/web": "^9.7.5",
"@tanstack/react-query": "^5.68.0",
"@tanstack/react-query": "^5.71.10",
"@umami/prisma-client": "^0.16.0",
"@umami/react-zen": "^0.79.0",
"@umami/redis-client": "^0.27.0",
@ -101,7 +101,7 @@
"is-ci": "^3.0.1",
"is-docker": "^3.0.0",
"is-localhost-ip": "^1.4.0",
"isbot": "^5.1.23",
"isbot": "^5.1.25",
"jsonwebtoken": "^9.0.2",
"kafkajs": "^2.2.4",
"lucide-react": "^0.475.0",
@ -112,11 +112,11 @@
"npm-run-all": "^4.1.5",
"prisma": "6.5.0",
"pure-rand": "^6.1.0",
"react": "^19.0.0",
"react": "^19.1.0",
"react-basics": "^0.126.0",
"react-dom": "^19.0.0",
"react-dom": "^19.1.0",
"react-error-boundary": "^5.0.0",
"react-intl": "^7.1.6",
"react-intl": "^7.1.10",
"react-simple-maps": "^2.3.0",
"react-use-measure": "^2.1.7",
"react-window": "^1.8.11",
@ -130,7 +130,7 @@
},
"devDependencies": {
"@formatjs/cli": "^4.8.4",
"@netlify/plugin-nextjs": "^5.10.0",
"@netlify/plugin-nextjs": "^5.10.3",
"@rollup/plugin-alias": "^5.1.1",
"@rollup/plugin-commonjs": "^25.0.8",
"@rollup/plugin-json": "^6.1.0",
@ -140,17 +140,17 @@
"@svgr/cli": "^8.1.0",
"@svgr/rollup": "^8.1.0",
"@types/jest": "^29.5.14",
"@types/node": "^22.13.11",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@types/node": "^22.14.0",
"@types/react": "^19.1.0",
"@types/react-dom": "^19.1.1",
"@types/react-window": "^1.8.8",
"@typescript-eslint/eslint-plugin": "^8.26.1",
"@typescript-eslint/parser": "^8.26.1",
"@typescript-eslint/eslint-plugin": "^8.29.0",
"@typescript-eslint/parser": "^8.29.0",
"cross-env": "^7.0.3",
"cypress": "^13.17.0",
"esbuild": "^0.25.1",
"esbuild": "^0.25.2",
"eslint": "^8.57.1",
"eslint-config-next": "^14.2.24",
"eslint-config-next": "^14.2.26",
"eslint-config-prettier": "^8.10.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-css-modules": "^2.12.0",
@ -180,9 +180,9 @@
"stylelint-config-css-modules": "^4.4.0",
"stylelint-config-recommended": "^14.0.1",
"tar": "^6.2.1",
"ts-jest": "^29.2.6",
"ts-jest": "^29.3.1",
"ts-node": "^10.9.2",
"typescript": "^5.8.2"
"typescript": "^5.8.3"
},
"pnpm": {
"onlyBuiltDependencies": [

1067
pnpm-lock.yaml generated

File diff suppressed because it is too large Load diff

View file

@ -18,7 +18,6 @@ export function WebsiteDateFilter({
value === 'all' || isAfter(getOffsetDateRange(dateRange, 1).startDate, new Date());
const handleChange = (value: string | DateRange) => {
console.log('WebsiteDateFilter', value);
saveDateRange(value);
};
@ -26,8 +25,6 @@ export function WebsiteDateFilter({
saveDateRange(getOffsetDateRange(dateRange, increment));
};
console.log({ dateRange, disableForward });
return (
<Row gap="3">
{value !== 'all' && !value.startsWith('range') && (