-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: updated dependencies * chore: updated ci * chore: updated code --------- Signed-off-by: Neko Ayaka <[email protected]>
- Loading branch information
1 parent
d5e87c1
commit 223757f
Showing
11 changed files
with
3,920 additions
and
3,093 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
version: "0.2" | ||
ignorePaths: [] | ||
dictionaryDefinitions: [] | ||
dictionaries: [] | ||
words: | ||
- antfu | ||
- codemirror | ||
- nolebase | ||
- Nólëbase | ||
- ofetch | ||
- tailwindcss | ||
- unocss | ||
- vueuse | ||
- Astro | ||
- Attributify | ||
- easytag | ||
- emittypes | ||
- Logseq | ||
- preflights | ||
ignoreWords: [] | ||
import: [] |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
"name": "obsidian-plugin-unocss", | ||
"type": "module", | ||
"version": "0.1.0", | ||
"packageManager": "[email protected]", | ||
"description": "A Obsidian.md plugin that allows you to generate and apply UnoCSS and Tailwind CSS supported styles right in your notes.", | ||
"author": { | ||
"name": "Nólëbase", | ||
|
@@ -31,24 +32,24 @@ | |
"lint": "eslint --cache ." | ||
}, | ||
"devDependencies": { | ||
"@antfu/eslint-config": "^2.8.2", | ||
"@codemirror/view": "^6.26.0", | ||
"@types/node": "^20.11.27", | ||
"@unocss/core": "^0.58.6", | ||
"@unocss/eslint-config": "^0.58.6", | ||
"@unocss/eslint-plugin": "^0.58.6", | ||
"@unocss/reset": "^0.58.6", | ||
"@unocss/transformer-directives": "^0.58.6", | ||
"@unocss/transformer-variant-group": "^0.58.6", | ||
"@vueuse/core": "^10.9.0", | ||
"@antfu/eslint-config": "^2.20.0", | ||
"@codemirror/view": "^6.27.0", | ||
"@types/node": "^20.14.1", | ||
"@unocss/core": "^0.58.9", | ||
"@unocss/eslint-config": "^0.58.9", | ||
"@unocss/eslint-plugin": "^0.58.9", | ||
"@unocss/reset": "^0.58.9", | ||
"@unocss/transformer-directives": "^0.58.9", | ||
"@unocss/transformer-variant-group": "^0.58.9", | ||
"@vueuse/core": "^10.10.0", | ||
"builtin-modules": "^3.3.0", | ||
"eslint": "^8.57.0", | ||
"magic-string": "^0.30.8", | ||
"magic-string": "^0.30.10", | ||
"obsidian": "^1.5.7", | ||
"ofetch": "^1.3.3", | ||
"typescript": "^5.4.2", | ||
"ofetch": "^1.3.4", | ||
"typescript": "^5.4.5", | ||
"unbuild": "^2.0.0", | ||
"unocss": "^0.58.6", | ||
"vue": "^3.4.21" | ||
"unocss": "^0.58.9", | ||
"vue": "^3.4.27" | ||
} | ||
} |
Oops, something went wrong.