Skip to content

Commit

Permalink
feat(editor): Upgrade markdown-it to address AIKIDO-2024-10034 (no-ch…
Browse files Browse the repository at this point in the history
…angelog) (#10358)
  • Loading branch information
netroy authored Aug 12, 2024
1 parent 8ab3d6b commit 1acf674
Show file tree
Hide file tree
Showing 5 changed files with 50 additions and 84 deletions.
3 changes: 1 addition & 2 deletions packages/@n8n/chat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,11 @@
"markdown-it-link-attributes": "^4.0.1",
"uuid": "catalog:",
"vue": "catalog:frontend",
"vue-markdown-render": "^2.1.1"
"vue-markdown-render": "catalog:frontend"
},
"devDependencies": {
"@iconify-json/mdi": "^1.1.54",
"@n8n/storybook": "workspace:*",
"@types/markdown-it": "^12.2.3",
"@vitest/coverage-v8": "catalog:frontend",
"unplugin-icons": "^0.19.0",
"vite": "catalog:frontend",
Expand Down
6 changes: 3 additions & 3 deletions packages/design-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/user-event": "^14.5.1",
"@testing-library/vue": "^8.0.1",
"@types/markdown-it": "^12.2.3",
"@types/markdown-it": "^13.0.9",
"@types/markdown-it-emoji": "^2.0.2",
"@types/markdown-it-link-attributes": "^3.0.1",
"@types/markdown-it-link-attributes": "^3.0.5",
"@types/sanitize-html": "^2.11.0",
"@vitejs/plugin-vue": "^5.0.4",
"@vitest/coverage-v8": "catalog:frontend",
Expand All @@ -45,7 +45,7 @@
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/vue-fontawesome": "^3.0.3",
"element-plus": "^2.3.6",
"markdown-it": "^13.0.1",
"markdown-it": "^13.0.2",
"markdown-it-emoji": "^2.0.2",
"markdown-it-link-attributes": "^4.0.1",
"markdown-it-task-lists": "^2.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/editor-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"vue-chartjs": "^5.2.0",
"vue-i18n": "^9.2.2",
"vue-json-pretty": "2.2.4",
"vue-markdown-render": "^2.0.1",
"vue-markdown-render": "catalog:frontend",
"vue-router": "^4.2.2",
"vue3-touch-events": "^4.1.3",
"xss": "^1.0.14"
Expand Down
122 changes: 44 additions & 78 deletions pnpm-lock.yaml

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

1 change: 1 addition & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ catalogs:
vitest-mock-extended: ^1.3.1
vue: ^3.4.21
vue-tsc: ^2.0.19
vue-markdown-render: ^2.2.1

0 comments on commit 1acf674

Please sign in to comment.