Skip to content

Commit c35d859

Browse files
committed
chore: housekeeping
1 parent fed6bbc commit c35d859

File tree

2 files changed

+611
-524
lines changed

2 files changed

+611
-524
lines changed

package.json

Lines changed: 21 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,21 @@
22
"name": "vue-modern-cropper",
33
"type": "module",
44
"version": "0.2.11",
5-
"packageManager": "pnpm@9.6.0",
5+
"packageManager": "pnpm@9.8.0",
66
"description": "Power-packed wrapper over cropperjs@next",
77
"author": "NamesMT <dangquoctrung123@gmail.com>",
88
"homepage": "https://github.com/NamesMT/vue-modern-cropper",
99
"repository": {
1010
"type": "git",
1111
"url": "git+https://github.com/NamesMT/vue-modern-cropper.git"
1212
},
13+
"keywords": [
14+
"vue",
15+
"cropper",
16+
"cropperjs",
17+
"image",
18+
"avatar"
19+
],
1320
"exports": {
1421
".": {
1522
"types": "./dist/index.d.ts",
@@ -40,26 +47,26 @@
4047
}
4148
},
4249
"devDependencies": {
43-
"@antfu/eslint-config": "^2.24.1",
44-
"@iconify-json/tabler": "^1.1.119",
50+
"@antfu/eslint-config": "^2.27.1",
51+
"@iconify-json/tabler": "^1.1.120",
4552
"@types/clean-css": "^4.2.11",
46-
"@types/node": "^20.14.14",
47-
"@unocss/eslint-plugin": "^0.61.9",
48-
"@unocss/reset": "^0.61.9",
53+
"@types/node": "^20.16.1",
54+
"@unocss/eslint-plugin": "^0.62.2",
55+
"@unocss/reset": "^0.62.2",
4956
"@vitejs/plugin-vue": "^5.1.2",
5057
"@vue/tsconfig": "^0.5.1",
51-
"@vueuse/core": "^10.11.0",
58+
"@vueuse/core": "^11.0.1",
5259
"clean-css": "^5.3.3",
53-
"eslint": "^9.8.0",
60+
"eslint": "^9.9.1",
5461
"highlight.js": "^11.10.0",
5562
"sass": "^1.77.8",
56-
"type-fest": "^4.23.0",
63+
"type-fest": "^4.25.0",
5764
"typescript": "^5.5.4",
58-
"unocss": "^0.61.9",
59-
"unplugin-icons": "^0.19.1",
60-
"unplugin-vue-components": "^0.27.3",
61-
"vite": "^5.3.5",
62-
"vue": "^3.4.36",
65+
"unocss": "^0.62.2",
66+
"unplugin-icons": "^0.19.2",
67+
"unplugin-vue-components": "^0.27.4",
68+
"vite": "^5.4.2",
69+
"vue": "^3.4.38",
6370
"vue-tsc": "^2.0.29"
6471
},
6572
"pnpm": {

0 commit comments

Comments
 (0)