Skip to content

Commit a23525c

Browse files
committed
chore: update deps
1 parent a11c746 commit a23525c

File tree

2 files changed

+1180
-959
lines changed

2 files changed

+1180
-959
lines changed

package.json

Lines changed: 17 additions & 17 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.7",
5-
"packageManager": "pnpm@9.5.0",
5+
"packageManager": "pnpm@9.6.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,34 +32,34 @@
3232
"prerelease": "pnpm run build:lib"
3333
},
3434
"devDependencies": {
35-
"@antfu/eslint-config": "^2.22.4",
36-
"@iconify-json/tabler": "^1.1.117",
35+
"@antfu/eslint-config": "^2.24.1",
36+
"@iconify-json/tabler": "^1.1.119",
3737
"@types/clean-css": "^4.2.11",
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",
38+
"@types/node": "^20.14.14",
39+
"@unocss/eslint-plugin": "^0.61.9",
40+
"@unocss/reset": "^0.61.9",
41+
"@vitejs/plugin-vue": "^5.1.2",
4242
"@vue/tsconfig": "^0.5.1",
4343
"@vueuse/core": "^10.11.0",
4444
"clean-css": "^5.3.3",
4545
"cropperjs": "next",
46-
"eslint": "^9.7.0",
46+
"eslint": "^9.8.0",
4747
"highlight.js": "^11.10.0",
4848
"sass": "^1.77.8",
49-
"type-fest": "^4.22.0",
50-
"typescript": "^5.5.3",
51-
"unocss": "^0.61.5",
52-
"unplugin-icons": "^0.19.0",
49+
"type-fest": "^4.23.0",
50+
"typescript": "^5.5.4",
51+
"unocss": "^0.61.9",
52+
"unplugin-icons": "^0.19.1",
5353
"unplugin-vue-components": "^0.27.3",
54-
"vite": "^5.3.4",
55-
"vue": "^3.4.32",
56-
"vue-tsc": "^2.0.26"
54+
"vite": "^5.3.5",
55+
"vue": "^3.4.36",
56+
"vue-tsc": "^2.0.29"
5757
},
5858
"pnpm": {
5959
"overrides": {
6060
"hasown": "npm:@nolyfill/hasown@^1",
61-
"isarray": "npm:@nolyfill/isarray@^1",
62-
"is-core-module": "npm:@nolyfill/is-core-module@^1"
61+
"is-core-module": "npm:@nolyfill/is-core-module@^1",
62+
"isarray": "npm:@nolyfill/isarray@^1"
6363
}
6464
}
6565
}

0 commit comments

Comments
 (0)