From 5699cf19e65784130df79798025eb7497de17141 Mon Sep 17 00:00:00 2001 From: Dustin Date: Wed, 25 Jun 2025 13:23:17 -0400 Subject: [PATCH] chore: updated react-hotkeys-hook, vite-plugin-node-polyfills, nanostores --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 1f07ce0..ee87a40 100644 --- a/package.json +++ b/package.json @@ -61,10 +61,10 @@ "isbot": "^5.1.28", "istextorbinary": "^9.5.0", "jose": "^5.6.3", - "nanostores": "^0.10.3", + "nanostores": "^1.0.1", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-hotkeys-hook": "^4.5.0", + "react-hotkeys-hook": "^5.1.0", "react-markdown": "^9.1.0", "react-resizable-panels": "^3.0.3", "react-toastify": "^11.0.5", @@ -92,10 +92,10 @@ "unified": "^11.0.5", "unocss": "^66.3.1", "vite": "^7.0.0", - "vite-plugin-node-polyfills": "^0.22.0", + "vite-plugin-node-polyfills": "^0.23.0", "vite-plugin-optimize-css-modules": "^1.1.0", "vite-tsconfig-paths": "^4.3.2", - "vitest": "^2.1.7", + "vitest": "^3.2.4", "wrangler": "^4.21.2", "zod": "^3.23.8" },