Skip to content

Commit

Permalink
refactor: update examples and dependences (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jocs authored Apr 20, 2024
1 parent 0c8b29e commit e6c54c7
Show file tree
Hide file tree
Showing 4 changed files with 259 additions and 244 deletions.
4 changes: 1 addition & 3 deletions examples/src/main.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import type {
TState,
} from '@muyajs/core';
import type { TState } from '@muyajs/core';
import {
CodeBlockLanguageSelector,
EmojiSelector,
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@release-it/conventional-changelog": "^8.0.1",
"@typescript-eslint/parser": "^7.5.0",
"commitlint": "^19.2.1",
"eslint": "^9.0.0",
"eslint": "^9.1.0",
"eslint-plugin-format": "^0.1.1",
"husky": "9.0.11",
"lint-staged": "^15.2.2",
Expand All @@ -55,7 +55,7 @@
"stylelint-order": "^6.0.4",
"turbo": "^1.13.2",
"typescript": "^5.4.4",
"vite": "^5.2.9",
"vite": "^5.2.10",
"vite-plugin-dts": "^3.8.1"
}
}
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"html-tags": "^3.3.1",
"joplin-turndown-plugin-gfm": "^1.0.12",
"katex": "0.16.10",
"marked": "^12.0.1",
"marked": "^12.0.2",
"marked-highlight": "^2.1.1",
"mermaid": "10.9.0",
"ot-json1": "^1.0.2",
Expand All @@ -82,7 +82,7 @@
"@types/turndown": "^5.0.4",
"@vitest/coverage-istanbul": "^1.5.0",
"typescript": "^5.4.5",
"vite": "^5.2.9",
"vite": "^5.2.10",
"vitest": "^1.5.0"
}
}
Loading

0 comments on commit e6c54c7

Please sign in to comment.