Skip to content

Commit 2bacb99

Browse files
committed
chore: update
1 parent 44aca09 commit 2bacb99

5 files changed

Lines changed: 1464 additions & 1500 deletions

File tree

.github/copilot-instructions.md

Lines changed: 0 additions & 91 deletions
This file was deleted.

.github/workflows/autofix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
- run: pnpm install --frozen-lockfile
2424
- run: pnpm run lint --fix
2525

26-
- uses: autofix-ci/action@v1.3.2
26+
- uses: autofix-ci/action@v1.3.4
2727
with:
2828
commit-message: 'chore: autofix by ci'

package.json

Lines changed: 24 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"version": "0.0.4",
55
"private": true,
6-
"packageManager": "pnpm@10.33.0",
6+
"packageManager": "pnpm@11.7.0",
77
"description": "An offline tool help user to add CSS based filter to image and save it.",
88
"repository": "ntnyq/filter-now",
99
"scripts": {
@@ -21,50 +21,51 @@
2121
"zip:firefox": "wxt zip -b firefox"
2222
},
2323
"dependencies": {
24-
"@ntnyq/utils": "^0.12.1",
25-
"@shikijs/core": "^4.0.2",
26-
"@shikijs/engine-javascript": "^4.0.2",
27-
"@shikijs/langs": "^4.0.2",
28-
"@shikijs/themes": "^4.0.2",
24+
"@lucide/vue": "^1.18.0",
25+
"@ntnyq/utils": "^0.15.0",
26+
"@shikijs/core": "^4.2.0",
27+
"@shikijs/engine-javascript": "^4.2.0",
28+
"@shikijs/langs": "^4.2.0",
29+
"@shikijs/themes": "^4.2.0",
2930
"@tanstack/vue-table": "^8.21.3",
30-
"@unocss/reset": "^66.6.8",
31-
"@vueuse/core": "^14.2.1",
31+
"@unocss/reset": "^66.7.2",
32+
"@vueuse/core": "^14.3.0",
3233
"class-variance-authority": "^0.7.1",
3334
"clsx": "^2.1.1",
3435
"html2canvas": "^1.4.1",
3536
"lucide-vue-next": "^1.0.0",
3637
"pinia": "^3.0.4",
37-
"reka-ui": "^2.9.6",
38-
"tailwind-merge": "^3.5.0",
38+
"reka-ui": "^2.9.10",
39+
"tailwind-merge": "^3.6.0",
3940
"uncase": "^0.2.0",
40-
"vue": "^3.5.32",
41-
"vue-router": "^5.0.4",
41+
"vue": "^3.5.38",
42+
"vue-router": "^5.1.0",
4243
"vue-sonner": "^2.0.9"
4344
},
4445
"devDependencies": {
4546
"@iconify-json/radix-icons": "^1.2.6",
4647
"@iconify-json/ri": "^1.2.10",
47-
"@ntnyq/eslint-config": "^6.0.1",
48+
"@ntnyq/eslint-config": "^6.1.5",
4849
"@ntnyq/prettier-config": "^3.0.1",
49-
"@vitejs/plugin-vue": "^6.0.6",
50+
"@vitejs/plugin-vue": "^6.0.7",
5051
"@wxt-dev/auto-icons": "^1.1.1",
5152
"@wxt-dev/module-vue": "^1.0.3",
5253
"@wxt-dev/unocss": "^1.0.1",
53-
"bumpp": "^11.0.1",
54-
"eslint": "^10.2.1",
54+
"bumpp": "^11.1.0",
55+
"eslint": "^10.5.0",
5556
"husky": "^9.1.7",
5657
"nano-staged": "^1.0.2",
57-
"npm-run-all2": "^9.0.1",
58-
"prettier": "^3.8.3",
58+
"npm-run-all2": "^9.0.2",
59+
"prettier": "^3.8.4",
5960
"typescript": "^6.0.3",
60-
"unocss": "^66.6.8",
61+
"unocss": "^66.7.2",
6162
"unocss-preset-animations": "^1.3.0",
6263
"unocss-preset-shadcn": "^1.0.1",
6364
"unplugin-icons": "^23.0.1",
64-
"unplugin-vue-components": "^32.0.0",
65-
"vite": "^8.0.8",
66-
"vue-tsc": "^3.2.6",
67-
"wxt": "^0.20.24"
65+
"unplugin-vue-components": "^32.1.0",
66+
"vite": "^8.0.16",
67+
"vue-tsc": "^3.3.5",
68+
"wxt": "^0.20.26"
6869
},
6970
"nano-staged": {
7071
"*.{js,ts,cjs,mjs,vue,md,yml,yaml,toml,json}": "eslint --fix",

0 commit comments

Comments
 (0)