Skip to content
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

Bump @types/markdown-it from 13.0.7 to 14.1.1 in /ui #467

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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 ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"@types/jest": "^29.5.12",
"@types/js-beautify": "^1.14.3",
"@types/js-yaml": "^4.0.9",
"@types/markdown-it": "^13.0.7",
"@types/markdown-it": "^14.1.1",
"@types/marked": "^6.0.0",
"@types/node": "^20.11.16",
"@types/papaparse": "^5.3.14",
Expand Down
30 changes: 15 additions & 15 deletions ui/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2511,20 +2511,20 @@ __metadata:
languageName: node
linkType: hard

"@types/linkify-it@npm:*":
version: 3.0.5
resolution: "@types/linkify-it@npm:3.0.5"
checksum: fac28f41a6e576282300a459d70ea0d33aab70dbb77c3d09582bb0335bb00d862b6de69585792a4d590aae4173fbab0bf28861e2d90ca7b2b1439b52688e9ff6
"@types/linkify-it@npm:^5":
version: 5.0.0
resolution: "@types/linkify-it@npm:5.0.0"
checksum: ec98e03aa883f70153a17a1e6ed9e28b39a604049b485daeddae3a1482ec65cac0817520be6e301d99fd1a934b3950cf0f855655aae6ec27da2bb676ba4a148e
languageName: node
linkType: hard

"@types/markdown-it@npm:^13.0.7":
version: 13.0.7
resolution: "@types/markdown-it@npm:13.0.7"
"@types/markdown-it@npm:^14.1.1":
version: 14.1.1
resolution: "@types/markdown-it@npm:14.1.1"
dependencies:
"@types/linkify-it": "*"
"@types/mdurl": "*"
checksum: c9e9af441340eb870a7b90b298f6197aa80b55bee28f179a4f85052333f0cb3d3f2763981359d58cf09024961f013999c1c743c1e52a185ca36576d4403f7eb9
"@types/linkify-it": ^5
"@types/mdurl": ^2
checksum: 48279558c7c8a836d2cc598e90937a23a43516716005b4697374d320cea80ad37950d8b378839b8d449f70c296e7377db60c118deda3aaae551474617d350d15
languageName: node
linkType: hard

Expand Down Expand Up @@ -2555,10 +2555,10 @@ __metadata:
languageName: node
linkType: hard

"@types/mdurl@npm:*":
version: 1.0.5
resolution: "@types/mdurl@npm:1.0.5"
checksum: e8e872e8da8f517a9c748b06cec61c947cb73fd3069e8aeb0926670ec5dfac5d30549b3d0f1634950401633e812f9b7263f2d5dbe7e98fce12bcb2c659aa4b21
"@types/mdurl@npm:^2":
version: 2.0.0
resolution: "@types/mdurl@npm:2.0.0"
checksum: 78746e96c655ceed63db06382da466fd52c7e9dc54d60b12973dfdd110cae06b9439c4b90e17bb8d4461109184b3ea9f3e9f96b3e4bf4aa9fe18b6ac35f283c8
languageName: node
linkType: hard

Expand Down Expand Up @@ -4099,7 +4099,7 @@ __metadata:
"@types/jest": ^29.5.12
"@types/js-beautify": ^1.14.3
"@types/js-yaml": ^4.0.9
"@types/markdown-it": ^13.0.7
"@types/markdown-it": ^14.1.1
"@types/marked": ^6.0.0
"@types/node": ^20.11.16
"@types/papaparse": ^5.3.14
Expand Down
Loading