|
1 | 1 | { |
2 | 2 | "name": "unplugin-vue-jsx", |
3 | 3 | "version": "0.6.1", |
4 | | - "packageManager": "pnpm@10.13.1", |
| 4 | + "packageManager": "pnpm@10.14.0", |
5 | 5 | "description": "Vue JSX plugin for both Vue 2 and 3.", |
6 | 6 | "type": "module", |
7 | 7 | "keywords": [ |
|
65 | 65 | "dependencies": { |
66 | 66 | "@babel/core": "^7.28.0", |
67 | 67 | "@babel/plugin-syntax-typescript": "^7.27.1", |
68 | | - "@vue/babel-plugin-jsx": "^1.4.0", |
| 68 | + "@vue/babel-plugin-jsx": "^1.5.0", |
69 | 69 | "@vue/babel-preset-jsx": "^1.4.0", |
70 | 70 | "local-pkg": "^1.1.1", |
71 | 71 | "magic-string": "^0.30.17", |
72 | 72 | "unplugin": "^2.3.5", |
73 | | - "unplugin-utils": "^0.2.4" |
| 73 | + "unplugin-utils": "^0.2.5" |
74 | 74 | }, |
75 | 75 | "devDependencies": { |
76 | | - "@sxzz/eslint-config": "^7.0.6", |
| 76 | + "@sxzz/eslint-config": "^7.1.2", |
77 | 77 | "@sxzz/prettier-config": "^2.2.3", |
78 | 78 | "@types/babel__core": "^7.20.5", |
79 | | - "@types/node": "^22.16.5", |
80 | | - "bumpp": "^10.2.0", |
81 | | - "eslint": "^9.32.0", |
| 79 | + "@types/node": "^22.17.1", |
| 80 | + "bumpp": "^10.2.2", |
| 81 | + "eslint": "^9.33.0", |
82 | 82 | "prettier": "^3.6.2", |
83 | | - "tsdown": "^0.13.0", |
| 83 | + "tsdown": "^0.14.0", |
84 | 84 | "tsx": "^4.20.3", |
85 | | - "typescript": "^5.8.3", |
86 | | - "vite": "^7.0.6", |
| 85 | + "typescript": "^5.9.2", |
| 86 | + "vite": "^7.1.1", |
87 | 87 | "vitest": "^3.2.4", |
88 | 88 | "vue": "^3.5.18" |
89 | 89 | }, |
|
0 commit comments