|
1 | 1 | { |
2 | 2 | "name": "unplugin-vue-jsx", |
3 | 3 | "version": "0.2.2", |
4 | | - "packageManager": "pnpm@8.8.0", |
| 4 | + "packageManager": "pnpm@8.9.1", |
5 | 5 | "description": "Vue JSX plugin for both Vue 2 and 3.", |
6 | 6 | "keywords": [ |
7 | 7 | "unplugin", |
|
72 | 72 | "vue": "^2.0.0 || ^3.0.0" |
73 | 73 | }, |
74 | 74 | "dependencies": { |
75 | | - "@babel/core": "^7.23.0", |
| 75 | + "@babel/core": "^7.23.2", |
76 | 76 | "@babel/plugin-syntax-typescript": "^7.22.5", |
77 | | - "@rollup/pluginutils": "^5.0.4", |
| 77 | + "@rollup/pluginutils": "^5.0.5", |
78 | 78 | "@vue/babel-plugin-jsx": "^1.1.5", |
79 | 79 | "@vue/babel-preset-jsx": "^1.4.0", |
80 | 80 | "esbuild": "^0.19.4", |
81 | 81 | "local-pkg": "^0.5.0", |
82 | | - "magic-string": "^0.30.4", |
| 82 | + "magic-string": "^0.30.5", |
83 | 83 | "unplugin": "^1.5.0" |
84 | 84 | }, |
85 | 85 | "devDependencies": { |
86 | | - "@sxzz/eslint-config": "^3.6.1", |
| 86 | + "@sxzz/eslint-config": "^3.6.4", |
87 | 87 | "@sxzz/prettier-config": "^1.0.4", |
88 | 88 | "@types/babel__core": "^7.20.2", |
89 | | - "@types/node": "^20.8.2", |
| 89 | + "@types/node": "^20.8.6", |
90 | 90 | "bumpp": "^9.2.0", |
91 | | - "eslint": "^8.50.0", |
92 | | - "eslint-define-config": "^1.23.0", |
| 91 | + "eslint": "^8.51.0", |
| 92 | + "eslint-define-config": "^1.24.1", |
93 | 93 | "fast-glob": "^3.3.1", |
94 | 94 | "prettier": "^3.0.3", |
95 | 95 | "tsup": "^7.2.0", |
96 | 96 | "tsx": "^3.13.0", |
97 | 97 | "typescript": "^5.2.2", |
98 | | - "vite": "^4.4.10", |
| 98 | + "vite": "^4.4.11", |
99 | 99 | "vitest": "^0.34.6", |
100 | 100 | "vue": "^3.3.4" |
101 | 101 | }, |
|
0 commit comments