|
1 | 1 | {
|
2 | 2 | "name": "siyuan-plugin-publisher",
|
3 |
| - "version": "1.19.0", |
| 3 | + "version": "1.19.1", |
4 | 4 | "description": "Publish articles from Siyuan Notes to platforms such as Yuque, Notion, Cnblogs, WordPress, Typecho, Hexo, Zhihu and more",
|
5 | 5 | "repository": "terwer/siyuan-plugin-publisher",
|
6 | 6 | "homepage": "https://github.com/terwer/siyuan-plugin-publisher",
|
|
28 | 28 | "syncWidgetRepo": "python scripts/sync_widget_repo.py"
|
29 | 29 | },
|
30 | 30 | "devDependencies": {
|
31 |
| - "@halo-dev/api-client": "^2.11.0", |
| 31 | + "@halo-dev/api-client": "^2.12.0", |
32 | 32 | "@terwer/eslint-config-custom": "^1.3.6",
|
33 |
| - "@types/crypto-js": "^4.2.1", |
| 33 | + "@types/crypto-js": "^4.2.2", |
34 | 34 | "@types/katex": "^0.16.7",
|
35 | 35 | "@types/lodash": "^4.14.202",
|
36 |
| - "@types/node": "^18.19.5", |
| 36 | + "@types/node": "^18.19.17", |
37 | 37 | "@vitejs/plugin-vue": "^5.0.4",
|
38 |
| - "@vitest/coverage-v8": "^1.2.2", |
39 |
| - "@vue/test-utils": "^2.4.3", |
| 38 | + "@vitest/coverage-v8": "^1.3.0", |
| 39 | + "@vue/test-utils": "^2.4.4", |
40 | 40 | "esbuild-plugin-copy": "^2.1.1",
|
41 | 41 | "esbuild-style-plugin": "^1.6.3",
|
42 | 42 | "fast-glob": "^3.3.2",
|
|
45 | 45 | "rollup-plugin-livereload": "^2.0.5",
|
46 | 46 | "stylus": "^0.62.0",
|
47 | 47 | "typescript": "^5.3.3",
|
48 |
| - "unplugin-auto-import": "^0.17.3", |
| 48 | + "unplugin-auto-import": "^0.17.5", |
49 | 49 | "unplugin-vue-components": "^0.26.0",
|
50 | 50 | "vercel": "^33.5.1",
|
51 |
| - "vite": "^5.0.11", |
52 |
| - "vite-plugin-html": "^3.2.1", |
| 51 | + "vite": "^5.1.3", |
| 52 | + "vite-plugin-html": "^3.2.2", |
53 | 53 | "vite-plugin-node-polyfills": "^0.19.0",
|
54 |
| - "vitest": "^1.2.2", |
| 54 | + "vitest": "^1.3.0", |
55 | 55 | "vue-tsc": "^1.8.27"
|
56 | 56 | },
|
57 | 57 | "dependencies": {
|
58 | 58 | "@element-plus/icons-vue": "^2.3.1",
|
59 |
| - "@terwer/esbuild-config-custom": "^2.0.0", |
60 |
| - "@vueuse/components": "^10.7.1", |
| 59 | + "@terwer/esbuild-config-custom": "^2.2.0", |
| 60 | + "@vueuse/components": "^10.7.2", |
61 | 61 | "@vueuse/core": "^10.7.2",
|
62 | 62 | "chatgpt": "^5.2.5",
|
63 | 63 | "cheerio": "1.0.0-rc.12",
|
64 | 64 | "cross-fetch": "^3.1.8",
|
65 | 65 | "crypto-js": "^4.2.0",
|
66 | 66 | "element-plus": "^2.5.5",
|
67 | 67 | "gray-matter": "^4.0.3",
|
68 |
| - "js-base64": "^3.7.5", |
| 68 | + "js-base64": "^3.7.6", |
69 | 69 | "js-yaml": "^4.1.0",
|
70 | 70 | "katex": "^0.16.9",
|
71 | 71 | "lodash": "^4.17.21",
|
|
76 | 76 | "siyuan-plugin-picgo": "^1.4.4",
|
77 | 77 | "uuid": "^9.0.1",
|
78 | 78 | "vue": "^3.4.19",
|
79 |
| - "vue-i18n": "^9.9.0", |
| 79 | + "vue-i18n": "^9.9.1", |
80 | 80 | "vue-router": "^4.2.5",
|
81 | 81 | "xmlbuilder2": "^3.1.1",
|
82 | 82 | "zhi-blog-api": "^1.53.0",
|
|
0 commit comments