vue-inbrowser-compiler
Advanced tools
Comparing version 3.13.10 to 3.14.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [3.14.0](https://github.com/vue-styleguidist/vue-styleguidist/compare/v3.13.10...v3.14.0) (2019-06-05) | ||
### Bug Fixes | ||
* bring back last version of acorn ([1f7ee42](https://github.com/vue-styleguidist/vue-styleguidist/commit/1f7ee42)) | ||
## [3.13.10](https://github.com/vue-styleguidist/vue-styleguidist/compare/v3.13.9...v3.13.10) (2019-06-04) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "vue-inbrowser-compiler", | ||
"version": "3.13.10", | ||
"version": "3.14.0", | ||
"description": "compile vue single file components right in your browser", | ||
@@ -19,3 +19,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"acorn": "^5.7.3", | ||
"acorn": "^6.1.1", | ||
"buble": "^0.19.7", | ||
@@ -30,3 +30,3 @@ "vue-template-compiler": "^2.6.10", | ||
"license": "MIT", | ||
"gitHead": "a6393e296e3f0e4451e7a32a34b3d4fbef30fc97" | ||
"gitHead": "7bb0fc1db73cff16393df384e91c01e1bc3139f4" | ||
} |
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
34058
- Removedacorn@5.7.48.14.0(transitive)
Updatedacorn@^6.1.1