Skip to content

Commit 75e5c82

Browse files
committed
feat: resolve type
1 parent 5e33e0b commit 75e5c82

File tree

17 files changed

+967
-172
lines changed

17 files changed

+967
-172
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "vue-jsx-monorepo",
3+
"version": "1.2.0-alpha.0",
34
"private": true,
45
"packageManager": "[email protected]",
56
"scripts": {
@@ -16,6 +17,7 @@
1617
"jsx"
1718
],
1819
"devDependencies": {
20+
"@babel/plugin-syntax-typescript": "^7.22.5",
1921
"@rollup/plugin-babel": "^6.0.3",
2022
"@types/babel__core": "^7.20.2",
2123
"@types/node": "^20.7.0",
@@ -31,6 +33,5 @@
3133
"typescript": "^5.2.2",
3234
"vite": "^4.4.9",
3335
"vitest": "^0.34.5"
34-
},
35-
"version": "1.1.5"
36+
}
3637
}

packages/babel-helper-vue-transform-on/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/babel-helper-vue-transform-on",
3-
"version": "1.1.5",
3+
"version": "1.2.0-alpha.0",
44
"description": "to help transform on",
55
"author": "Amour1688 <[email protected]>",
66
"license": "MIT",

packages/babel-plugin-jsx/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/babel-plugin-jsx",
3-
"version": "1.1.5",
3+
"version": "1.2.0-alpha.0",
44
"description": "Babel plugin for Vue 3 JSX",
55
"author": "Amour1688 <[email protected]>",
66
"homepage": "https://github.com/vuejs/babel-plugin-jsx/tree/dev/packages/babel-plugin-jsx#readme",
@@ -24,18 +24,21 @@
2424
],
2525
"dependencies": {
2626
"@babel/helper-module-imports": "^7.22.15",
27+
"@babel/helper-plugin-utils": "^7.22.5",
2728
"@babel/plugin-syntax-jsx": "^7.22.5",
2829
"@babel/template": "^7.22.15",
2930
"@babel/traverse": "^7.23.0",
3031
"@babel/types": "^7.23.0",
31-
"@vue/babel-helper-vue-transform-on": "workspace:^",
32+
"@vue/babel-helper-vue-transform-on": "workspace:*",
33+
"@vue/babel-plugin-resolve-type": "workspace:*",
3234
"camelcase": "^6.3.0",
3335
"html-tags": "^3.3.1",
3436
"svg-tags": "^1.0.0"
3537
},
3638
"devDependencies": {
3739
"@babel/core": "^7.23.0",
3840
"@babel/preset-env": "^7.22.20",
41+
"@types/babel__helper-plugin-utils": "^7.10.1",
3942
"@types/babel__template": "^7.4.2",
4043
"@types/babel__traverse": "^7.20.2",
4144
"@types/svg-tags": "^1.0.0",

0 commit comments

Comments
 (0)