Skip to content

Commit

Permalink
Bump version for added windows support (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleJune authored Jul 31, 2024
1 parent b487a26 commit 39584f3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions deno.jsonc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@udibo/react-app",
"version": "0.22.0",
"version": "0.23.0",
"exports": {
".": "./mod.tsx",
"./build": "./build.ts",
Expand Down Expand Up @@ -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"
}
}
3 changes: 2 additions & 1 deletion example/deno.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit 39584f3

Please sign in to comment.