Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
fix ajv
  • Loading branch information
anotherjesse committed Jun 19, 2025
commit 7edf13997a35c89d5fe428c406f7f193e159a42d
2 changes: 0 additions & 2 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion packages/jumble/deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
"@codemirror/lang-json": "npm:@codemirror/lang-json@^6.0.1",
"@use-gesture/react": "npm:@use-gesture/react@^10.3.1",
"@vitejs/plugin-react": "npm:@vitejs/plugin-react@^4.3.4",
"ajv": "npm:ajv@^8.17.1",
"cmdk": "npm:cmdk@^1.0.4",
"csstype": "npm:csstype@^3.1.3",
"emoji-picker-react": "npm:emoji-picker-react@^4.12.0",
Expand Down
1 change: 0 additions & 1 deletion packages/llm/deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"./types": "./src/types.ts"
},
"imports": {
"ajv": "npm:ajv@^8.17.1",
"json5": "npm:json5@^2.2.3"
}
}