diff --git a/package.json b/package.json index 0f522ec..df72b3e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "werewolf-kid-creations-website", "homepage": "https://werewolfkid.monster/", - "version": "0.1.2", + "version": "0.1.3", "private": true, "license": "MIT", "scripts": { @@ -12,13 +12,13 @@ "pretty": "prettier --write ." }, "dependencies": { - "@chakra-ui/react": "^3.33.0", + "@chakra-ui/react": "^3.34.0", "@emotion/react": "^11.14.0", - "next": "16.1.6", + "next": "16.2.1", "next-themes": "^0.4.6", "react": "^19.2.4", "react-dom": "^19.2.4", - "react-icons": "^5.5.0" + "react-icons": "^5.6.0" }, "devDependencies": { "@eslint/eslintrc": "^3.3.3", diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a49e223..cea71e2 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,4 +1,5 @@ import React from "react"; +import Script from 'next/script' import { Provider } from "@/components/ui/provider"; import { metadata } from "./page"; @@ -85,6 +86,8 @@ export default function RootLayout(props: { children: React.ReactNode }) { /> +
+