Skip to content

Commit a784a56

Browse files
committed
chore: update deps
1 parent 0a92390 commit a784a56

File tree

2 files changed

+818
-641
lines changed

2 files changed

+818
-641
lines changed

package.json

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vue-modern-cropper",
33
"type": "module",
44
"version": "1.6.9",
5-
"packageManager": "pnpm@10.5.2",
5+
"packageManager": "pnpm@10.6.5",
66
"description": "Power-packed wrapper over cropperjs@next",
77
"author": "NamesMT <dangquoctrung123@gmail.com>",
88
"homepage": "https://github.com/NamesMT/vue-modern-cropper",
@@ -47,33 +47,31 @@
4747
}
4848
},
4949
"devDependencies": {
50-
"@antfu/eslint-config": "^4.3.0",
51-
"@iconify-json/tabler": "^1.2.16",
50+
"@antfu/eslint-config": "^4.11.0",
51+
"@iconify-json/tabler": "^1.2.17",
5252
"@types/clean-css": "^4.2.11",
53-
"@types/node": "^20.17.22",
53+
"@types/node": "^20.17.27",
5454
"@unocss/eslint-plugin": "^66.0.0",
5555
"@unocss/reset": "^66.0.0",
56-
"@vitejs/plugin-vue": "^5.2.1",
56+
"@vitejs/plugin-vue": "^5.2.3",
5757
"@vue/tsconfig": "^0.7.0",
58-
"@vueuse/core": "^12.7.0",
58+
"@vueuse/core": "^13.0.0",
5959
"clean-css": "^5.3.3",
60-
"eslint": "^9.21.0",
60+
"eslint": "^9.23.0",
6161
"highlight.js": "^11.11.1",
62-
"sass": "^1.85.1",
63-
"type-fest": "^4.36.0",
62+
"sass": "^1.86.0",
63+
"type-fest": "^4.38.0",
6464
"typescript": "^5.8.2",
6565
"unocss": "^66.0.0",
6666
"unplugin-icons": "^22.1.0",
6767
"unplugin-vue-components": "^28.4.1",
68-
"vite": "^6.2.0",
68+
"vite": "^6.2.3",
6969
"vue": "^3.5.13",
7070
"vue-tsc": "^2.2.8"
7171
},
7272
"pnpm": {
7373
"overrides": {
74-
"hasown": "npm:@nolyfill/hasown@^1.0.29",
75-
"is-core-module": "npm:@nolyfill/is-core-module@^1.0.39",
76-
"isarray": "npm:@nolyfill/isarray@^1.0.29"
74+
"is-core-module": "npm:@nolyfill/is-core-module@^1"
7775
},
7876
"onlyBuiltDependencies": [
7977
"@parcel/watcher",

0 commit comments

Comments
 (0)