fix: clear reference values in node debug (#6915)
* fix: clear reference values in node debug * doc * fix: align invalid condition input type * fix: support boolean values in BoolSchema * update lock
Showing
| ... | @@ -27,7 +27,7 @@ | ... | @@ -27,7 +27,7 @@ |
| "fumadocs-ui": "15.6.3", | "fumadocs-ui": "15.6.3", | ||
| "gray-matter": "^4.0.3", | "gray-matter": "^4.0.3", | ||
| "lucide-react": "^0.525.0", | "lucide-react": "^0.525.0", | ||
| "next": "^15.5.15", | "next": "^15.5.18", | ||
| "react": "^19.1.0", | "react": "^19.1.0", | ||
| "react-dom": "^19.1.0", | "react-dom": "^19.1.0", | ||
| "react-responsive": "^10.0.1", | "react-responsive": "^10.0.1", | ||
| ... | ... |
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
| ... | @@ -28,7 +28,7 @@ | ... | @@ -28,7 +28,7 @@ |
| "crypto-js": "^4.2.0", | "crypto-js": "^4.2.0", | ||
| "dayjs": "catalog:", | "dayjs": "catalog:", | ||
| "dotenv": "^17.3.1", | "dotenv": "^17.3.1", | ||
| "hono": "^4.7.6", | "hono": "^4.12.18", | ||
| "lodash": "catalog:", | "lodash": "catalog:", | ||
| "moment": "^2.30.1", | "moment": "^2.30.1", | ||
| "qs": "^6.13.1", | "qs": "^6.13.1", | ||
| ... | ... |
Please
register
or
sign in
to comment