Skip to content

Commit

Permalink
build: update dependences
Browse files Browse the repository at this point in the history
  • Loading branch information
Jocs committed Jan 14, 2024
1 parent 64ad0ce commit 0d76482
Show file tree
Hide file tree
Showing 2 changed files with 470 additions and 396 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,16 @@
"homepage": "https://github.com/marktext/muya#readme",
"dependencies": {
"@marktext/file-icons": "^1.0.4",
"dompurify": "^3.0.6",
"dompurify": "^3.0.8",
"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",
"marked": "^11.1.0",
"marked-highlight": "^2.0.9",
"marked": "^11.1.1",
"marked-highlight": "^2.1.0",
"mermaid": "10.6.1",
"ot-json1": "^1.0.2",
"ot-text-unicode": "^4.0.0",
Expand All @@ -54,8 +54,8 @@
"snabbdom": "^3.5.1",
"snabbdom-to-html": "^7.1.0",
"turndown": "^7.1.2",
"vega": "^5.26.1",
"vega-embed": "^6.23.0",
"vega": "^5.27.0",
"vega-embed": "^6.24.0",
"vega-lite": "^5.16.3"
},
"devDependencies": {
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": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"commitlint": "^18.4.3",
"eslint": "^8.55.0",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"commitlint": "^18.4.4",
"eslint": "^8.56.0",
"husky": "8.0.3",
"jest": "^29.7.0",
"lint-staged": "^15.2.0",
"pinst": "^3.0.0",
"stylelint": "^16.0.2",
"stylelint": "^16.1.0",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-standard": "^35.0.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-order": "^6.0.4",
"typescript": "^5.3.3",
"vite": "^5.0.8",
"vite-plugin-dts": "^3.6.4"
"vite": "^5.0.11",
"vite-plugin-dts": "^3.7.0"
}
}
Loading

0 comments on commit 0d76482

Please sign in to comment.