diff --git a/package.json b/package.json index 2c1b7ed6..3c2b58f2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ej2-vue-samples", - "version": "32.1.19", + "version": "34.1.29", "description": "Examples of Vue UI Components", "keywords": [], "dependencies": { @@ -41,12 +41,11 @@ "@syncfusion/ej2-vue-multicolumn-combobox": "*", "@syncfusion/ej2-vue-interactive-chat": "*", "@syncfusion/ej2-vue-blockeditor": "*", - "@xenova/transformers": "^2.17.2", - "form-data": "^4.0.0", - "openai": "^4.57.3", - "vue": "3.5.10", - "vue-router": "4.2.4", - "@codemirror/lang-html": "^6.0.0" + "@xenova/transformers": "^2.6.0", + "openai": "4.57.3", + "turndown": "^7.1.1", + "turndown-plugin-gfm": "^1.0.2", + "vue-router": "4.2.4" }, "devDependencies": { "@microsoft/signalr": "7.0.11", @@ -78,4 +77,4 @@ "build": "node --max_old_space_size=8192 node_modules/@vue/cli-service/bin/vue-cli-service.js build", "build-watch": "vue-cli-service build" } -} \ No newline at end of file +}