Skip to content

Commit

Permalink
Update web-llm version and other dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Jay Wang <[email protected]>
  • Loading branch information
xiaohk committed Feb 17, 2024
1 parent d77b410 commit fa7c49c
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,36 +12,36 @@
"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",
"@types/d3-time-format": "^4.0.3",
"@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",
Expand All @@ -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"
}
}

0 comments on commit fa7c49c

Please sign in to comment.