mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2025-07-03 18:43:26 +08:00
feat: resolve TS type (#664)
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
{
|
||||
"name": "vue-jsx-monorepo",
|
||||
"version": "1.2.0-alpha.0",
|
||||
"private": true,
|
||||
"packageManager": "pnpm@8.14.1",
|
||||
"type": "module",
|
||||
@ -17,11 +18,15 @@
|
||||
"jsx"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@babel/plugin-syntax-typescript": "^7.22.5",
|
||||
"@rollup/plugin-babel": "^6.0.4",
|
||||
"@types/babel__core": "^7.20.5",
|
||||
"@types/babel__helper-module-imports": "^7.18.0",
|
||||
"@types/babel__helper-plugin-utils": "^7.10.1",
|
||||
"@types/node": "^20.11.5",
|
||||
"@typescript-eslint/eslint-plugin": "^6.19.0",
|
||||
"@vitest/coverage-v8": "^1.2.1",
|
||||
"@vue/babel-plugin-jsx": "workspace:*",
|
||||
"bumpp": "^9.3.0",
|
||||
"eslint": "^8.56.0",
|
||||
"eslint-config-prettier": "^9.1.0",
|
||||
@ -32,6 +37,5 @@
|
||||
"typescript": "^5.3.3",
|
||||
"vite": "^5.0.12",
|
||||
"vitest": "^1.2.1"
|
||||
},
|
||||
"version": "1.1.6"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user