@vitejs/plugin-vue-jsx
Advanced tools
Comparing version 2.0.0-beta.0 to 2.0.0
{ | ||
"name": "@vitejs/plugin-vue-jsx", | ||
"version": "2.0.0-beta.0", | ||
"version": "2.0.0", | ||
"license": "MIT", | ||
@@ -22,3 +22,3 @@ "author": "Evan You", | ||
"build": "unbuild && pnpm run patch-cjs", | ||
"patch-cjs": "esno ../../scripts/patchCJS.ts", | ||
"patch-cjs": "tsx ../../scripts/patchCJS.ts", | ||
"prepublishOnly": "npm run build" | ||
@@ -39,5 +39,5 @@ }, | ||
"dependencies": { | ||
"@babel/core": "^7.18.5", | ||
"@babel/core": "^7.18.6", | ||
"@babel/plugin-syntax-import-meta": "^7.10.4", | ||
"@babel/plugin-transform-typescript": "^7.18.4", | ||
"@babel/plugin-transform-typescript": "^7.18.8", | ||
"@vue/babel-plugin-jsx": "^1.1.1" | ||
@@ -49,5 +49,5 @@ }, | ||
"peerDependencies": { | ||
"vite": "^3.0.0-alpha", | ||
"vite": "^3.0.0", | ||
"vue": "^3.0.0" | ||
} | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
19004