@vue/babel-preset-jsx
Advanced tools
Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "@vue/babel-preset-jsx", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Babel preset for Vue JSX", | ||
@@ -10,2 +10,5 @@ "main": "dist/plugin.cjs.js", | ||
"private": false, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"files": [], | ||
@@ -17,8 +20,10 @@ "scripts": { | ||
"dependencies": { | ||
"@vue/babel-helper-vue-jsx-merge-props": "^1.2.0", | ||
"@vue/babel-plugin-transform-vue-jsx": "^1.2.0", | ||
"@vue/babel-sugar-functional-vue": "^1.2.0", | ||
"@vue/babel-sugar-inject-h": "^1.2.0", | ||
"@vue/babel-sugar-v-model": "^1.2.0", | ||
"@vue/babel-sugar-v-on": "^1.2.0" | ||
"@vue/babel-helper-vue-jsx-merge-props": "^1.2.1", | ||
"@vue/babel-plugin-transform-vue-jsx": "^1.2.1", | ||
"@vue/babel-sugar-composition-api-inject-h": "^1.2.1", | ||
"@vue/babel-sugar-composition-api-render-instance": "^1.2.1", | ||
"@vue/babel-sugar-functional-vue": "^1.2.1", | ||
"@vue/babel-sugar-inject-h": "^1.2.1", | ||
"@vue/babel-sugar-v-model": "^1.2.1", | ||
"@vue/babel-sugar-v-on": "^1.2.1" | ||
}, | ||
@@ -32,3 +37,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "a6f821f59f55f5dcb9de8850d2105ebd92e1c864" | ||
"gitHead": "ebe50c0f20b991fca6588cab93965629ffbcf64f" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3697
9
+ Added@vue/babel-sugar-composition-api-render-instance@^1.2.1
+ Added@vue/babel-sugar-composition-api-inject-h@1.4.0(transitive)
+ Added@vue/babel-sugar-composition-api-render-instance@1.4.0(transitive)
Updated@vue/babel-sugar-v-on@^1.2.1