From ab0b035d8d9a2a03b91728e8055db2f7982c87e4 Mon Sep 17 00:00:00 2001 From: Kevin Marrec Date: Wed, 15 May 2019 11:40:09 +0200 Subject: [PATCH] examples(typescript): add missing ts-node dependency (#5742) --- examples/pm2-typescript/package.json | 1 + examples/typescript-eslint/package.json | 1 + examples/typescript-tsx/package.json | 3 ++- examples/typescript-vuex/package.json | 1 + examples/typescript/package.json | 1 + 5 files changed, 6 insertions(+), 1 deletion(-) diff --git a/examples/pm2-typescript/package.json b/examples/pm2-typescript/package.json index 5c0788d7b5..12c6eb525e 100644 --- a/examples/pm2-typescript/package.json +++ b/examples/pm2-typescript/package.json @@ -3,6 +3,7 @@ "private": true, "dependencies": { "nuxt": "latest", + "ts-node": "^8.1.0", "vue-property-decorator": "^7.3.0" }, "scripts": { diff --git a/examples/typescript-eslint/package.json b/examples/typescript-eslint/package.json index 939f60d7ae..3214e9c4fc 100644 --- a/examples/typescript-eslint/package.json +++ b/examples/typescript-eslint/package.json @@ -3,6 +3,7 @@ "private": true, "dependencies": { "nuxt": "latest", + "ts-node": "^8.1.0", "vue-property-decorator": "^7.3.0" }, "scripts": { diff --git a/examples/typescript-tsx/package.json b/examples/typescript-tsx/package.json index 4ac7793329..9bc4ed5618 100644 --- a/examples/typescript-tsx/package.json +++ b/examples/typescript-tsx/package.json @@ -11,7 +11,8 @@ "watch:css": "tcm components -w" }, "dependencies": { - "nuxt": "latest" + "nuxt": "latest", + "ts-node": "^8.1.0" }, "devDependencies": { "@nuxt/typescript": "latest", diff --git a/examples/typescript-vuex/package.json b/examples/typescript-vuex/package.json index 1648346119..62ceb49dd6 100644 --- a/examples/typescript-vuex/package.json +++ b/examples/typescript-vuex/package.json @@ -5,6 +5,7 @@ "axios": "^0.18.0", "nuxt": "latest", "tachyons": "^4.11.1", + "ts-node": "^8.1.0", "vue-property-decorator": "^7.3.0", "vuex-class": "^0.3.1" }, diff --git a/examples/typescript/package.json b/examples/typescript/package.json index 5596e3b173..aa5c53f7d1 100644 --- a/examples/typescript/package.json +++ b/examples/typescript/package.json @@ -3,6 +3,7 @@ "private": true, "dependencies": { "nuxt": "latest", + "ts-node": "^8.1.0", "vue-property-decorator": "^7.3.0" }, "scripts": {