chore: update dependencies
Deploy / build (push) Failing after 2m37s
Deploy / deploy (push) Has been skipped

This commit is contained in:
2026-05-01 23:02:11 +02:00
parent 85783efb81
commit 2639c87576
2 changed files with 10 additions and 10 deletions
+4 -4
View File
@@ -3,7 +3,7 @@
"version": "1.9.1",
"private": true,
"type": "module",
"repository": "https://github.com/klemek/md-blog",
"repository": "https://git.klemek.fr/klemek/md-blog",
"scripts": {
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" -- && run-p post-build",
@@ -17,10 +17,10 @@
"format": "prettier --write src/ *.ts *.json"
},
"dependencies": {
"@keithclark/shaderview": "git+https://github.com/keithclark/shaderview",
"@keithclark/shaderview": "https://github.com/keithclark/shaderview/archive/refs/tags/1.2.0.tar.gz",
"highlight.js": "^11.11.1",
"katex": "^0.16.45",
"lucide": "^1.11.0",
"lucide": "^1.14.0",
"mermaid": "^11.14.0",
"vue": "^3.5.33",
"vue-router": "^5.0.6"
@@ -31,7 +31,7 @@
"@vitejs/plugin-vue": "^6.0.6",
"@vue/eslint-config-typescript": "^14.7.0",
"@vue/tsconfig": "^0.9.1",
"eslint": "^10.2.1",
"eslint": "^10.3.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-oxlint": "~1.60.0",
"eslint-plugin-vue": "~10.8.0",