|
1 | 1 | { |
2 | 2 | "name": "gistr", |
3 | | - "version": "1.5.0", |
| 3 | + "version": "1.6.0", |
4 | 4 | "description": "Integrate Opengist and Github gists into your notes, allowing you to create, update, and share between your notes and gist services", |
5 | 5 | "main": "main.js", |
6 | 6 | "repository": { |
|
27 | 27 | "url": "https://github.com/Aetherinox/obsidian-gistr/issues" |
28 | 28 | }, |
29 | 29 | "devDependencies": { |
| 30 | + "@codemirror/view": "^6.26.0", |
30 | 31 | "@rollup/plugin-commonjs": "^25.0.7", |
31 | 32 | "@rollup/plugin-image": "^3.0.3", |
32 | 33 | "@rollup/plugin-node-resolve": "^15.2.3", |
33 | 34 | "@rollup/plugin-terser": "^0.4.4", |
34 | 35 | "@rollup/plugin-typescript": "^11.1.6", |
| 36 | + "@types/chrome": "^0.0.263", |
35 | 37 | "@types/node": "^20.11.30", |
36 | 38 | "@types/semver": "^7.5.8", |
| 39 | + "@types/uuid": "^9.0.8", |
| 40 | + "electron": "^23.1.1", |
37 | 41 | "obsidian": "^1.0.0", |
38 | 42 | "rollup": "^3.29.3", |
39 | 43 | "rollup-plugin-define": "^1.0.1", |
40 | 44 | "rollup-plugin-license": "^3.3.1", |
| 45 | + "simple-git": "^3.23.0", |
41 | 46 | "tslib": "^2.2.0", |
42 | | - "typescript": "^4.9.5", |
43 | | - "uuid": "^9.0.1" |
| 47 | + "typescript": "^4.9.5" |
44 | 48 | }, |
45 | 49 | "overrides": { |
46 | 50 | "rollup-plugin-define": { |
|
54 | 58 | "colortranslator": "^4.1.0", |
55 | 59 | "front-matter": "^4.0.2", |
56 | 60 | "nanoid": "^5.0", |
57 | | - "semver": "^7.6.0" |
| 61 | + "semver": "^7.6.0", |
| 62 | + "uuid": "^9.0.1", |
| 63 | + "yaml": "^2.3.4" |
58 | 64 | } |
59 | 65 | } |
0 commit comments