-
-
Notifications
You must be signed in to change notification settings - Fork 376
m2d #1534
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
m2d #1534
Changes from all commits
434be40
5cc5cba
180aefd
dbaf349
d026c1e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -11,19 +11,19 @@ | |||||
| "@shikijs/vitepress-twoslash": "^3.21.0", | ||||||
| "@type-challenges/utils": "^0.1.1", | ||||||
| "@types/express": "^5.0.6", | ||||||
| "@types/node": "^24.10.4", | ||||||
| "@voidzero-dev/vitepress-theme": "^4.0.4", | ||||||
| "@types/node": "^25.0.10", | ||||||
|
||||||
| "@types/node": "^25.0.10", | |
| "@types/node": "^24.0.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR title "m2d" is cryptic and does not describe what changes are being made. The title should clearly indicate that this is a dependency update, for example: "chore: update dependencies" or "chore: update @types/node and other dependencies".