@vitejs/plugin-vue-jsx
Advanced tools
Comparing version 1.1.8 to 1.2.0
@@ -0,1 +1,11 @@ | ||
# [1.2.0](https://github.com/vitejs/vite/compare/plugin-vue-jsx@1.1.8...plugin-vue-jsx@1.2.0) (2021-09-29) | ||
### Bug Fixes | ||
* **deps:** update all non-major dependencies ([#4545](https://github.com/vitejs/vite/issues/4545)) ([a44fd5d](https://github.com/vitejs/vite/commit/a44fd5d38679da0be2536103e83af730cda73a95)) | ||
* normalize internal plugin names ([#4976](https://github.com/vitejs/vite/issues/4976)) ([37f0b2f](https://github.com/vitejs/vite/commit/37f0b2fff74109d381513ed052a32b43655ee11d)) | ||
## [1.1.8](https://github.com/vitejs/vite/compare/plugin-vue-jsx@1.1.7...plugin-vue-jsx@1.1.8) (2021-09-07) | ||
@@ -2,0 +12,0 @@ |
@@ -48,3 +48,3 @@ // @ts-check | ||
return { | ||
name: 'vue-jsx', | ||
name: 'vite:vue-jsx', | ||
@@ -51,0 +51,0 @@ config(config) { |
{ | ||
"name": "@vitejs/plugin-vue-jsx", | ||
"version": "1.1.8", | ||
"version": "1.2.0", | ||
"license": "MIT", | ||
@@ -29,9 +29,9 @@ "author": "Evan You", | ||
"dependencies": { | ||
"@babel/core": "^7.14.8", | ||
"@babel/core": "^7.15.5", | ||
"@babel/plugin-syntax-import-meta": "^7.10.4", | ||
"@babel/plugin-transform-typescript": "^7.14.6", | ||
"@babel/plugin-transform-typescript": "^7.15.4", | ||
"@rollup/pluginutils": "^4.1.1", | ||
"@vue/babel-plugin-jsx": "^1.0.6", | ||
"@vue/babel-plugin-jsx": "^1.0.7", | ||
"hash-sum": "^2.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
17330