Skip to content

Commit 2087854

Browse files
add new discover sections
1 parent ae8a709 commit 2087854

File tree

15 files changed

+1495
-15
lines changed

15 files changed

+1495
-15
lines changed

knip.jsonc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"$schema": "./node_modules/knip/schema.jsonc",
33
// we ignore shadcn/ui components because we don't want to remove exports from them
4-
"ignore": ["src/components/ui/**"]
4+
"ignore": ["src/components/ui/**", "scripts/**"],
5+
"ignoreDependencies": ["dotenv"]
56
}

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@radix-ui/react-dialog": "^1.1.15",
14+
"@radix-ui/react-select": "^2.2.6",
1415
"@radix-ui/react-slot": "^1.2.3",
1516
"class-variance-authority": "^0.7.1",
1617
"clsx": "^2.1.1",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)