From cf7906e851003edccabe589a4076f177bf7f5d59 Mon Sep 17 00:00:00 2001 From: kotaindah55 Date: Thu, 20 Mar 2025 16:55:25 +0200 Subject: [PATCH] chore: bump version to 2.0.6 --- manifest.json | 2 +- package.json | 50 +++++++++++++++++++------------------------------- versions.json | 3 ++- 3 files changed, 22 insertions(+), 33 deletions(-) diff --git a/manifest.json b/manifest.json index 96db7a3..5d91803 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "extended-markdown-syntax", "name": "Extended Markdown Syntax", - "version": "2.0.5", + "version": "2.0.6", "minAppVersion": "1.7.4", "description": "Extend your Markdown syntax using delimiters instead of HTML tags, such as underlining, superscript, subscript, highlighting, and spoiler.", "author": "Kotaindah55 (Sheva Ihza)", diff --git a/package.json b/package.json index 661c275..bc59a19 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "extended-markdown-syntax", - "version": "2.0.5", + "version": "2.0.6", "description": "Extend your Markdown syntax using delimiters instead of HTML tags, such as underlining, superscript, subscript, highlighting, and spoiler.", "main": "main.js", "scripts": { @@ -12,44 +12,32 @@ "author": "kotaindah55", "license": "GPL-3.0-only", "dependencies": { - "@codemirror/collab": "^6.1.1", - "@codemirror/language": "^6.10.2", - "@codemirror/merge": "^6.6.7", - "@codemirror/search": "^6.5.6", - "@codemirror/state": "^6.4.1", - "@codemirror/view": "^6.34.0", - "@lezer/common": "^1.2.1", - "@types/node": "^22.13.1", - "@types/sortablejs": "^1.15.8", - "@typescript-eslint/eslint-plugin": "^8.23.0", - "@typescript-eslint/parser": "^8.23.0", - "builtin-modules": "^5.0.0", - "bun": "^1.2.2", - "codemirror": "^6.0.1", - "esbuild": "^0.24.0", - "eslint": "^9.19.0", - "jsdom": "^26.0.0", - "lucide": "^0.303.0", - "lucide-static": "^0.309.0", - "obsidian": "latest", - "punycode": "^2.3.1", - "redirecter": "^0.0.1", - "rollup": "^4.34.1", - "tslib": "^2.8.1", - "typescript": "^5.7.3", + "@codemirror/language": "^6.11.0", + "@codemirror/search": "^6.5.10", + "@codemirror/state": "^6.5.2", + "@codemirror/view": "^6.36.4", + "@lezer/common": "^1.2.3", "sortablejs": "^1.15.6" }, "devDependencies": { + "@codemirror/language": "^6.11.0", + "@codemirror/search": "^6.5.10", + "@codemirror/state": "^6.5.2", + "@codemirror/view": "^6.36.4", + "@lezer/common": "^1.2.3", "@types/node": "^22.13.1", "@types/sortablejs": "^1.15.8", - "@typescript-eslint/eslint-plugin": "^8.23.0", - "@typescript-eslint/parser": "^8.23.0", - "builtin-modules": "^4.0.0", - "esbuild": "^0.24.0", + "@typescript-eslint/eslint-plugin": "^8.26.1", + "@typescript-eslint/parser": "^8.26.1", + "builtin-modules": "^5.0.0", + "codemirror": "^6.0.1", + "esbuild": "^0.25.0", + "lucide": "^0.483.0", + "lucide-static": "^0.483.0", "obsidian": "latest", "obsidian-typings": "^2.2.0", "tslib": "2.8.1", - "typescript": "5.7.3", + "typescript": "5.8.2", "sortablejs": "^1.15.6" } } \ No newline at end of file diff --git a/versions.json b/versions.json index f9b5f72..876283d 100644 --- a/versions.json +++ b/versions.json @@ -5,5 +5,6 @@ "2.0.2": "1.7.4", "2.0.3": "1.7.4", "2.0.4": "1.7.4", - "2.0.5": "1.7.4" + "2.0.5": "1.7.4", + "2.0.6": "1.7.4" } \ No newline at end of file