diff --git a/packages/hoppscotch-embed/package.json b/packages/hoppscotch-embed/package.json index cd17daf40..706e93db8 100644 --- a/packages/hoppscotch-embed/package.json +++ b/packages/hoppscotch-embed/package.json @@ -18,7 +18,7 @@ "@vueuse/core": "^7.1.2", "@vueuse/head": "^0.7.2", "nprogress": "^0.2.0", - "pinia": "^2.0.4", + "pinia": "^2.0.5", "vue": "^3.2.23", "vue-demi": "^0.12.1", "vue-i18n": "^9.1.9", @@ -40,14 +40,14 @@ "https-localhost": "^4.7.0", "pnpm": "^6.23.2", "typescript": "^4.5.2", - "unplugin-auto-import": "^0.4.20", - "unplugin-icons": "^0.12.20", + "unplugin-auto-import": "^0.5.1", + "unplugin-icons": "^0.12.22", "unplugin-vue-components": "^0.17.2", "vite": "^2.6.14", "vite-plugin-inspect": "^0.3.11", "vite-plugin-md": "^0.11.4", "vite-plugin-pages": "^0.19.0-beta.6", - "vite-plugin-pwa": "^0.11.7", + "vite-plugin-pwa": "^0.11.9", "vite-plugin-vue-layouts": "^0.5.0", "vite-plugin-windicss": "^1.5.3", "vite-ssg": "^0.16.2", diff --git a/packages/hoppscotch-embed/src/components/Footer.vue b/packages/hoppscotch-embed/src/components/Footer.vue index d43919af4..0191d7b36 100644 --- a/packages/hoppscotch-embed/src/components/Footer.vue +++ b/packages/hoppscotch-embed/src/components/Footer.vue @@ -11,26 +11,26 @@ const toggleLocales = () => { diff --git a/packages/hoppscotch-embed/src/layouts/404.vue b/packages/hoppscotch-embed/src/layouts/404.vue index 2f7d1d468..28d41ae60 100644 --- a/packages/hoppscotch-embed/src/layouts/404.vue +++ b/packages/hoppscotch-embed/src/layouts/404.vue @@ -4,7 +4,7 @@ const { t } = useI18n()