From de7bfb92e083112fb8f43e53b6e1c937446a3a6b Mon Sep 17 00:00:00 2001 From: Saihajpreet Singh Date: Mon, 23 Dec 2024 17:00:40 +0100 Subject: [PATCH] refactor: use lucide over radix icon --- package.json | 1 - pnpm-lock.yaml | 12 ------------ src/app/conf/2023/page.tsx | 4 ++-- 3 files changed, 2 insertions(+), 15 deletions(-) diff --git a/package.json b/package.json index 6526d83021..2772aa4afc 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,6 @@ "dependencies": { "@graphql-tools/schema": "10.0.13", "@headlessui/react": "^1.7.17", - "@radix-ui/react-icons": "^1.3.0", "@radix-ui/react-radio-group": "^1.1.3", "@tailwindcss/nesting": "0.0.0-insiders.565cd3e", "@tailwindcss/typography": "^0.5.10", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index dda8f5ec2b..13807f2615 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -19,9 +19,6 @@ importers: '@headlessui/react': specifier: ^1.7.17 version: 1.7.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-icons': - specifier: ^1.3.0 - version: 1.3.2(react@18.3.1) '@radix-ui/react-radio-group': specifier: ^1.1.3 version: 1.1.3(@types/react@18.3.18)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) @@ -1486,11 +1483,6 @@ packages: '@types/react': optional: true - '@radix-ui/react-icons@1.3.2': - resolution: {integrity: sha512-fyQIhGDhzfc9pK2kH6Pl9c4BDJGfMkPqkyIgYDthyNYoNg3wVhoJMMh19WS4Up/1KMPFVpNsT2q3WmXn2N1m6g==} - peerDependencies: - react: ^16.x || ^17.x || ^18.x || ^19.0.0 || ^19.0.0-rc - '@radix-ui/react-id@1.0.1': resolution: {integrity: sha512-tI7sT/kqYp8p96yGWY1OAnLHrqDgzHefRBKQ2YAkBS5ja7QLcZ9Z/uY7bEjPUatf8RomoXM8/1sMj1IJaE5UzQ==} peerDependencies: @@ -6240,10 +6232,6 @@ snapshots: optionalDependencies: '@types/react': 18.3.18 - '@radix-ui/react-icons@1.3.2(react@18.3.1)': - dependencies: - react: 18.3.1 - '@radix-ui/react-id@1.0.1(@types/react@18.3.18)(react@18.3.1)': dependencies: '@babel/runtime': 7.26.0 diff --git a/src/app/conf/2023/page.tsx b/src/app/conf/2023/page.tsx index af9d4de363..5f58405460 100644 --- a/src/app/conf/2023/page.tsx +++ b/src/app/conf/2023/page.tsx @@ -1,10 +1,10 @@ -import { GlobeIcon } from "@radix-ui/react-icons" import { Metadata } from "next" import { About } from "../_components/about" import { Speakers } from "../_components/speakers" import { Sponsors } from "../_components/sponsors" import { Thanks } from "../_components/thanks" import { CalendarIcon, GraphQLConf, HostedByGraphQLFoundation } from "@/icons" +import { Globe } from "lucide-react" export const metadata: Metadata = { title: "GraphQLConf 2023 — Sept 19-21 • SF Bay Area", @@ -38,7 +38,7 @@ function Hero() {
- + San Francisco Bay Area, CA