chore: upgrade jsx to alpha.6
parent
a0e637da9c
commit
36bec7eb5a
|
@ -58,10 +58,9 @@
|
|||
"vue-template-compiler": ">=2.6.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@ant-design-vue/babel-plugin-jsx": "1.0.0-alpha.4",
|
||||
"@ant-design-vue/babel-plugin-jsx": "^1.0.0-alpha.6",
|
||||
"@babel/cli": "^7.8.4",
|
||||
"@babel/core": "^7.9.6",
|
||||
"@babel/runtime": "^7.10.1",
|
||||
"@babel/plugin-proposal-class-properties": "^7.8.3",
|
||||
"@babel/plugin-proposal-export-default-from": "^7.8.3",
|
||||
"@babel/plugin-proposal-object-rest-spread": "^7.9.6",
|
||||
|
@ -72,6 +71,7 @@
|
|||
"@babel/plugin-transform-template-literals": "^7.8.3",
|
||||
"@babel/polyfill": "^7.8.7",
|
||||
"@babel/preset-env": "^7.9.6",
|
||||
"@babel/runtime": "^7.10.1",
|
||||
"@commitlint/cli": "^8.0.0",
|
||||
"@commitlint/config-conventional": "^8.0.0",
|
||||
"@octokit/rest": "^16.0.0",
|
||||
|
|
Loading…
Reference in New Issue