nuxt-community / nuxt-property-decorator

Property decorators for Nuxt (base on vue-property-decorator)
https://github.com/kaorun343/vue-property-decorator
MIT License
400 stars 34 forks source link

feat(deps): updates vue-property-decorator #44

Closed sobolevn closed 5 years ago

sobolevn commented 5 years ago

Closes #42

What have I done?

  1. Removed direct reflect-metadata dependency, it is bundled with new version of vue-property-decorator
  2. Upgraded vue-property-decorator to the new version
  3. Fixed security vulnerabilities with npm audit fix

Feedback:

  1. Since CONTRIBUTING.md is missing it is not clear to me which package manager to use, so I used a default one. Please, improve this and remove one of the unused file (created an issue https://github.com/nuxt-community/nuxt-property-decorator/issues/43)