1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-26 07:13:41 +01:00

Bump vue-meta from 2.1.0 to 2.2.0 (#90)

Bumps [vue-meta](https://github.com/nuxt/vue-meta) from 2.1.0 to 2.2.0.
- [Release notes](https://github.com/nuxt/vue-meta/releases)
- [Changelog](https://github.com/nuxt/vue-meta/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nuxt/vue-meta/compare/v2.1.0...v2.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2019-08-01 20:45:55 -07:00
committed by Amir Raminfar
parent fe14cd184a
commit d8eda3384b
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -10572,9 +10572,9 @@
}
},
"vue-meta": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/vue-meta/-/vue-meta-2.1.0.tgz",
"integrity": "sha512-6jktu1SHrz31YT5/AuzFB6al/RLghgMpOECA6yJZnzzwZ/16biQ4OBig6O2Uq4J6gFEHrqdFxmCdfYoyRt8TiQ==",
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/vue-meta/-/vue-meta-2.2.0.tgz",
"integrity": "sha512-LgpZzgiYv2mU9O3+XGFBdR91Vzm7+9agjAz8JdKQZwQ0NKta9KHSa3hFy0F6LwGyNTWf4bLTuhZ+Uqn1fPiWNA==",
"requires": {
"deepmerge": "^4.0.0"
}

View File

@@ -28,7 +28,7 @@
"bulma": "^0.7.5",
"date-fns": "^2.0.0-beta.3",
"vue": "^2.6.10",
"vue-meta": "^2.1.0",
"vue-meta": "^2.2.0",
"vue-router": "^3.0.7"
},
"devDependencies": {