Skip to content

Commit

Permalink
fix: upgrade dependencies, fix security vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
b-yp committed Oct 12, 2024
1 parent 9dfb04d commit d023efd
Show file tree
Hide file tree
Showing 2 changed files with 450 additions and 420 deletions.
17 changes: 9 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,30 +16,31 @@
"@logseq/libs": "^0.0.17",
"codemirror": "^5",
"codemirror-editor-vue3": "^2.8.0",
"dompurify": "^3.1.7",
"highlight.js": "^11.10.0",
"hotkeys-js": "^3.13.7",
"monaco-editor": "^0.52.0",
"pinia": "^2.2.2",
"pinia": "^2.2.4",
"simple-mind-map": "^0.11.2",
"vue": "^3.5.8",
"vue-i18n": "^9.14.1"
"vue": "^3.5.12",
"vue-i18n": "^10.0.4"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/npm": "^12.0.1",
"@types/node": "^22.7.2",
"@types/node": "^22.7.5",
"@vitejs/plugin-vue": "^5.1.4",
"autoprefixer": "^10.4.20",
"daisyui": "^4.12.10",
"eslint": "^9.11.1",
"daisyui": "^4.12.13",
"eslint": "^9.12.0",
"logseq-proxy": "^0.1.2",
"path": "^0.12.7",
"postcss": "^8.4.47",
"semantic-release": "^24.1.1",
"semantic-release": "^24.1.2",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.2",
"typescript": "^5.6.3",
"vite": "^5.4.8",
"vite-plugin-importer": "^0.2.5"
}
Expand Down
Loading

0 comments on commit d023efd

Please sign in to comment.