Skip to content

Commit

Permalink
refactor: update denpendences
Browse files Browse the repository at this point in the history
  • Loading branch information
Jocs committed Oct 26, 2023
1 parent 52d0919 commit c5d49d7
Show file tree
Hide file tree
Showing 2 changed files with 386 additions and 445 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@
"dompurify": "^3.0.6",
"execall": "^3.0.0",
"fast-diff": "^1.3.0",
"fuse.js": "^6.6.2",
"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": "^9.1.1",
"marked": "^9.1.2",
"marked-highlight": "^2.0.6",
"mermaid": "10.5.0",
"mermaid": "10.6.0",
"ot-json1": "^1.0.2",
"ot-text-unicode": "^4.0.0",
"plantuml-encoder": "^1.4.0",
Expand All @@ -60,27 +60,27 @@
},
"devDependencies": {
"@laynezh/vite-plugin-lib-assets": "0.5.2",
"@types/dompurify": "^3.0.3",
"@types/katex": "^0.16.3",
"@types/plantuml-encoder": "^1.4.0",
"@types/dompurify": "^3.0.4",
"@types/katex": "^0.16.5",
"@types/plantuml-encoder": "^1.4.1",
"@types/popper.js": "^1.11.0",
"@types/prismjs": "^1.26.1",
"@types/turndown": "^5.0.2",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"commitlint": "^17.7.2",
"eslint": "^8.51.0",
"@types/prismjs": "^1.26.2",
"@types/turndown": "^5.0.3",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"commitlint": "^18.2.0",
"eslint": "^8.52.0",
"husky": "8.0.3",
"jest": "^29.7.0",
"lint-staged": "^14.0.1",
"lint-staged": "^15.0.2",
"pinst": "^3.0.0",
"stylelint": "^15.10.3",
"stylelint": "^15.11.0",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-standard": "^34.0.0",
"stylelint-order": "^6.0.3",
"typescript": "^5.2.2",
"vite": "^4.4.11",
"vite-plugin-dts": "^3.6.0"
"vite": "^4.5.0",
"vite-plugin-dts": "^3.6.1"
}
}
Loading

0 comments on commit c5d49d7

Please sign in to comment.