|
1 | 1 | {
|
2 | 2 | "name": "unplugin-macros",
|
3 | 3 | "version": "0.13.3",
|
4 |
| - "packageManager": "pnpm@9.7.1", |
| 4 | + "packageManager": "pnpm@9.10.0", |
5 | 5 | "description": "Macros for bundlers.",
|
6 | 6 | "type": "module",
|
7 | 7 | "keywords": [
|
|
80 | 80 | "@rollup/pluginutils": "^5.1.0",
|
81 | 81 | "ast-kit": "^1.1.0",
|
82 | 82 | "magic-string-ast": "^0.6.2",
|
83 |
| - "unplugin": "^1.12.2", |
84 |
| - "vite": "^5.4.1", |
| 83 | + "unplugin": "^1.14.0", |
| 84 | + "vite": "^5.4.3", |
85 | 85 | "vite-node": "^2.0.5"
|
86 | 86 | },
|
87 | 87 | "devDependencies": {
|
88 | 88 | "@babel/eslint-parser": "^7.25.1",
|
89 |
| - "@babel/types": "^7.25.2", |
90 |
| - "@sxzz/eslint-config": "^4.1.0", |
| 89 | + "@babel/types": "^7.25.6", |
| 90 | + "@sxzz/eslint-config": "^4.2.0", |
91 | 91 | "@sxzz/prettier-config": "^2.0.2",
|
92 | 92 | "@types/dedent": "^0.7.2",
|
93 |
| - "@types/node": "^20.16.0", |
94 |
| - "@vue-macros/test-utils": "^1.6.0", |
95 |
| - "bumpp": "^9.5.1", |
| 93 | + "@types/node": "^20.16.5", |
| 94 | + "@vue-macros/test-utils": "^1.6.2", |
| 95 | + "bumpp": "^9.5.2", |
96 | 96 | "dedent": "^1.5.3",
|
97 |
| - "eslint": "^9.9.0", |
| 97 | + "eslint": "^9.10.0", |
98 | 98 | "fast-glob": "^3.3.2",
|
99 | 99 | "prettier": "^3.3.3",
|
100 |
| - "rollup": "^4.21.0", |
| 100 | + "rollup": "^4.21.2", |
101 | 101 | "tsup": "^8.2.4",
|
102 |
| - "tsx": "^4.17.0", |
103 |
| - "typescript": "^5.5.4", |
| 102 | + "tsx": "^4.19.0", |
| 103 | + "typescript": "^5.6.2", |
104 | 104 | "vitest": "^2.0.5",
|
105 |
| - "vue": "^3.4.38" |
| 105 | + "vue": "^3.5.4" |
106 | 106 | },
|
107 | 107 | "engines": {
|
108 | 108 | "node": ">=18.12.0"
|
|
0 commit comments