Skip to content

Commit

Permalink
chore: updated deps
Browse files Browse the repository at this point in the history
Signed-off-by: Neko Ayaka <[email protected]>
  • Loading branch information
nekomeowww committed Jul 10, 2024
1 parent b3c18c6 commit b1a4434
Show file tree
Hide file tree
Showing 4 changed files with 395 additions and 405 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: pnpm/action-setup@v4
with:
run_install: false
version: '9.1.4'
version: '9.5.0'

- name: Obtain pnpm store directory
shell: bash
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
uses: pnpm/action-setup@v4
with:
run_install: false
version: '9.1.4'
version: '9.5.0'

- name: Obtain pnpm store directory
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: pnpm/action-setup@v4
with:
run_install: false
version: '9.1.4'
version: '9.5.0'

- name: Obtain pnpm store directory
shell: bash
Expand Down
14 changes: 6 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "obsidian-plugin-unocss",
"type": "module",
"version": "0.3.0",
"packageManager": "pnpm@9.1.4",
"packageManager": "pnpm@9.5.0",
"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",
Expand Down Expand Up @@ -32,24 +32,22 @@
"lint": "eslint --cache ."
},
"devDependencies": {
"@antfu/eslint-config": "^2.20.0",
"@codemirror/view": "^6.27.0",
"@types/node": "^20.14.1",
"@antfu/eslint-config": "^2.22.0",
"@codemirror/view": "^6.28.4",
"@types/node": "^20.14.10",
"@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.10",
"obsidian": "^1.5.7",
"ofetch": "^1.3.4",
"typescript": "^5.4.5",
"typescript": "^5.5.3",
"unbuild": "^2.0.0",
"unocss": "^0.58.9",
"vue": "^3.4.27"
"unocss": "^0.58.9"
}
}
Loading

0 comments on commit b1a4434

Please sign in to comment.