From 73507b80b0d079f7c4909cf79f1e0a8182d5981a Mon Sep 17 00:00:00 2001 From: Kevin Marrec Date: Wed, 16 Jan 2019 12:16:59 +0100 Subject: [PATCH] fix(examples): Ugrade `vue-property-decorator` in typescript examples (#4767) --- examples/typescript-vuex/package.json | 2 +- examples/typescript/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/typescript-vuex/package.json b/examples/typescript-vuex/package.json index 3f69b008d8..884c902b8e 100644 --- a/examples/typescript-vuex/package.json +++ b/examples/typescript-vuex/package.json @@ -5,7 +5,7 @@ "axios": "^0.18.0", "nuxt-ts-edge": "latest", "tachyons": "^4.11.1", - "vue-property-decorator": "^7.2.0", + "vue-property-decorator": "^7.3.0", "vuex-class": "^0.3.1" }, "scripts": { diff --git a/examples/typescript/package.json b/examples/typescript/package.json index d1b9460392..38253d45f8 100644 --- a/examples/typescript/package.json +++ b/examples/typescript/package.json @@ -3,7 +3,7 @@ "private": true, "dependencies": { "nuxt-ts-edge": "latest", - "vue-property-decorator": "^7.2.0" + "vue-property-decorator": "^7.3.0" }, "scripts": { "dev": "nuxt-ts",