|
1 | 1 | {
|
2 | 2 | "name": "unplugin-vue",
|
3 | 3 | "version": "6.0.0",
|
4 |
| - "packageManager": "pnpm@10.2.1", |
| 4 | + "packageManager": "pnpm@10.4.1", |
5 | 5 | "description": "Transform Vue 3 SFC to JavaScript.",
|
6 | 6 | "type": "module",
|
7 | 7 | "keywords": [
|
|
64 | 64 | "dependencies": {
|
65 | 65 | "@vue/reactivity": "^3.5.13",
|
66 | 66 | "debug": "^4.4.0",
|
67 |
| - "unplugin": "^2.1.2", |
68 |
| - "vite": "^6.1.0" |
| 67 | + "unplugin": "^2.2.0", |
| 68 | + "vite": "^6.1.1" |
69 | 69 | },
|
70 | 70 | "devDependencies": {
|
71 |
| - "@babel/types": "^7.26.8", |
| 71 | + "@babel/types": "^7.26.9", |
72 | 72 | "@jridgewell/gen-mapping": "^0.3.8",
|
73 | 73 | "@jridgewell/trace-mapping": "^0.3.25",
|
74 |
| - "@sxzz/eslint-config": "^5.0.1", |
75 |
| - "@sxzz/prettier-config": "^2.1.2", |
| 74 | + "@sxzz/eslint-config": "^5.1.1", |
| 75 | + "@sxzz/prettier-config": "^2.2.0", |
76 | 76 | "@sxzz/test-utils": "^0.5.1",
|
77 | 77 | "@types/debug": "^4.1.12",
|
78 |
| - "@types/node": "^22.13.1", |
| 78 | + "@types/node": "^22.13.5", |
79 | 79 | "@vitejs/plugin-vue": "^5.2.1",
|
80 |
| - "@vitest/ui": "^3.0.5", |
81 |
| - "bumpp": "^10.0.2", |
| 80 | + "@vitest/ui": "^3.0.6", |
| 81 | + "bumpp": "^10.0.3", |
82 | 82 | "esbuild": "^0.25.0",
|
83 |
| - "eslint": "^9.20.0", |
| 83 | + "eslint": "^9.21.0", |
84 | 84 | "fast-glob": "^3.3.3",
|
85 | 85 | "rimraf": "^6.0.1",
|
86 |
| - "rollup": "^4.34.6", |
| 86 | + "rollup": "^4.34.8", |
87 | 87 | "slash": "^5.1.0",
|
88 | 88 | "source-map-js": "^1.2.1",
|
89 |
| - "tsdown": "^0.5.9", |
| 89 | + "tsdown": "^0.6.0", |
90 | 90 | "typescript": "^5.7.3",
|
91 | 91 | "unplugin-oxc": "https://pkg.pr.new/unplugin/unplugin-oxc@61c8ffd",
|
92 |
| - "vitest": "^3.0.5", |
93 |
| - "webpack": "^5.97.1" |
| 92 | + "vitest": "^3.0.6", |
| 93 | + "webpack": "^5.98.0" |
94 | 94 | },
|
95 | 95 | "engines": {
|
96 | 96 | "node": ">=18.0.0"
|
|
0 commit comments