chore(docs,deps): update deps (#1598)

* chore(docs,deps): update deps

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>

* chore(docs,plugins): update web vitals plugin

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>

* chore(docs): update links

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>

---------

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
Braks
2024-08-26 09:26:16 +02:00
committed by GitHub
parent f24230a010
commit 564d5931a5
17 changed files with 1196 additions and 896 deletions

View File

@@ -11,10 +11,10 @@
"typedocs": "typedoc --options ./typedoc.json"
},
"dependencies": {
"@algolia/client-search": "^4.23.3",
"@stackblitz/sdk": "^1.10.0",
"@vercel/analytics": "^1.1.2",
"@vercel/speed-insights": "^1.0.8",
"@algolia/client-search": "^5.1.1",
"@stackblitz/sdk": "^1.11.0",
"@vercel/analytics": "^1.3.1",
"@vercel/speed-insights": "^1.0.12",
"@vue-flow/background": "workspace:*",
"@vue-flow/controls": "workspace:*",
"@vue-flow/core": "workspace:*",
@@ -23,24 +23,24 @@
"@vue-flow/node-toolbar": "workspace:*",
"@vue/repl": "3.4.0",
"blobity": "^0.2.3",
"vue": "^3.3.11",
"web-vitals": "^3.5.2"
"vue": "^3.4.38",
"web-vitals": "^4.2.3"
},
"devDependencies": {
"@iconify/json": "^2.2.217",
"@iconify/json": "^2.2.241",
"@tooling/eslint-config": "workspace:*",
"@tooling/tsconfig": "workspace:*",
"@windicss/plugin-scrollbar": "^1.2.3",
"dotenv": "^16.4.5",
"ohmyfetch": "^0.4.21",
"typedoc": "^0.25.7",
"typedoc-plugin-markdown": "^3.17.1",
"typedoc-plugin-merge-modules": "^5.1.0",
"unplugin-auto-import": "^0.17.6",
"unplugin-icons": "^0.19.0",
"unplugin-vue-components": "^0.27.0",
"typedoc": "^0.26.6",
"typedoc-plugin-markdown": "^4.2.6",
"typedoc-plugin-merge-modules": "^6.0.0",
"unplugin-auto-import": "^0.18.2",
"unplugin-icons": "^0.19.2",
"unplugin-vue-components": "^0.27.4",
"vite-plugin-windicss": "^1.9.3",
"vitepress": "1.2.3",
"vitepress": "^1.3.4",
"windicss": "^3.5.6"
}
}