From 01b7ac7d1b1882cb8bdc84fc3eb045f5b9b28aca Mon Sep 17 00:00:00 2001 From: Cohan Carpentier Date: Wed, 18 Dec 2024 13:57:16 -0500 Subject: [PATCH] fix: bump deps --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 5f75d54..0484b6d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@risc0/ui", - "version": "0.0.250", + "version": "0.0.251", "private": false, "sideEffects": false, "type": "module", @@ -37,8 +37,8 @@ "@radix-ui/react-tooltip": "1.1.6", "@react-oauth/google": "0.12.1", "@t3-oss/env-nextjs": "0.11.1", - "@tanstack/react-query": "5.62.7", - "@tanstack/react-query-devtools": "5.62.7", + "@tanstack/react-query": "5.62.8", + "@tanstack/react-query-devtools": "5.62.8", "@tanstack/react-table": "8.20.6", "@total-typescript/ts-reset": "0.6.1", "@types/ws": "8.5.13", @@ -55,10 +55,10 @@ "framer-motion": "11.15.0", "google-auth-library": "9.15.0", "javascript-time-ago": "2.5.11", - "ky": "1.7.3", + "ky": "1.7.4", "lucide-react": "0.468.0", "mermaid": "10.9.3", - "next": "15.1.0", + "next": "15.1.1", "next-extra": "0.6.1", "next-themes": "0.4.4", "notion-client": "6.16.0", @@ -78,7 +78,7 @@ "smol-string": "1.0.3", "sonner": "1.7.1", "tailwind-merge": "2.5.5", - "tailwindcss": "3.4.16", + "tailwindcss": "3.4.17", "tailwindcss-animate": "1.0.7", "turbo": "2.3.3", "type-fest": "4.30.2",