chore(deps,deps-dev): update deps & deps-dev

This commit is contained in:
braks
2023-12-12 22:33:47 +01:00
committed by Braks
parent 04da72fbd3
commit 7ba258c53b
6 changed files with 1033 additions and 272 deletions
+11 -12
View File
@@ -11,36 +11,35 @@
"typedocs": "typedoc --options ./typedoc.json"
},
"dependencies": {
"@algolia/client-search": "^4.20.0",
"@alwaysmeticulous/recorder-loader": "^2.77.0",
"@algolia/client-search": "^4.21.1",
"@stackblitz/sdk": "^1.9.0",
"@vercel/analytics": "^1.1.0",
"@vercel/analytics": "^1.1.1",
"@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.4.1",
"@vue/repl": "3.0.0",
"blobity": "^0.2.3",
"vue": "^3.3.4",
"vue": "^3.3.11",
"web-vitals": "^3.5.0"
},
"devDependencies": {
"@iconify/json": "^2.2.125",
"@iconify/json": "^2.2.156",
"@tooling/eslint-config": "workspace:*",
"@tooling/tsconfig": "workspace:*",
"@windicss/plugin-scrollbar": "^1.2.3",
"dotenv": "^16.3.1",
"ohmyfetch": "^0.4.21",
"typedoc": "^0.25.1",
"typedoc-plugin-markdown": "^3.16.0",
"typedoc": "^0.25.4",
"typedoc-plugin-markdown": "^3.17.1",
"typedoc-plugin-merge-modules": "^5.1.0",
"unplugin-auto-import": "^0.16.6",
"unplugin-icons": "^0.17.0",
"unplugin-vue-components": "^0.25.2",
"unplugin-auto-import": "^0.17.2",
"unplugin-icons": "^0.18.1",
"unplugin-vue-components": "^0.26.0",
"vite-plugin-windicss": "^1.9.1",
"vitepress": "1.0.0-rc.20",
"vitepress": "1.0.0-rc.31",
"windicss": "^3.5.6"
}
}