Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@
"@sentry/react": "^8.35.0",
"@sentry/vite-plugin": "^2.22.6",
"@tailwindcss/typography": "^0.5.13",
"@tanstack/pacer": "^0.2.0",
"@tanstack/react-pacer": "^0.2.0",
"@tanstack/react-pacer": "^0.6.0",
"@tanstack/react-query": "^5.66.0",
"@tanstack/react-router": "1.109.2",
"@tanstack/react-router-with-query": "1.109.2",
Expand Down
21 changes: 9 additions & 12 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions src/routes/stats/npm/index.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import * as React from 'react'
import { createFileRoute, Link } from '@tanstack/react-router'
import { z } from 'zod'
import { throttle } from '@tanstack/pacer'
import { useDebouncedValue } from '@tanstack/react-pacer'
import { throttle, useDebouncedValue } from '@tanstack/react-pacer'
import {
MdClose,
MdVisibility,
Expand Down
Loading