From fa7c49cf19f849defd0f2f29ff81e7aff7c8de05 Mon Sep 17 00:00:00 2001 From: Jay Wang Date: Sat, 17 Feb 2024 12:08:56 -0500 Subject: [PATCH] Update web-llm version and other dependencies Signed-off-by: Jay Wang --- package.json | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/package.json b/package.json index 6e8e486..6e221c7 100644 --- a/package.json +++ b/package.json @@ -12,20 +12,20 @@ "preview": "vite preview" }, "dependencies": { - "lit": "^3.1.1" + "lit": "^3.1.2" }, "devDependencies": { - "@floating-ui/dom": "^1.5.4", - "@mlc-ai/web-llm": "^0.2.17", - "@tiptap/core": "^2.1.16", - "@tiptap/extension-bubble-menu": "^2.1.16", - "@tiptap/extension-document": "^2.1.16", - "@tiptap/extension-highlight": "^2.1.16", - "@tiptap/extension-paragraph": "^2.1.16", - "@tiptap/extension-placeholder": "^2.1.16", - "@tiptap/extension-text": "^2.1.16", - "@tiptap/pm": "^2.1.16", - "@tiptap/starter-kit": "^2.1.16", + "@floating-ui/dom": "^1.6.3", + "@mlc-ai/web-llm": "^0.2.19", + "@tiptap/core": "^2.2.3", + "@tiptap/extension-bubble-menu": "^2.2.3", + "@tiptap/extension-document": "^2.2.3", + "@tiptap/extension-highlight": "^2.2.3", + "@tiptap/extension-paragraph": "^2.2.3", + "@tiptap/extension-placeholder": "^2.2.3", + "@tiptap/extension-text": "^2.2.3", + "@tiptap/pm": "^2.2.3", + "@tiptap/starter-kit": "^2.2.3", "@types/d3-array": "^3.2.1", "@types/d3-format": "^3.0.4", "@types/d3-random": "^3.0.3", @@ -33,15 +33,15 @@ "@types/diff": "^5.0.9", "@types/diff-match-patch": "^1.0.36", "@types/emoji-regex": "^9.2.0", - "@types/uuid": "^9.0.7", - "@typescript-eslint/eslint-plugin": "^6.19.1", + "@types/uuid": "^9.0.8", + "@typescript-eslint/eslint-plugin": "^7.0.1", "@webgpu/types": "^0.1.40", "@xiaohk/utils": "^0.0.6", "d3-array": "^3.2.4", "d3-format": "^3.1.0", "d3-random": "^3.0.1", "d3-time-format": "^4.1.0", - "diff": "^5.1.0", + "diff": "^5.2.0", "diff-match-patch": "^1.0.5", "emoji-regex": "^10.3.0", "eslint": "^8.56.0", @@ -51,12 +51,12 @@ "eslint-plugin-wc": "^2.0.4", "gh-pages": "^6.1.1", "idb-keyval": "^6.2.1", - "prettier": "^3.2.4", + "prettier": "^3.2.5", "tippy.js": "^6.3.7", "typescript": "^5.3.3", "uuid": "^9.0.1", - "vite": "^4.5.2", - "vite-plugin-dts": "^3.7.1", + "vite": "^5.1.3", + "vite-plugin-dts": "^3.7.2", "vite-plugin-web-components-hmr": "^0.1.3" } }