Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
}
},
"imports": {
"react": "npm:react@^19.2.4",
"react": "npm:react@^19.2.5",
"@types/react": "npm:@types/react@^19.2.14"
},
"compilerOptions": {
Expand Down
694 changes: 350 additions & 344 deletions deno.lock

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions example/deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,22 +35,22 @@
"@/": "./",
"@udibo/juniper": "jsr:@udibo/juniper@^0.4.0",
"@udibo/esbuild-plugin-postcss": "jsr:@udibo/esbuild-plugin-postcss@^0.3.0",
"@std/testing": "jsr:@std/testing@^1.0.17",
"@std/testing": "jsr:@std/testing@^1.0.18",
"@std/assert": "jsr:@std/assert@^1.0.19",
"@std/async": "jsr:@std/async@^1.2.0",
"@std/collections": "jsr:@std/collections@^1.1.6",
"@std/async": "jsr:@std/async@^1.3.0",
"@std/collections": "jsr:@std/collections@^1.1.7",
"@std/encoding": "jsr:@std/encoding@^1.0.10",
"@std/path": "jsr:@std/path@^1.1.4",
"@std/streams": "jsr:@std/streams@^1.0.17",
"@std/uuid": "jsr:@std/uuid@^1.1.0",
"@opentelemetry/api": "npm:@opentelemetry/api@^1.9.0",
"playwright": "npm:playwright@^1.58.2",
"react": "npm:react@^19.2.4",
"@std/streams": "jsr:@std/streams@^1.1.0",
"@std/uuid": "jsr:@std/uuid@^1.1.1",
"@opentelemetry/api": "npm:@opentelemetry/api@^1.9.1",
"playwright": "npm:playwright@^1.59.1",
"react": "npm:react@^19.2.5",
"@types/react": "npm:@types/react@^19.2.14",
"react-router": "npm:react-router@^7.13.2",
"hono": "npm:hono@^4.12.9",
"tailwindcss": "npm:tailwindcss@^4.2.2",
"@tailwindcss/postcss": "npm:@tailwindcss/postcss@^4.2.2",
"react-router": "npm:react-router@^7.14.2",
"hono": "npm:hono@^4.12.15",
"tailwindcss": "npm:tailwindcss@^4.2.4",
"@tailwindcss/postcss": "npm:@tailwindcss/postcss@^4.2.4",
"zod": "npm:zod@^4.3.6",
"@testing-library/react": "npm:@testing-library/react@^16.3.2",
"@testing-library/user-event": "npm:@testing-library/user-event@^14.6.1"
Expand Down
26 changes: 13 additions & 13 deletions src/deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,29 +26,29 @@
},
"imports": {
"@babel/core": "npm:@babel/core@^7.29.0",
"@modelcontextprotocol/sdk": "npm:@modelcontextprotocol/sdk@^1.27.1",
"@modelcontextprotocol/sdk": "npm:@modelcontextprotocol/sdk@^1.29.0",
"@udibo/http-error": "jsr:@udibo/http-error@^0.11.1",
"@std/testing": "jsr:@std/testing@^1.0.17",
"@std/testing": "jsr:@std/testing@^1.0.18",
"@std/assert": "jsr:@std/assert@^1.0.19",
"@std/async": "jsr:@std/async@^1.2.0",
"@std/cli": "jsr:@std/cli@^1.0.28",
"@std/collections": "jsr:@std/collections@^1.1.6",
"@std/async": "jsr:@std/async@^1.3.0",
"@std/cli": "jsr:@std/cli@^1.0.29",
"@std/collections": "jsr:@std/collections@^1.1.7",
"@std/fs": "jsr:@std/fs@^1.0.23",
"@std/path": "jsr:@std/path@^1.1.4",
"@std/streams": "jsr:@std/streams@^1.0.17",
"@std/streams": "jsr:@std/streams@^1.1.0",
"@deno/esbuild-plugin": "jsr:@deno/esbuild-plugin@^1.2.1",
"@opentelemetry/api": "npm:@opentelemetry/api@^1.9.0",
"@opentelemetry/api": "npm:@opentelemetry/api@^1.9.1",
"babel-plugin-react-compiler": "npm:babel-plugin-react-compiler@^1.0.0",
"cbor2": "npm:cbor2@^2.3.0",
"esbuild": "npm:esbuild@^0.27.4",
"isbot": "npm:isbot@^5.1.36",
"esbuild": "npm:esbuild@^0.27.7",
"isbot": "npm:isbot@^5.1.39",
"quick-lru": "npm:quick-lru@^7.3.0",
"hono": "npm:hono@^4.12.9",
"react": "npm:react@^19.2.4",
"hono": "npm:hono@^4.12.15",
"react": "npm:react@^19.2.5",
"@types/react": "npm:@types/react@^19.2.14",
"react-dom": "npm:react-dom@^19.2.4",
"react-dom": "npm:react-dom@^19.2.5",
"react-error-boundary": "npm:react-error-boundary@^6.1.1",
"react-router": "npm:react-router@^7.13.2",
"react-router": "npm:react-router@^7.14.2",
"@testing-library/react": "npm:@testing-library/react@^16.3.2",
"global-jsdom": "npm:global-jsdom@^27"
},
Expand Down
12 changes: 6 additions & 6 deletions templates/minimal/deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@
"imports": {
"@/": "./",
"@udibo/juniper": "jsr:@udibo/juniper@^0.4.0",
"@std/testing": "jsr:@std/testing@^1.0.17",
"@std/testing": "jsr:@std/testing@^1.0.18",
"@std/assert": "jsr:@std/assert@^1.0.19",
"@std/path": "jsr:@std/path@^1.1.4",
"@std/streams": "jsr:@std/streams@^1.0.17",
"@opentelemetry/api": "npm:@opentelemetry/api@^1.9.0",
"react": "npm:react@^19.2.4",
"@std/streams": "jsr:@std/streams@^1.1.0",
"@opentelemetry/api": "npm:@opentelemetry/api@^1.9.1",
"react": "npm:react@^19.2.5",
"@types/react": "npm:@types/react@^19.2.14",
"react-router": "npm:react-router@^7.13.2",
"hono": "npm:hono@^4.12.9",
"react-router": "npm:react-router@^7.14.2",
"hono": "npm:hono@^4.12.15",
"@testing-library/react": "npm:@testing-library/react@^16.3.2"
},
"permissions": {
Expand Down
16 changes: 8 additions & 8 deletions templates/tailwindcss/deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,17 @@
"@/": "./",
"@udibo/juniper": "jsr:@udibo/juniper@^0.4.0",
"@udibo/esbuild-plugin-postcss": "jsr:@udibo/esbuild-plugin-postcss@0.3.0",
"@std/testing": "jsr:@std/testing@^1.0.17",
"@std/testing": "jsr:@std/testing@^1.0.18",
"@std/assert": "jsr:@std/assert@^1.0.19",
"@std/path": "jsr:@std/path@^1.1.4",
"@std/streams": "jsr:@std/streams@^1.0.17",
"@opentelemetry/api": "npm:@opentelemetry/api@^1.9.0",
"react": "npm:react@^19.2.4",
"@std/streams": "jsr:@std/streams@^1.1.0",
"@opentelemetry/api": "npm:@opentelemetry/api@^1.9.1",
"react": "npm:react@^19.2.5",
"@types/react": "npm:@types/react@^19.2.14",
"react-router": "npm:react-router@^7.13.2",
"hono": "npm:hono@^4.12.9",
"tailwindcss": "npm:tailwindcss@^4.2.2",
"@tailwindcss/postcss": "npm:@tailwindcss/postcss@^4.2.2",
"react-router": "npm:react-router@^7.14.2",
"hono": "npm:hono@^4.12.15",
"tailwindcss": "npm:tailwindcss@^4.2.4",
"@tailwindcss/postcss": "npm:@tailwindcss/postcss@^4.2.4",
"@testing-library/react": "npm:@testing-library/react@^16.3.2"
},
"permissions": {
Expand Down
16 changes: 8 additions & 8 deletions templates/tanstack/deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,18 @@
},
"imports": {
"@/": "./",
"@tanstack/react-query": "npm:@tanstack/react-query@^5.95.2",
"@tanstack/react-query": "npm:@tanstack/react-query@^5.100.5",
"@udibo/juniper": "jsr:@udibo/juniper@^0.4.0",
"@std/async": "jsr:@std/async@^1.2.0",
"@std/testing": "jsr:@std/testing@^1.0.17",
"@std/async": "jsr:@std/async@^1.3.0",
"@std/testing": "jsr:@std/testing@^1.0.18",
"@std/assert": "jsr:@std/assert@^1.0.19",
"@std/path": "jsr:@std/path@^1.1.4",
"@std/streams": "jsr:@std/streams@^1.0.17",
"@opentelemetry/api": "npm:@opentelemetry/api@^1.9.0",
"react": "npm:react@^19.2.4",
"@std/streams": "jsr:@std/streams@^1.1.0",
"@opentelemetry/api": "npm:@opentelemetry/api@^1.9.1",
"react": "npm:react@^19.2.5",
"@types/react": "npm:@types/react@^19.2.14",
"react-router": "npm:react-router@^7.13.2",
"hono": "npm:hono@^4.12.9",
"react-router": "npm:react-router@^7.14.2",
"hono": "npm:hono@^4.12.15",
"@testing-library/react": "npm:@testing-library/react@^16.3.2",
"@testing-library/user-event": "npm:@testing-library/user-event@^14.6.1"
},
Expand Down
12 changes: 6 additions & 6 deletions tutorials/blog/deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@
"imports": {
"@/": "./",
"@udibo/juniper": "jsr:@udibo/juniper@^0.4.0",
"@std/testing": "jsr:@std/testing@^1.0.17",
"@std/testing": "jsr:@std/testing@^1.0.18",
"@std/assert": "jsr:@std/assert@^1.0.19",
"@std/path": "jsr:@std/path@^1.1.4",
"@std/streams": "jsr:@std/streams@^1.0.17",
"@opentelemetry/api": "npm:@opentelemetry/api@^1.9.0",
"react": "npm:react@^19.2.4",
"@std/streams": "jsr:@std/streams@^1.1.0",
"@opentelemetry/api": "npm:@opentelemetry/api@^1.9.1",
"react": "npm:react@^19.2.5",
"@types/react": "npm:@types/react@^19.2.14",
"react-router": "npm:react-router@^7.13.2",
"hono": "npm:hono@^4.12.9",
"react-router": "npm:react-router@^7.14.2",
"hono": "npm:hono@^4.12.15",
"@testing-library/react": "npm:@testing-library/react@^16.3.2"
},
"permissions": {
Expand Down
Loading