|
1 | 1 | {
|
2 | 2 | "name": "unplugin-vue",
|
3 | 3 | "version": "5.0.5",
|
4 |
| - "packageManager": "pnpm@9.6.0", |
| 4 | + "packageManager": "pnpm@9.7.1", |
5 | 5 | "description": "Transform Vue 3 SFC to JavaScript.",
|
6 | 6 | "type": "module",
|
7 | 7 | "keywords": [
|
|
86 | 86 | "vue": "^3.2.25"
|
87 | 87 | },
|
88 | 88 | "dependencies": {
|
89 |
| - "@vue/reactivity": "^3.4.34", |
90 |
| - "debug": "^4.3.5", |
91 |
| - "unplugin": "~1.12.0", |
92 |
| - "vite": "^5.3.4" |
| 89 | + "@vue/reactivity": "^3.4.37", |
| 90 | + "debug": "^4.3.6", |
| 91 | + "unplugin": "~1.12.1", |
| 92 | + "vite": "^5.4.0" |
93 | 93 | },
|
94 | 94 | "devDependencies": {
|
95 |
| - "@babel/types": "^7.24.9", |
| 95 | + "@babel/types": "^7.25.2", |
96 | 96 | "@jridgewell/gen-mapping": "^0.3.5",
|
97 | 97 | "@jridgewell/trace-mapping": "^0.3.25",
|
98 |
| - "@sxzz/eslint-config": "^3.15.1", |
| 98 | + "@sxzz/eslint-config": "^3.17.0", |
99 | 99 | "@sxzz/prettier-config": "^2.0.2",
|
100 | 100 | "@sxzz/test-utils": "^0.2.1",
|
101 | 101 | "@types/debug": "^4.1.12",
|
102 |
| - "@types/node": "^20.14.12", |
103 |
| - "@vitejs/plugin-vue": "5.1.0", |
104 |
| - "@vitest/ui": "2.0.4", |
105 |
| - "bumpp": "^9.4.1", |
| 102 | + "@types/node": "^20.14.15", |
| 103 | + "@vitejs/plugin-vue": "5.1.2", |
| 104 | + "@vitest/ui": "2.0.5", |
| 105 | + "bumpp": "^9.5.1", |
106 | 106 | "esbuild": "0.23.0",
|
107 |
| - "eslint": "^9.7.0", |
| 107 | + "eslint": "^9.9.0", |
108 | 108 | "fast-glob": "^3.3.2",
|
109 | 109 | "rimraf": "^6.0.1",
|
110 |
| - "rollup": "^4.19.0", |
| 110 | + "rollup": "^4.20.0", |
111 | 111 | "rollup-plugin-esbuild": "^6.1.1",
|
112 | 112 | "slash": "^5.1.0",
|
113 | 113 | "source-map-js": "^1.2.0",
|
114 |
| - "tsup": "^8.2.3", |
| 114 | + "tsup": "^8.2.4", |
115 | 115 | "typescript": "^5.5.4",
|
116 |
| - "vitest": "2.0.4", |
| 116 | + "vitest": "2.0.5", |
117 | 117 | "webpack": "^5.93.0"
|
118 | 118 | },
|
119 | 119 | "engines": {
|
|
0 commit comments