mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2025-07-02 01:53:28 +08:00
chore(deps): update all non-major dependencies (#694)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
This commit is contained in:
@ -23,12 +23,12 @@
|
||||
"dist"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/helper-module-imports": "^7.24.3",
|
||||
"@babel/helper-plugin-utils": "^7.22.5",
|
||||
"@babel/plugin-syntax-jsx": "^7.23.3",
|
||||
"@babel/template": "^7.23.9",
|
||||
"@babel/traverse": "^7.23.9",
|
||||
"@babel/types": "^7.23.9",
|
||||
"@babel/helper-module-imports": "^7.24.6",
|
||||
"@babel/helper-plugin-utils": "^7.24.6",
|
||||
"@babel/plugin-syntax-jsx": "^7.24.6",
|
||||
"@babel/template": "^7.24.6",
|
||||
"@babel/traverse": "^7.24.6",
|
||||
"@babel/types": "^7.24.6",
|
||||
"@vue/babel-helper-vue-transform-on": "workspace:*",
|
||||
"@vue/babel-plugin-resolve-type": "workspace:*",
|
||||
"camelcase": "^6.3.0",
|
||||
@ -36,15 +36,15 @@
|
||||
"svg-tags": "^1.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.23.9",
|
||||
"@babel/preset-env": "^7.23.9",
|
||||
"@babel/core": "^7.24.6",
|
||||
"@babel/preset-env": "^7.24.6",
|
||||
"@types/babel__template": "^7.4.4",
|
||||
"@types/babel__traverse": "^7.20.5",
|
||||
"@types/babel__traverse": "^7.20.6",
|
||||
"@types/svg-tags": "^1.0.2",
|
||||
"@vue/runtime-dom": "^3.4.15",
|
||||
"@vue/test-utils": "^2.4.4",
|
||||
"@vue/runtime-dom": "^3.4.27",
|
||||
"@vue/test-utils": "^2.4.6",
|
||||
"regenerator-runtime": "^0.14.1",
|
||||
"vue": "^3.4.15"
|
||||
"vue": "^3.4.27"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.0.0-0"
|
||||
|
@ -43,15 +43,15 @@
|
||||
"@babel/core": "^7.0.0-0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/code-frame": "^7.23.5",
|
||||
"@babel/helper-module-imports": "^7.24.3",
|
||||
"@babel/helper-plugin-utils": "^7.22.5",
|
||||
"@babel/parser": "^7.23.9",
|
||||
"@vue/compiler-sfc": "^3.4.15"
|
||||
"@babel/code-frame": "^7.24.6",
|
||||
"@babel/helper-module-imports": "^7.24.6",
|
||||
"@babel/helper-plugin-utils": "^7.24.6",
|
||||
"@babel/parser": "^7.24.6",
|
||||
"@vue/compiler-sfc": "^3.4.27"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.23.9",
|
||||
"@babel/core": "^7.24.6",
|
||||
"@types/babel__code-frame": "^7.0.6",
|
||||
"vue": "^3.4.15"
|
||||
"vue": "^3.4.27"
|
||||
}
|
||||
}
|
||||
|
@ -120,7 +120,6 @@ export default declare<SimpleTypeResolveOptions>(({ types: t }, options) => {
|
||||
comp: BabelCore.types.Function,
|
||||
options:
|
||||
| BabelCore.types.ArgumentPlaceholder
|
||||
| BabelCore.types.JSXNamespacedName
|
||||
| BabelCore.types.SpreadElement
|
||||
| BabelCore.types.Expression
|
||||
) {
|
||||
@ -153,7 +152,6 @@ export default declare<SimpleTypeResolveOptions>(({ types: t }, options) => {
|
||||
comp: BabelCore.types.Function,
|
||||
options:
|
||||
| BabelCore.types.ArgumentPlaceholder
|
||||
| BabelCore.types.JSXNamespacedName
|
||||
| BabelCore.types.SpreadElement
|
||||
| BabelCore.types.Expression
|
||||
) {
|
||||
|
@ -9,14 +9,15 @@
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.23.9",
|
||||
"@babel/core": "^7.24.6",
|
||||
"@vue/babel-plugin-jsx": "workspace:*",
|
||||
"monaco-editor": "^0.45.0",
|
||||
"vue": "^3.4.15"
|
||||
"monaco-editor": "^0.49.0",
|
||||
"vue": "^3.4.27"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vitejs/plugin-vue-jsx": "^3.1.0",
|
||||
"vite": "~5.0.13",
|
||||
"vite-plugin-monaco-editor": "^1.1.0",
|
||||
"vite-plugin-node-polyfills": "^0.19.0"
|
||||
"vite-plugin-node-polyfills": "^0.22.0"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user