Skip to content

Commit

Permalink
chore(ui): upgrade npm packages
Browse files Browse the repository at this point in the history
Signed-off-by: pehlicd <65170388+pehlicd@users.noreply.github.com>
  • Loading branch information
pehlicd committed Oct 13, 2024
1 parent d6e801c commit 0da368e
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 38 deletions.
4 changes: 1 addition & 3 deletions ui/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ import { siteConfig } from "@/config/site";
import { fontSans } from "@/config/fonts";
import { Providers } from "./providers";
import { Navbar } from "@/components/navbar";
import { Link } from "@nextui-org/link";
import clsx from "clsx";
import {HeartFilledIcon} from "@/components/icons";

export const metadata: Metadata = {
title: {
Expand Down Expand Up @@ -40,7 +38,7 @@ export default function RootLayout({
fontSans.variable
)}
>
<Providers themeProps={{ attribute: "class", defaultTheme: "dark" }}>
<Providers>
<div className="relative flex flex-col h-screen">
<Navbar />
<main className="container mx-auto max-w-7xl pt-16 px-6 flex-grow">
Expand Down
2 changes: 1 addition & 1 deletion ui/next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.
68 changes: 34 additions & 34 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,45 +9,45 @@
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@monaco-editor/react": "^4.6.0",
"@nextui-org/button": "^2.0.31",
"@nextui-org/code": "^2.0.27",
"@nextui-org/input": "^2.1.21",
"@nextui-org/kbd": "^2.0.28",
"@nextui-org/link": "^2.0.29",
"@nextui-org/navbar": "^2.0.30",
"@nextui-org/react": "^2.3.6",
"@nextui-org/snippet": "^2.0.35",
"@nextui-org/switch": "^2.0.28",
"@nextui-org/system": "2.1.0",
"@nextui-org/theme": "2.2.9",
"@react-aria/ssr": "^3.9.2",
"@react-aria/visually-hidden": "^3.8.10",
"@types/node": "20.5.7",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"autoprefixer": "10.4.19",
"axios": "^1.6.8",
"clsx": "^2.0.0",
"@nextui-org/button": "^2.0.38",
"@nextui-org/code": "^2.0.33",
"@nextui-org/input": "^2.2.5",
"@nextui-org/kbd": "^2.0.34",
"@nextui-org/link": "^2.0.35",
"@nextui-org/navbar": "^2.0.37",
"@nextui-org/react": "^2.4.8",
"@nextui-org/snippet": "^2.0.43",
"@nextui-org/switch": "^2.0.34",
"@nextui-org/system": "2.2.6",
"@nextui-org/theme": "2.2.11",
"@react-aria/ssr": "^3.9.6",
"@react-aria/visually-hidden": "^3.8.16",
"@types/node": "22.7.5",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.1",
"autoprefixer": "10.4.20",
"axios": "^1.7.7",
"clsx": "^2.1.1",
"d3": "^7.9.0",
"eslint": "8.48.0",
"eslint-config-next": "^14.2.5",
"framer-motion": "^11.1.1",
"intl-messageformat": "^10.5.0",
"eslint": "9.12.0",
"eslint-config-next": "^14.2.15",
"framer-motion": "^11.11.8",
"intl-messageformat": "^10.7.0",
"lodash.debounce": "^4.0.8",
"next": "^14.2.5",
"next-themes": "^0.2.1",
"postcss": "8.4.38",
"next": "^14.2.15",
"next-themes": "^0.3.0",
"postcss": "8.4.47",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.2.1",
"react-toastify": "^10.0.5",
"styled-components": "^6.1.11",
"tailwind-variants": "^0.1.20",
"tailwindcss": "3.4.3",
"typescript": "5.0.4"
"react-icons": "^5.3.0",
"react-toastify": "^10.0.6",
"styled-components": "^6.1.13",
"tailwind-variants": "^0.2.1",
"tailwindcss": "3.4.13",
"typescript": "5.6.3"
},
"devDependencies": {
"@types/d3": "^7.4.3"
Expand Down

0 comments on commit 0da368e

Please sign in to comment.