Skip to content

Commit

Permalink
⬆️ refactor: upgrade react scan
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Dec 20, 2024
1 parent 0fb154c commit d7e7243
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@
"react-layout-kit": "^1.9.0",
"react-lazy-load": "^4.0.1",
"react-pdf": "^9.2.1",
"react-scan": "^0.0.46",
"react-scan": "^0.0.51",
"react-virtuoso": "^4.12.0",
"react-wrap-balancer": "^1.1.1",
"remark": "^14.0.3",
Expand Down
2 changes: 1 addition & 1 deletion src/components/Analytics/ReactScan.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Monitoring } from 'react-scan/dist/core/monitor/params/next';
import { Monitoring } from 'react-scan/monitoring/next';

interface ReactScanProps {
apiKey: string;
Expand Down

0 comments on commit d7e7243

Please sign in to comment.