mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2026-05-09 21:14:07 +08:00
chore: migrate tsdown config
This commit is contained in:
@@ -21,9 +21,6 @@
|
||||
},
|
||||
"./package.json": "./package.json"
|
||||
},
|
||||
"main": "./dist/index.js",
|
||||
"module": "./dist/index.js",
|
||||
"types": "./dist/index.d.ts",
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
@@ -42,23 +39,23 @@
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/helper-module-imports": "^7.28.6",
|
||||
"@babel/helper-plugin-utils": "^7.28.6",
|
||||
"@babel/plugin-syntax-jsx": "^7.28.6",
|
||||
"@babel/template": "^7.28.6",
|
||||
"@babel/traverse": "^7.29.0",
|
||||
"@babel/types": "^7.29.0",
|
||||
"@babel/helper-module-imports": "catalog:",
|
||||
"@babel/helper-plugin-utils": "catalog:",
|
||||
"@babel/plugin-syntax-jsx": "catalog:",
|
||||
"@babel/template": "catalog:",
|
||||
"@babel/traverse": "catalog:",
|
||||
"@babel/types": "catalog:",
|
||||
"@vue/babel-helper-vue-transform-on": "workspace:*",
|
||||
"@vue/babel-plugin-resolve-type": "workspace:*",
|
||||
"@vue/shared": "^3.5.33"
|
||||
"@vue/shared": "catalog:"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.29.0",
|
||||
"@babel/preset-env": "^7.29.3",
|
||||
"@types/babel__template": "^7.4.4",
|
||||
"@types/babel__traverse": "^7.28.0",
|
||||
"@vue/test-utils": "^2.4.10",
|
||||
"regenerator-runtime": "^0.14.1",
|
||||
"@babel/core": "catalog:",
|
||||
"@babel/preset-env": "catalog:",
|
||||
"@types/babel__template": "catalog:",
|
||||
"@types/babel__traverse": "catalog:",
|
||||
"@vue/test-utils": "catalog:",
|
||||
"regenerator-runtime": "catalog:",
|
||||
"vue": "catalog:"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -22,9 +22,6 @@
|
||||
},
|
||||
"./package.json": "./package.json"
|
||||
},
|
||||
"main": "./dist/index.js",
|
||||
"module": "./dist/index.js",
|
||||
"types": "./dist/index.d.ts",
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
@@ -38,15 +35,15 @@
|
||||
"@babel/core": "^7.0.0-0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/code-frame": "^7.29.0",
|
||||
"@babel/helper-module-imports": "^7.28.6",
|
||||
"@babel/helper-plugin-utils": "^7.28.6",
|
||||
"@babel/parser": "^7.29.3",
|
||||
"@vue/compiler-sfc": "^3.5.33"
|
||||
"@babel/code-frame": "catalog:",
|
||||
"@babel/helper-module-imports": "catalog:",
|
||||
"@babel/helper-plugin-utils": "catalog:",
|
||||
"@babel/parser": "catalog:",
|
||||
"@vue/compiler-sfc": "catalog:"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.29.0",
|
||||
"@types/babel__code-frame": "^7.27.0",
|
||||
"@babel/core": "catalog:",
|
||||
"@types/babel__code-frame": "catalog:",
|
||||
"vue": "catalog:"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,15 +9,15 @@
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/standalone": "^7.29.3",
|
||||
"@babel/standalone": "catalog:",
|
||||
"@vue/babel-plugin-jsx": "workspace:*",
|
||||
"assert": "^2.1.0",
|
||||
"monaco-editor": "^0.55.1",
|
||||
"assert": "catalog:",
|
||||
"monaco-editor": "catalog:",
|
||||
"vue": "catalog:"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/babel__standalone": "^7.1.9",
|
||||
"@vitejs/plugin-vue-jsx": "^5.1.5",
|
||||
"vite": "^8.0.10"
|
||||
"@types/babel__standalone": "catalog:",
|
||||
"@vitejs/plugin-vue-jsx": "catalog:",
|
||||
"vite": "catalog:"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user