fix(examples): Ugrade vue-property-decorator in typescript examples (#4767)

This commit is contained in:
Kevin Marrec 2019-01-16 12:16:59 +01:00 committed by Pooya Parsa
parent 36ca945d00
commit 73507b80b0
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
"axios": "^0.18.0", "axios": "^0.18.0",
"nuxt-ts-edge": "latest", "nuxt-ts-edge": "latest",
"tachyons": "^4.11.1", "tachyons": "^4.11.1",
"vue-property-decorator": "^7.2.0", "vue-property-decorator": "^7.3.0",
"vuex-class": "^0.3.1" "vuex-class": "^0.3.1"
}, },
"scripts": { "scripts": {

View File

@ -3,7 +3,7 @@
"private": true, "private": true,
"dependencies": { "dependencies": {
"nuxt-ts-edge": "latest", "nuxt-ts-edge": "latest",
"vue-property-decorator": "^7.2.0" "vue-property-decorator": "^7.3.0"
}, },
"scripts": { "scripts": {
"dev": "nuxt-ts", "dev": "nuxt-ts",