Skip to content

Commit 5b20836

Browse files
committed
use react-pacer
1 parent be5ac4a commit 5b20836

File tree

3 files changed

+11
-16
lines changed

3 files changed

+11
-16
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@
3232
"@sentry/react": "^8.35.0",
3333
"@sentry/vite-plugin": "^2.22.6",
3434
"@tailwindcss/typography": "^0.5.13",
35-
"@tanstack/pacer": "^0.2.0",
36-
"@tanstack/react-pacer": "^0.2.0",
35+
"@tanstack/react-pacer": "^0.6.0",
3736
"@tanstack/react-query": "^5.66.0",
3837
"@tanstack/react-router": "1.109.2",
3938
"@tanstack/react-router-with-query": "1.109.2",

pnpm-lock.yaml

Lines changed: 9 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/routes/stats/npm/index.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
import * as React from 'react'
22
import { createFileRoute, Link } from '@tanstack/react-router'
33
import { z } from 'zod'
4-
import { throttle } from '@tanstack/pacer'
5-
import { useDebouncedValue } from '@tanstack/react-pacer'
4+
import { throttle, useDebouncedValue } from '@tanstack/react-pacer'
65
import {
76
MdClose,
87
MdVisibility,

0 commit comments

Comments
 (0)