|
1 | 1 | { |
2 | 2 | "name": "unplugin-vue-jsx", |
3 | 3 | "version": "0.3.1", |
4 | | - "packageManager": "pnpm@8.15.5", |
| 4 | + "packageManager": "pnpm@8.15.6", |
5 | 5 | "description": "Vue JSX plugin for both Vue 2 and 3.", |
6 | 6 | "type": "commonjs", |
7 | 7 | "keywords": [ |
|
73 | 73 | "vue": "^2.0.0 || ^3.0.0" |
74 | 74 | }, |
75 | 75 | "dependencies": { |
76 | | - "@babel/core": "^7.24.3", |
| 76 | + "@babel/core": "^7.24.4", |
77 | 77 | "@babel/plugin-syntax-typescript": "^7.24.1", |
78 | 78 | "@rollup/pluginutils": "^5.1.0", |
79 | 79 | "@vue/babel-plugin-jsx": "^1.2.2", |
80 | 80 | "@vue/babel-preset-jsx": "^1.4.0", |
81 | 81 | "local-pkg": "^0.5.0", |
82 | | - "magic-string": "^0.30.8", |
83 | | - "unplugin": "^1.10.0" |
| 82 | + "magic-string": "^0.30.9", |
| 83 | + "unplugin": "^1.10.1" |
84 | 84 | }, |
85 | 85 | "devDependencies": { |
86 | | - "@sxzz/eslint-config": "^3.8.7", |
| 86 | + "@sxzz/eslint-config": "^3.9.0", |
87 | 87 | "@sxzz/prettier-config": "^2.0.1", |
88 | 88 | "@types/babel__core": "^7.20.5", |
89 | | - "@types/node": "^20.11.30", |
| 89 | + "@types/node": "^20.12.5", |
90 | 90 | "bumpp": "^9.4.0", |
91 | 91 | "eslint": "^8.57.0", |
92 | 92 | "eslint-define-config": "^1.24.1", |
93 | 93 | "fast-glob": "^3.3.2", |
94 | 94 | "prettier": "^3.2.5", |
95 | 95 | "tsup": "^8.0.2", |
96 | | - "tsx": "^4.7.1", |
97 | | - "typescript": "^5.4.2", |
98 | | - "vite": "^5.2.2", |
| 96 | + "tsx": "^4.7.2", |
| 97 | + "typescript": "^5.4.4", |
| 98 | + "vite": "^5.2.8", |
99 | 99 | "vitest": "^1.4.0", |
100 | 100 | "vue": "^3.4.21" |
101 | 101 | }, |
|
0 commit comments