|
2 | 2 | "name": "vue-modern-cropper", |
3 | 3 | "type": "module", |
4 | 4 | "version": "0.2.5", |
5 | | - "packageManager": "pnpm@9.1.2", |
| 5 | + "packageManager": "pnpm@9.5.0", |
6 | 6 | "description": "Power-packed wrapper over cropperjs@next", |
7 | 7 | "author": "NamesMT <dangquoctrung123@gmail.com>", |
8 | 8 | "homepage": "https://github.com/NamesMT/vue-modern-cropper", |
|
32 | 32 | "prerelease": "pnpm run build:lib" |
33 | 33 | }, |
34 | 34 | "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", |
37 | 37 | "@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", |
42 | 42 | "@vue/tsconfig": "^0.5.1", |
43 | | - "@vueuse/core": "^10.9.0", |
| 43 | + "@vueuse/core": "^10.11.0", |
44 | 44 | "clean-css": "^5.3.3", |
45 | 45 | "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", |
52 | 52 | "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" |
57 | 57 | }, |
58 | 58 | "pnpm": { |
59 | 59 | "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" |
62 | 63 | } |
63 | 64 | } |
64 | 65 | } |
0 commit comments