Skip to content

Commit

Permalink
build: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Jazee6 committed Jun 4, 2024
1 parent 85874d8 commit 876b6f0
Show file tree
Hide file tree
Showing 2 changed files with 978 additions and 642 deletions.
21 changes: 11 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cloudflare-ai-web",
"version": "3.0.0-beta.1",
"version": "3.0.0",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -12,19 +12,20 @@
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@nuxtjs/i18n": "^8.2.0",
"@tailwindcss/typography": "^0.5.12",
"@types/markdown-it": "^13.0.7",
"nuxt": "^3.11.1",
"vue": "^3.4.21",
"vue-router": "^4.3.0"
"@nuxtjs/i18n": "^8.3.1",
"@tailwindcss/typography": "^0.5.13",
"@types/markdown-it": "^14.1.1",
"nuxt": "^3.11.2",
"vue": "^3.4.27",
"vue-router": "^4.3.2"
},
"dependencies": {
"@google/generative-ai": "^0.12.0",
"@nuxt/ui": "^2.15.0",
"dexie": "^4.0.1",
"@nuxt/ui": "^2.16.0",
"dexie": "^4.0.7",
"eventsource-parser": "^1.1.2",
"highlight.js": "^11.9.0",
"markdown-it": "^14.1.0"
}
},
"packageManager": "pnpm@9.1.4+sha512.9df9cf27c91715646c7d675d1c9c8e41f6fce88246f1318c1aa6a1ed1aeb3c4f032fcdf4ba63cc69c4fe6d634279176b5358727d8f2cc1e65b65f43ce2f8bfb0"
}
Loading

0 comments on commit 876b6f0

Please sign in to comment.