Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Trost <[email protected]>
  • Loading branch information
galexrt committed Jul 6, 2023
1 parent 1243834 commit cad3f91
Show file tree
Hide file tree
Showing 3 changed files with 459 additions and 655 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,28 +59,28 @@
"@tailwindcss/typography": "^0.5.9",
"@total-typescript/ts-reset": "^0.4.2",
"@types/google-protobuf": "^3.15.6",
"@types/node": "^20.3.3",
"@types/node": "^20.4.0",
"@types/zxcvbn": "^4.4.1",
"@unhead/vue": "^1.1.29",
"@unhead/vue": "^1.1.30",
"@vitejs/plugin-vue": "^4.2.3",
"@volar/vue-typescript": "^1.6.5",
"autoprefixer": "^10.4.14",
"eslint": "^8.44.0",
"eslint-plugin-vue": "^9.15.1",
"nuxi": "^3.6.1",
"nuxt": "^3.6.1",
"nuxt-typed-router": "^3.2.3",
"nuxi": "^3.6.2",
"nuxt": "^3.6.2",
"nuxt-typed-router": "^3.2.4",
"postcss": "^8.4.24",
"postcss-custom-properties": "^13.2.1",
"postcss-url": "^10.1.3",
"prettier": "^2.8.8",
"prettier": "^3.0.0",
"prettier-plugin-organize-imports": "^3.2.2",
"protoc-gen-js": "^3.21.2",
"sass": "^1.63.6",
"tailwindcss": "^3.3.2",
"typescript": "^5.1.6",
"vite": "^4.3.9",
"vite": "^4.4.0",
"vite-plugin-mkcert": "^1.16.0",
"vue-tsc": "^1.8.3"
"vue-tsc": "^1.8.4"
}
}
2 changes: 2 additions & 0 deletions src/pages/centrum/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ definePageMeta({
permission: 'CentrumService.Stream',
showQuickButtons: false,
});
const { $grpc } = useNuxtApp();
</script>

<template>
Expand Down
Loading

0 comments on commit cad3f91

Please sign in to comment.