mirror of
https://gitee.com/blossom-editor/blossom.git
synced 2025-12-06 16:58:26 +08:00
chore: 更新依赖
This commit is contained in:
parent
e4043b7f22
commit
92ea3f6274
4458
blossom-editor/package-lock.json
generated
4458
blossom-editor/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -29,26 +29,26 @@
|
||||
"build:linux": "npm run build && electron-builder --linux --config"
|
||||
},
|
||||
"dependencies": {
|
||||
"@codemirror/lang-markdown": "^6.2.0",
|
||||
"@codemirror/language-data": "^6.3.1",
|
||||
"@electron-toolkit/preload": "^2.0.0",
|
||||
"@electron-toolkit/utils": "^1.0.2",
|
||||
"@codemirror/lang-markdown": "^6.2.4",
|
||||
"@codemirror/language-data": "^6.4.1",
|
||||
"@electron-toolkit/preload": "^3.0.1",
|
||||
"@electron-toolkit/utils": "^3.0.0",
|
||||
"@types/marked": "^5.0.1",
|
||||
"axios": "^1.6.8",
|
||||
"codemirror": "^6.0.1",
|
||||
"dayjs": "^1.11.10",
|
||||
"echarts": "^5.5.0",
|
||||
"electron-updater": "^5.3.0",
|
||||
"electron-updater": "^6.1.8",
|
||||
"element-plus": "^2.6.3",
|
||||
"highlight.js": "^11.8.0",
|
||||
"hotkeys-js": "^3.13.7",
|
||||
"katex": "^0.16.8",
|
||||
"katex": "^0.16.10",
|
||||
"marked": "^7.0.5",
|
||||
"marked-highlight": "^2.0.4",
|
||||
"marked-katex-extension": "^4.0.5",
|
||||
"markmap-lib": "^0.15.4",
|
||||
"markmap-view": "^0.15.4",
|
||||
"mermaid": "^10.4.0",
|
||||
"mermaid": "^10.9.0",
|
||||
"pinia": "^2.1.6",
|
||||
"prettier": "^3.2.5",
|
||||
"sass": "^1.74.1",
|
||||
@ -56,23 +56,23 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@electron-toolkit/tsconfig": "^1.0.1",
|
||||
"@electron/notarize": "^1.2.4",
|
||||
"@rushstack/eslint-patch": "^1.3.3",
|
||||
"@types/node": "^18.17.8",
|
||||
"@vitejs/plugin-vue": "^4.6.2",
|
||||
"@electron/notarize": "^2.3.0",
|
||||
"@rushstack/eslint-patch": "^1.10.1",
|
||||
"@types/node": "^18.19.29",
|
||||
"@vitejs/plugin-vue": "^5.0.4",
|
||||
"@vue/eslint-config-prettier": "^9.0.0",
|
||||
"@vue/eslint-config-typescript": "^12.0.0",
|
||||
"electron": "^24.8.0",
|
||||
"electron-builder": "^24.6.3",
|
||||
"electron-vite": "^1.0.27",
|
||||
"eslint": "^8.47.0",
|
||||
"eslint-plugin-vue": "^9.17.0",
|
||||
"rollup-plugin-visualizer": "^5.9.2",
|
||||
"typescript": "^5.1.6",
|
||||
"unplugin-auto-import": "^0.16.7",
|
||||
"unplugin-vue-components": "^0.25.1",
|
||||
"vite": "^4.5.1",
|
||||
"@vue/eslint-config-typescript": "^13.0.0",
|
||||
"electron": "^28.2.10",
|
||||
"electron-builder": "^24.13.3",
|
||||
"electron-vite": "^2.1.0",
|
||||
"eslint": "^8.57.0",
|
||||
"eslint-plugin-vue": "^9.24.0",
|
||||
"rollup-plugin-visualizer": "^5.12.0",
|
||||
"typescript": "^5.4.4",
|
||||
"unplugin-auto-import": "^0.17.5",
|
||||
"unplugin-vue-components": "^0.26.0",
|
||||
"vite": "^5.2.8",
|
||||
"vue": "^3.4.5",
|
||||
"vue-tsc": "^1.8.27"
|
||||
"vue-tsc": "^2.0.10"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user