Skip to content

Commit cd119ef

Browse files
committed
chore: update deps and remove unused
1 parent 241972b commit cd119ef

8 files changed

Lines changed: 1291 additions & 1408 deletions

File tree

components/LocaleSelect.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<script lang="ts" setup>
2-
import { LanguagesIcon } from 'lucide-vue-next'
2+
import { LanguagesIcon } from '@lucide/vue'
33
44
const modelValue = defineModel<string>()
55
</script>

components/PopupHeader.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<script lang="ts" setup>
2-
import { ArrowLeftRightIcon } from 'lucide-vue-next'
2+
import { ArrowLeftRightIcon } from '@lucide/vue'
33
44
defineProps<{
55
title: string

components/ui/native-select/NativeSelect.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import type { AcceptableValue } from 'reka-ui'
33
import type { HTMLAttributes } from 'vue'
44
import { reactiveOmit, useVModel } from '@vueuse/core'
5-
import { ChevronDownIcon } from 'lucide-vue-next'
5+
import { ChevronDownIcon } from '@lucide/vue'
66
import { cn } from '~/utils'
77
88
defineOptions({

components/ui/spinner/Spinner.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<script setup lang="ts">
22
import type { HTMLAttributes } from 'vue'
3-
import { Loader2Icon } from 'lucide-vue-next'
3+
import { Loader2Icon } from '@lucide/vue'
44
import { cn } from '~/utils'
55
66
const props = defineProps<{

entrypoints/popup/pages/SearchPage.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<script lang="ts" setup>
2-
import { SearchIcon } from 'lucide-vue-next'
2+
import { SearchIcon } from '@lucide/vue'
33
import laptop from '~/assets/laptop.svg'
44
import laptop2 from '~/assets/laptop_2.svg'
55
import laptop3 from '~/assets/laptop_3.svg'

package.json

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -16,32 +16,31 @@
1616
"prepare": "vp config"
1717
},
1818
"dependencies": {
19-
"@unocss/reset": "^66.6.8",
20-
"@vueuse/core": "^14.2.1",
19+
"@lucide/vue": "^1.17.0",
20+
"@unocss/reset": "^66.7.0",
21+
"@vueuse/core": "^14.3.0",
2122
"class-variance-authority": "^0.7.1",
2223
"clsx": "^2.1.1",
23-
"lucide-vue-next": "^1.0.0",
24-
"radix-vue": "^1.9.17",
2524
"reka-ui": "^2.9.6",
26-
"tailwind-merge": "^3.5.0",
27-
"vue": "^3.5.29",
28-
"vue-i18n": "^11.4.0"
25+
"tailwind-merge": "^3.6.0",
26+
"vue": "^3.5.35",
27+
"vue-i18n": "^11.4.4"
2928
},
3029
"devDependencies": {
3130
"@intlify/unplugin-vue-i18n": "^11.1.2",
32-
"@unocss/preset-wind3": "^66.6.8",
33-
"@unocss/transformer-directives": "^66.6.8",
31+
"@unocss/preset-wind3": "^66.7.0",
32+
"@unocss/transformer-directives": "^66.7.0",
3433
"@wxt-dev/auto-icons": "^1.1.1",
3534
"@wxt-dev/module-vue": "^1.0.3",
36-
"shadcn-vue": "^2.6.2",
35+
"shadcn-vue": "^2.7.3",
3736
"typescript": "^5.9.3",
38-
"unocss": "^66.6.8",
37+
"unocss": "^66.7.0",
3938
"unocss-preset-animations": "^1.3.0",
4039
"unocss-preset-shadcn": "^1.0.1",
4140
"unplugin-vue-components": "^32.0.0",
4241
"vite-plus": "catalog:",
43-
"vue-tsc": "^3.2.5",
42+
"vue-tsc": "^3.2.7",
4443
"wxt": "^0.20.26"
4544
},
46-
"packageManager": "pnpm@10.33.2"
45+
"packageManager": "pnpm@11.4.0"
4746
}

pnpm-lock.yaml

Lines changed: 1272 additions & 1390 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ catalog:
77
vite: npm:@voidzero-dev/vite-plus-core@latest
88
vite-plus: latest
99
vitest: npm:@voidzero-dev/vite-plus-test@latest
10+
minimumReleaseAgeExclude:
11+
- '@lucide/vue@1.17.0'
1012
overrides:
1113
vite: 'catalog:'
1214
vitest: 'catalog:'

0 commit comments

Comments
 (0)