From 79a9e6bfd9f9ac6151ec02741c908272cc16469c Mon Sep 17 00:00:00 2001 From: Theo Ephraim Date: Mon, 18 Dec 2023 16:06:29 -0800 Subject: [PATCH] chore(web,auth-portal) update vue and vite related dependencies --- app/auth-portal/package.json | 14 +- app/auth-portal/src/App.vue | 3 +- .../src/pages/tutorial/TutorialPage.vue | 2 +- app/auth-portal/vite.config.ts | 12 +- app/web/package.json | 12 +- lib/eslint-config/package.json | 4 +- lib/vue-lib/package.json | 8 +- lib/vue-lib/src/pinia/pinia_hooks_plugin.ts | 3 + pnpm-lock.yaml | 1286 ++++++----------- 9 files changed, 480 insertions(+), 864 deletions(-) diff --git a/app/auth-portal/package.json b/app/auth-portal/package.json index 4c0e265372..cb13260421 100644 --- a/app/auth-portal/package.json +++ b/app/auth-portal/package.json @@ -26,25 +26,25 @@ "less": "^4.1.3", "local-storage-fallback": "^4.1.2", "lodash-es": "^4.17.21", - "pinia": "^2.1.3", + "pinia": "^2.1.7", "posthog-js": "^1.76.0", - "vite-ssg": "^0.22.1", - "vue": "^3.3.4", - "vue-router": "^4.1.6" + "vite-ssg": "^0.23.5", + "vue": "^3.3.12", + "vue-router": "^4.2.5" }, "devDependencies": { "@si/eslint-config": "workspace:*", "@si/tsconfig": "workspace:*", "@types/lodash-es": "^4.17.12", "@types/node": "^18.15.11", - "@vitejs/plugin-vue": "^4.0.0", + "@vitejs/plugin-vue": "^4.5.2", "eslint": "^8.36.0", "netlify-cli": "^13.2.2", "rollup-plugin-visualizer": "^5.9.0", "typescript": "^4.9.5", "unplugin-icons": "^0.17.1", - "vite": "^4.1.4", - "vite-plugin-checker": "^0.5.6", + "vite": "^5.0.10", + "vite-plugin-checker": "^0.6.2", "vite-plugin-markdown": "^2.2.0-2", "vite-svg-loader": "^3.4.0", "vue-tsc": "^1.1.7" diff --git a/app/auth-portal/src/App.vue b/app/auth-portal/src/App.vue index daec6f33fa..5298a1811d 100644 --- a/app/auth-portal/src/App.vue +++ b/app/auth-portal/src/App.vue @@ -103,7 +103,7 @@ variant="transparent" tone="shade" @mousedown.prevent - @click.prevent="profileMenuRef?.open" + @click.prevent="profileMenuRef?.open || _.noop" >
Hi {{ authStore.bestUserLabel }}!