feat: packages
This commit is contained in:
parent
bb5ea065fa
commit
cfc1b508f8
|
|
@ -1,5 +0,0 @@
|
|||
/// <reference types="next" />
|
||||
/// <reference types="next/image-types/global" />
|
||||
|
||||
// NOTE: This file should not be edited
|
||||
// see https://nextjs.org/docs/basic-features/typescript for more information.
|
||||
|
|
@ -3,7 +3,7 @@ import {useCallback} from "react";
|
|||
|
||||
export const useFireEvents = () => {
|
||||
const plausible = usePlausible();
|
||||
return useCallback((name: string, props?: object) => {
|
||||
return useCallback((name: string, props?: any) => {
|
||||
plausible(name, {props});
|
||||
}, []);
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
|
|
@ -78,6 +78,7 @@
|
|||
"bufferutil": "^4.0.8",
|
||||
"bullmq": "^5.12.12",
|
||||
"cache-manager-redis-store": "^2.0.0",
|
||||
"canvas": "^2.11.2",
|
||||
"chart.js": "^4.4.1",
|
||||
"class-transformer": "^0.5.1",
|
||||
"class-validator": "^0.14.1",
|
||||
|
|
|
|||
Loading…
Reference in New Issue