Skip to content

Commit

Permalink
refactor: update dependences
Browse files Browse the repository at this point in the history
  • Loading branch information
Jocs committed Mar 31, 2024
1 parent 2a54048 commit acd4f66
Show file tree
Hide file tree
Showing 2 changed files with 490 additions and 432 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@
"homepage": "https://github.com/marktext/muya#readme",
"dependencies": {
"@marktext/file-icons": "^1.0.4",
"dompurify": "^3.0.9",
"dompurify": "^3.0.11",
"execall": "^3.0.0",
"fast-diff": "^1.3.0",
"fuse.js": "^7.0.0",
"html-tags": "^3.3.1",
"intl-segmenter-polyfill": "^0.4.4",
"joplin-turndown-plugin-gfm": "^1.0.12",
"katex": "0.16.9",
"katex": "0.16.10",
"marked": "^12.0.1",
"marked-highlight": "^2.1.1",
"mermaid": "10.9.0",
Expand All @@ -53,10 +53,10 @@
"prismjs": "^1.29.0",
"snabbdom": "^3.6.2",
"snabbdom-to-html": "^7.1.0",
"turndown": "^7.1.2",
"turndown": "^7.1.3",
"vega": "^5.28.0",
"vega-embed": "^6.24.0",
"vega-lite": "^5.16.3"
"vega-lite": "^5.17.0"
},
"devDependencies": {
"@laynezh/vite-plugin-lib-assets": "0.5.2",
Expand All @@ -66,21 +66,21 @@
"@types/popper.js": "^1.11.0",
"@types/prismjs": "^1.26.3",
"@types/turndown": "^5.0.4",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"commitlint": "^19.0.3",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"commitlint": "^19.2.1",
"eslint": "^8.57.0",
"husky": "9.0.11",
"jest": "^29.7.0",
"lint-staged": "^15.2.2",
"pinst": "^3.0.0",
"stylelint": "^16.2.1",
"stylelint": "^16.3.1",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-standard": "^36.0.0",
"stylelint-order": "^6.0.4",
"typescript": "^5.4.2",
"vite": "^5.1.5",
"vite-plugin-dts": "^3.7.3"
"typescript": "^5.4.3",
"vite": "^5.2.7",
"vite-plugin-dts": "^3.8.1"
}
}
Loading

0 comments on commit acd4f66

Please sign in to comment.