Skip to content

Commit 8c8de34

Browse files
author
Trung
committed
chore: update deps
1 parent 68fc4e8 commit 8c8de34

File tree

2 files changed

+1428
-1276
lines changed

2 files changed

+1428
-1276
lines changed

package.json

Lines changed: 21 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vue-modern-cropper",
33
"type": "module",
44
"version": "0.2.5",
5-
"packageManager": "pnpm@9.1.2",
5+
"packageManager": "pnpm@9.5.0",
66
"description": "Power-packed wrapper over cropperjs@next",
77
"author": "NamesMT <dangquoctrung123@gmail.com>",
88
"homepage": "https://github.com/NamesMT/vue-modern-cropper",
@@ -32,33 +32,34 @@
3232
"prerelease": "pnpm run build:lib"
3333
},
3434
"devDependencies": {
35-
"@antfu/eslint-config": "^2.18.1",
36-
"@iconify-json/tabler": "^1.1.113",
35+
"@antfu/eslint-config": "^2.22.4",
36+
"@iconify-json/tabler": "^1.1.117",
3737
"@types/clean-css": "^4.2.11",
38-
"@types/node": "^20.12.12",
39-
"@unocss/eslint-plugin": "^0.60.3",
40-
"@unocss/reset": "^0.60.3",
41-
"@vitejs/plugin-vue": "^5.0.4",
38+
"@types/node": "^20.14.11",
39+
"@unocss/eslint-plugin": "^0.61.5",
40+
"@unocss/reset": "^0.61.5",
41+
"@vitejs/plugin-vue": "^5.0.5",
4242
"@vue/tsconfig": "^0.5.1",
43-
"@vueuse/core": "^10.9.0",
43+
"@vueuse/core": "^10.11.0",
4444
"clean-css": "^5.3.3",
4545
"cropperjs": "next",
46-
"eslint": "^9.3.0",
47-
"highlight.js": "^11.9.0",
48-
"sass": "^1.77.2",
49-
"type-fest": "^4.18.3",
50-
"typescript": "^5.4.5",
51-
"unocss": "^0.60.3",
46+
"eslint": "^9.7.0",
47+
"highlight.js": "^11.10.0",
48+
"sass": "^1.77.8",
49+
"type-fest": "^4.22.0",
50+
"typescript": "^5.5.3",
51+
"unocss": "^0.61.5",
5252
"unplugin-icons": "^0.19.0",
53-
"unplugin-vue-components": "^0.27.0",
54-
"vite": "^5.2.11",
55-
"vue": "^3.4.27",
56-
"vue-tsc": "^1.8.27"
53+
"unplugin-vue-components": "^0.27.3",
54+
"vite": "^5.3.4",
55+
"vue": "^3.4.32",
56+
"vue-tsc": "^2.0.26"
5757
},
5858
"pnpm": {
5959
"overrides": {
60-
"hasown": "npm:@nolyfill/hasown@latest",
61-
"isarray": "npm:@nolyfill/isarray@latest"
60+
"hasown": "npm:@nolyfill/hasown@^1",
61+
"isarray": "npm:@nolyfill/isarray@^1",
62+
"is-core-module": "npm:@nolyfill/is-core-module@^1"
6263
}
6364
}
6465
}

0 commit comments

Comments
 (0)