chore(docs): update deps

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2023-04-20 21:17:23 +02:00
committed by Braks
parent 5e4225d0b6
commit a639777cb7
5 changed files with 239 additions and 190 deletions

View File

@@ -11,40 +11,40 @@
"typedocs": "typedoc --options ./typedoc.json"
},
"dependencies": {
"@algolia/client-search": "^4.14.3",
"@algolia/client-search": "^4.17.0",
"@animxyz/core": "^0.6.6",
"@animxyz/vue3": "^0.6.7",
"@stackblitz/sdk": "^1.8.2",
"@vercel/analytics": "^0.1.10",
"@stackblitz/sdk": "^1.9.0",
"@vercel/analytics": "^1.0.0",
"@vue-flow/background": "workspace:*",
"@vue-flow/controls": "workspace:*",
"@vue-flow/core": "workspace:*",
"@vue-flow/minimap": "workspace:*",
"@vue-flow/node-resizer": "workspace:*",
"@vue-flow/node-toolbar": "workspace:*",
"@vue/repl": "1.3.2",
"@vue/repl": "1.4.0",
"blobity": "^0.2.3",
"canvas-confetti": "^1.6.0",
"vue": "^3.2.37",
"web-vitals": "^3.1.1"
"vue": "3.2.47",
"web-vitals": "^3.3.1"
},
"devDependencies": {
"@iconify/json": "^2.1.95",
"@types/canvas-confetti": "^1.6.0",
"@iconify/json": "^2.2.52",
"@tooling/eslint-config": "workspace:*",
"@tooling/tsconfig": "workspace:*",
"@types/canvas-confetti": "^1.6.0",
"@vitejs/plugin-vue": "^4.1.0",
"@windicss/plugin-scrollbar": "^1.2.3",
"dotenv": "^16.0.3",
"ohmyfetch": "^0.4.21",
"typedoc": "^0.23.25",
"typedoc-plugin-markdown": "^3.14.0",
"typedoc": "^0.24.4",
"typedoc-plugin-markdown": "^3.15.1",
"typedoc-plugin-merge-modules": "^4.0.1",
"unplugin-auto-import": "^0.14.4",
"unplugin-icons": "^0.14.13",
"unplugin-vue-components": "^0.22.9",
"unplugin-icons": "^0.16.1",
"unplugin-vue-components": "^0.24.1",
"vite-plugin-windicss": "^1.8.10",
"vite": "^2.9.15",
"vitepress": "1.0.0-alpha.4",
"vitepress": "1.0.0-alpha.73",
"windicss": "^3.5.6"
}
}