Skip to content

Commit

Permalink
Update pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
jason5ng32 committed Sep 25, 2024
1 parent 171e265 commit 7a8a888
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion frontend/components/advanced-tools/BrowserInfo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ const { t } = useI18n();
const store = useMainStore();
const isDarkMode = computed(() => store.isDarkMode);
const isMobile = computed(() => store.isMobile);
const lang = computed(() => store.lang);
const fingerprint = ref('');
const excludeOptions = ref({
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.4",
"vite": "^5.4.8",
"vite-plugin-pwa": "^0.2.1"
"vite-plugin-pwa": "^0.20.5"
}
}

0 comments on commit 7a8a888

Please sign in to comment.