From 036ad6474cc436e3968ee58f3b8173fbe864f5a5 Mon Sep 17 00:00:00 2001 From: Kyle June Date: Tue, 30 Jul 2024 23:42:36 -0400 Subject: [PATCH] Bump version for added windows support --- deno.jsonc | 5 +++-- example/deno.jsonc | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/deno.jsonc b/deno.jsonc index 0e0edc4..574f05d 100644 --- a/deno.jsonc +++ b/deno.jsonc @@ -1,6 +1,6 @@ { "name": "@udibo/react-app", - "version": "0.22.0", + "version": "0.23.0", "exports": { ".": "./mod.tsx", "./build": "./build.ts", @@ -94,6 +94,7 @@ "react-helmet-async": "npm:react-helmet-async@2", "serialize-javascript": "npm:serialize-javascript@6", "@testing-library/react": "npm:@testing-library/react@16", - "global-jsdom": "npm:global-jsdom@24" + "global-jsdom": "npm:global-jsdom@24", + "@tanstack/query": "npm:@tanstack/query@5" } } diff --git a/example/deno.jsonc b/example/deno.jsonc index fd451a3..09290cf 100644 --- a/example/deno.jsonc +++ b/example/deno.jsonc @@ -66,6 +66,7 @@ "react-helmet-async": "npm:react-helmet-async@2", "serialize-javascript": "npm:serialize-javascript@6", "@testing-library/react": "npm:@testing-library/react@16", - "global-jsdom": "npm:global-jsdom@24" + "global-jsdom": "npm:global-jsdom@24", + "@tanstack/query": "npm:@tanstack/query@5" } }