mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2025-07-02 10:03:25 +08:00
chore: upgrade deps
This commit is contained in:
@ -26,15 +26,15 @@
|
||||
"@babel/helper-module-imports": "^7.22.15",
|
||||
"@babel/plugin-syntax-jsx": "^7.22.5",
|
||||
"@babel/template": "^7.22.15",
|
||||
"@babel/traverse": "^7.22.20",
|
||||
"@babel/types": "^7.22.19",
|
||||
"@babel/traverse": "^7.23.0",
|
||||
"@babel/types": "^7.23.0",
|
||||
"@vue/babel-helper-vue-transform-on": "workspace:^",
|
||||
"camelcase": "^6.3.0",
|
||||
"html-tags": "^3.3.1",
|
||||
"svg-tags": "^1.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.22.20",
|
||||
"@babel/core": "^7.23.0",
|
||||
"@babel/preset-env": "^7.22.20",
|
||||
"@types/babel__template": "^7.4.2",
|
||||
"@types/babel__traverse": "^7.20.2",
|
||||
|
@ -8,7 +8,7 @@
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.22.20",
|
||||
"@babel/core": "^7.23.0",
|
||||
"@vue/babel-plugin-jsx": "workspace:*",
|
||||
"monaco-editor": "^0.43.0",
|
||||
"vue": "^3.3.4"
|
||||
|
Reference in New Issue
Block a user