mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2025-07-03 18:43:26 +08:00
refactor: remove @babel/types in dependencies
This commit is contained in:
@ -23,9 +23,8 @@
|
||||
"jsx"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/helper-module-imports": "^7.8.3",
|
||||
"@babel/plugin-syntax-jsx": "^7.8.3",
|
||||
"@babel/types": "^7.9.6",
|
||||
"@babel/helper-module-imports": "^7.0.0",
|
||||
"@babel/plugin-syntax-jsx": "^7.0.0",
|
||||
"camelcase": "^6.0.0",
|
||||
"html-tags": "^3.1.0",
|
||||
"svg-tags": "^1.0.0"
|
||||
|
Reference in New Issue
Block a user