Skip to content

Commit

Permalink
Fix web-llm version
Browse files Browse the repository at this point in the history
Signed-off-by: Jay Wang <[email protected]>
  • Loading branch information
xiaohk committed Apr 8, 2024
1 parent b5570a1 commit bfb8d13
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@
},
"devDependencies": {
"@floating-ui/dom": "^1.6.3",
"@mlc-ai/web-llm": "^0.2.29",
"@tiptap/core": "^2.2.4",
"@tiptap/extension-bubble-menu": "^2.2.4",
"@tiptap/extension-document": "^2.2.4",
"@tiptap/extension-highlight": "^2.2.4",
"@tiptap/extension-paragraph": "^2.2.4",
"@tiptap/extension-placeholder": "^2.2.4",
"@tiptap/extension-text": "^2.2.4",
"@tiptap/pm": "^2.2.4",
"@tiptap/starter-kit": "^2.2.4",
"@mlc-ai/web-llm": "0.2.29",
"@tiptap/core": "^2.2.6",
"@tiptap/extension-bubble-menu": "^2.2.6",
"@tiptap/extension-document": "^2.2.6",
"@tiptap/extension-highlight": "^2.2.6",
"@tiptap/extension-paragraph": "^2.2.6",
"@tiptap/extension-placeholder": "^2.2.6",
"@tiptap/extension-text": "^2.2.6",
"@tiptap/pm": "^2.2.6",
"@tiptap/starter-kit": "^2.2.6",
"@types/d3-array": "^3.2.1",
"@types/d3-format": "^3.0.4",
"@types/d3-random": "^3.0.3",
Expand All @@ -34,7 +34,7 @@
"@types/diff-match-patch": "^1.0.36",
"@types/emoji-regex": "^9.2.0",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@webgpu/types": "^0.1.40",
"@xiaohk/utils": "^0.0.6",
"d3-array": "^3.2.4",
Expand All @@ -44,7 +44,7 @@
"diff": "^5.2.0",
"diff-match-patch": "^1.0.5",
"emoji-regex": "^10.3.0",
"eslint": "^8.57.0",
"eslint": "^9.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-lit": "^1.11.0",
"eslint-plugin-prettier": "^5.1.3",
Expand All @@ -53,9 +53,9 @@
"idb-keyval": "^6.2.1",
"prettier": "^3.2.5",
"tippy.js": "^6.3.7",
"typescript": "^5.4.3",
"typescript": "^5.4.4",
"uuid": "^9.0.1",
"vite": "^5.2.6",
"vite": "^5.2.8",
"vite-plugin-dts": "^3.8.1",
"vite-plugin-web-components-hmr": "^0.1.3"
}
Expand Down

0 comments on commit bfb8d13

Please sign in to comment.