From 1fa4673de4e81dc6257a52987c9ce84804a69830 Mon Sep 17 00:00:00 2001 From: Haoqun Jiang Date: Mon, 25 Apr 2022 21:45:53 +0800 Subject: [PATCH] chore: update templates --- playground/default/package.json | 2 +- playground/pinia-with-tests/package.json | 2 +- playground/pinia/package.json | 2 +- playground/router-pinia-with-tests/package.json | 2 +- playground/router-pinia/package.json | 2 +- playground/router-with-tests/package.json | 2 +- playground/router/package.json | 2 +- playground/typescript-pinia-with-tests/package.json | 2 +- playground/typescript-pinia/package.json | 2 +- playground/typescript-router-pinia-with-tests/package.json | 2 +- playground/typescript-router-pinia/package.json | 2 +- playground/typescript-router-with-tests/package.json | 2 +- playground/typescript-router/package.json | 2 +- playground/typescript-with-tests/package.json | 2 +- playground/typescript/package.json | 2 +- playground/with-tests/package.json | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/playground/default/package.json b/playground/default/package.json index b21c7a5a..74f8b4be 100644 --- a/playground/default/package.json +++ b/playground/default/package.json @@ -16,7 +16,7 @@ "unplugin-vue2-script-setup": "^0.9.3", "vite": "^2.8.4", "vite-plugin-vue2": "^1.9.3", - "vue-template-babel-compiler": "1.1.3", + "vue-template-babel-compiler": "^1.2.0", "vue-template-compiler": "^2.6.14" } } diff --git a/playground/pinia-with-tests/package.json b/playground/pinia-with-tests/package.json index fe400640..ebf66cc2 100644 --- a/playground/pinia-with-tests/package.json +++ b/playground/pinia-with-tests/package.json @@ -25,7 +25,7 @@ "unplugin-vue2-script-setup": "^0.9.3", "vite": "^2.8.4", "vite-plugin-vue2": "^1.9.3", - "vue-template-babel-compiler": "1.1.3", + "vue-template-babel-compiler": "^1.2.0", "vue-template-compiler": "^2.6.14" } } diff --git a/playground/pinia/package.json b/playground/pinia/package.json index 91ea9f36..9344620a 100644 --- a/playground/pinia/package.json +++ b/playground/pinia/package.json @@ -17,7 +17,7 @@ "unplugin-vue2-script-setup": "^0.9.3", "vite": "^2.8.4", "vite-plugin-vue2": "^1.9.3", - "vue-template-babel-compiler": "1.1.3", + "vue-template-babel-compiler": "^1.2.0", "vue-template-compiler": "^2.6.14" } } diff --git a/playground/router-pinia-with-tests/package.json b/playground/router-pinia-with-tests/package.json index 72171f1a..44d08417 100644 --- a/playground/router-pinia-with-tests/package.json +++ b/playground/router-pinia-with-tests/package.json @@ -26,7 +26,7 @@ "unplugin-vue2-script-setup": "^0.9.3", "vite": "^2.8.4", "vite-plugin-vue2": "^1.9.3", - "vue-template-babel-compiler": "1.1.3", + "vue-template-babel-compiler": "^1.2.0", "vue-template-compiler": "^2.6.14" } } diff --git a/playground/router-pinia/package.json b/playground/router-pinia/package.json index 56da5482..a60eaf90 100644 --- a/playground/router-pinia/package.json +++ b/playground/router-pinia/package.json @@ -18,7 +18,7 @@ "unplugin-vue2-script-setup": "^0.9.3", "vite": "^2.8.4", "vite-plugin-vue2": "^1.9.3", - "vue-template-babel-compiler": "1.1.3", + "vue-template-babel-compiler": "^1.2.0", "vue-template-compiler": "^2.6.14" } } diff --git a/playground/router-with-tests/package.json b/playground/router-with-tests/package.json index e44feaf4..13e07410 100644 --- a/playground/router-with-tests/package.json +++ b/playground/router-with-tests/package.json @@ -25,7 +25,7 @@ "unplugin-vue2-script-setup": "^0.9.3", "vite": "^2.8.4", "vite-plugin-vue2": "^1.9.3", - "vue-template-babel-compiler": "1.1.3", + "vue-template-babel-compiler": "^1.2.0", "vue-template-compiler": "^2.6.14" } } diff --git a/playground/router/package.json b/playground/router/package.json index a6837182..87ffb595 100644 --- a/playground/router/package.json +++ b/playground/router/package.json @@ -17,7 +17,7 @@ "unplugin-vue2-script-setup": "^0.9.3", "vite": "^2.8.4", "vite-plugin-vue2": "^1.9.3", - "vue-template-babel-compiler": "1.1.3", + "vue-template-babel-compiler": "^1.2.0", "vue-template-compiler": "^2.6.14" } } diff --git a/playground/typescript-pinia-with-tests/package.json b/playground/typescript-pinia-with-tests/package.json index b2bb46e7..ed32c0e7 100644 --- a/playground/typescript-pinia-with-tests/package.json +++ b/playground/typescript-pinia-with-tests/package.json @@ -28,7 +28,7 @@ "unplugin-vue2-script-setup": "^0.9.3", "vite": "^2.8.4", "vite-plugin-vue2": "^1.9.3", - "vue-template-babel-compiler": "1.1.3", + "vue-template-babel-compiler": "^1.2.0", "vue-template-compiler": "^2.6.14", "vue-tsc": "^0.31.4" } diff --git a/playground/typescript-pinia/package.json b/playground/typescript-pinia/package.json index b24fb61f..84cf9e08 100644 --- a/playground/typescript-pinia/package.json +++ b/playground/typescript-pinia/package.json @@ -20,7 +20,7 @@ "unplugin-vue2-script-setup": "^0.9.3", "vite": "^2.8.4", "vite-plugin-vue2": "^1.9.3", - "vue-template-babel-compiler": "1.1.3", + "vue-template-babel-compiler": "^1.2.0", "vue-template-compiler": "^2.6.14", "vue-tsc": "^0.31.4" } diff --git a/playground/typescript-router-pinia-with-tests/package.json b/playground/typescript-router-pinia-with-tests/package.json index 09ea415d..f13086c0 100644 --- a/playground/typescript-router-pinia-with-tests/package.json +++ b/playground/typescript-router-pinia-with-tests/package.json @@ -29,7 +29,7 @@ "unplugin-vue2-script-setup": "^0.9.3", "vite": "^2.8.4", "vite-plugin-vue2": "^1.9.3", - "vue-template-babel-compiler": "1.1.3", + "vue-template-babel-compiler": "^1.2.0", "vue-template-compiler": "^2.6.14", "vue-tsc": "^0.31.4" } diff --git a/playground/typescript-router-pinia/package.json b/playground/typescript-router-pinia/package.json index d379789f..b9b7ae26 100644 --- a/playground/typescript-router-pinia/package.json +++ b/playground/typescript-router-pinia/package.json @@ -21,7 +21,7 @@ "unplugin-vue2-script-setup": "^0.9.3", "vite": "^2.8.4", "vite-plugin-vue2": "^1.9.3", - "vue-template-babel-compiler": "1.1.3", + "vue-template-babel-compiler": "^1.2.0", "vue-template-compiler": "^2.6.14", "vue-tsc": "^0.31.4" } diff --git a/playground/typescript-router-with-tests/package.json b/playground/typescript-router-with-tests/package.json index b871eaeb..733fd79a 100644 --- a/playground/typescript-router-with-tests/package.json +++ b/playground/typescript-router-with-tests/package.json @@ -28,7 +28,7 @@ "unplugin-vue2-script-setup": "^0.9.3", "vite": "^2.8.4", "vite-plugin-vue2": "^1.9.3", - "vue-template-babel-compiler": "1.1.3", + "vue-template-babel-compiler": "^1.2.0", "vue-template-compiler": "^2.6.14", "vue-tsc": "^0.31.4" } diff --git a/playground/typescript-router/package.json b/playground/typescript-router/package.json index 2ab5a501..5ed8d258 100644 --- a/playground/typescript-router/package.json +++ b/playground/typescript-router/package.json @@ -20,7 +20,7 @@ "unplugin-vue2-script-setup": "^0.9.3", "vite": "^2.8.4", "vite-plugin-vue2": "^1.9.3", - "vue-template-babel-compiler": "1.1.3", + "vue-template-babel-compiler": "^1.2.0", "vue-template-compiler": "^2.6.14", "vue-tsc": "^0.31.4" } diff --git a/playground/typescript-with-tests/package.json b/playground/typescript-with-tests/package.json index b6fbdd7b..8b6be5cf 100644 --- a/playground/typescript-with-tests/package.json +++ b/playground/typescript-with-tests/package.json @@ -27,7 +27,7 @@ "unplugin-vue2-script-setup": "^0.9.3", "vite": "^2.8.4", "vite-plugin-vue2": "^1.9.3", - "vue-template-babel-compiler": "1.1.3", + "vue-template-babel-compiler": "^1.2.0", "vue-template-compiler": "^2.6.14", "vue-tsc": "^0.31.4" } diff --git a/playground/typescript/package.json b/playground/typescript/package.json index fbdc8e00..35fbcee6 100644 --- a/playground/typescript/package.json +++ b/playground/typescript/package.json @@ -19,7 +19,7 @@ "unplugin-vue2-script-setup": "^0.9.3", "vite": "^2.8.4", "vite-plugin-vue2": "^1.9.3", - "vue-template-babel-compiler": "1.1.3", + "vue-template-babel-compiler": "^1.2.0", "vue-template-compiler": "^2.6.14", "vue-tsc": "^0.31.4" } diff --git a/playground/with-tests/package.json b/playground/with-tests/package.json index 3a62061f..3a7b2edd 100644 --- a/playground/with-tests/package.json +++ b/playground/with-tests/package.json @@ -24,7 +24,7 @@ "unplugin-vue2-script-setup": "^0.9.3", "vite": "^2.8.4", "vite-plugin-vue2": "^1.9.3", - "vue-template-babel-compiler": "1.1.3", + "vue-template-babel-compiler": "^1.2.0", "vue-template-compiler": "^2.6.14" } } -- 2.47.3