From f77a64434f071019ca75b54a3ab4e08f1989dc40 Mon Sep 17 00:00:00 2001 From: Haoqun Jiang Date: Fri, 17 Sep 2021 22:48:51 +0800 Subject: [PATCH] chore: regenerate the playground projects with updated dependencies --- playground/jsx-router-vuex-with-tests/package.json | 10 +++++----- playground/jsx-router-vuex/package.json | 4 ++-- playground/jsx-router-with-tests/package.json | 10 +++++----- playground/jsx-router/package.json | 4 ++-- playground/jsx-vuex-with-tests/package.json | 10 +++++----- playground/jsx-vuex/package.json | 4 ++-- playground/jsx-with-tests/package.json | 10 +++++----- playground/jsx/package.json | 4 ++-- playground/router-vuex-with-tests/package.json | 8 ++++---- playground/router-with-tests/package.json | 8 ++++---- .../package.json | 12 ++++++------ playground/typescript-jsx-router-vuex/package.json | 6 +++--- .../typescript-jsx-router-with-tests/package.json | 12 ++++++------ playground/typescript-jsx-router/package.json | 6 +++--- .../typescript-jsx-vuex-with-tests/package.json | 12 ++++++------ playground/typescript-jsx-vuex/package.json | 6 +++--- playground/typescript-jsx-with-tests/package.json | 12 ++++++------ playground/typescript-jsx/package.json | 6 +++--- .../typescript-router-vuex-with-tests/package.json | 10 +++++----- playground/typescript-router-vuex/package.json | 4 ++-- playground/typescript-router-with-tests/package.json | 10 +++++----- playground/typescript-router/package.json | 4 ++-- playground/typescript-vuex-with-tests/package.json | 10 +++++----- playground/typescript-vuex/package.json | 4 ++-- playground/typescript-with-tests/package.json | 10 +++++----- playground/typescript/package.json | 4 ++-- playground/vuex-with-tests/package.json | 8 ++++---- playground/with-tests/package.json | 8 ++++---- 28 files changed, 108 insertions(+), 108 deletions(-) diff --git a/playground/jsx-router-vuex-with-tests/package.json b/playground/jsx-router-vuex-with-tests/package.json index ea0680e6..526208e7 100644 --- a/playground/jsx-router-vuex-with-tests/package.json +++ b/playground/jsx-router-vuex-with-tests/package.json @@ -17,13 +17,13 @@ "vuex": "^4.0.2" }, "devDependencies": { - "@cypress/vite-dev-server": "^2.1.0", - "@cypress/vue": "^3.0.3", "@vitejs/plugin-vue": "^1.6.2", - "@vitejs/plugin-vue-jsx": "^1.1.8", "@vue/compiler-sfc": "^3.2.11", + "vite": "^2.5.8", + "@vitejs/plugin-vue-jsx": "^1.1.8", + "@cypress/vite-dev-server": "^2.1.0", + "@cypress/vue": "^3.0.3", "cypress": "^8.4.0", - "start-server-and-test": "^1.14.0", - "vite": "^2.5.8" + "start-server-and-test": "^1.14.0" } } diff --git a/playground/jsx-router-vuex/package.json b/playground/jsx-router-vuex/package.json index 32ad02a7..877df95e 100644 --- a/playground/jsx-router-vuex/package.json +++ b/playground/jsx-router-vuex/package.json @@ -14,8 +14,8 @@ }, "devDependencies": { "@vitejs/plugin-vue": "^1.6.2", - "@vitejs/plugin-vue-jsx": "^1.1.8", "@vue/compiler-sfc": "^3.2.11", - "vite": "^2.5.8" + "vite": "^2.5.8", + "@vitejs/plugin-vue-jsx": "^1.1.8" } } diff --git a/playground/jsx-router-with-tests/package.json b/playground/jsx-router-with-tests/package.json index 3f5cf7db..b4c75467 100644 --- a/playground/jsx-router-with-tests/package.json +++ b/playground/jsx-router-with-tests/package.json @@ -16,13 +16,13 @@ "vue-router": "^4.0.11" }, "devDependencies": { - "@cypress/vite-dev-server": "^2.1.0", - "@cypress/vue": "^3.0.3", "@vitejs/plugin-vue": "^1.6.2", - "@vitejs/plugin-vue-jsx": "^1.1.8", "@vue/compiler-sfc": "^3.2.11", + "vite": "^2.5.8", + "@vitejs/plugin-vue-jsx": "^1.1.8", + "@cypress/vite-dev-server": "^2.1.0", + "@cypress/vue": "^3.0.3", "cypress": "^8.4.0", - "start-server-and-test": "^1.14.0", - "vite": "^2.5.8" + "start-server-and-test": "^1.14.0" } } diff --git a/playground/jsx-router/package.json b/playground/jsx-router/package.json index 3520f88d..871c3306 100644 --- a/playground/jsx-router/package.json +++ b/playground/jsx-router/package.json @@ -13,8 +13,8 @@ }, "devDependencies": { "@vitejs/plugin-vue": "^1.6.2", - "@vitejs/plugin-vue-jsx": "^1.1.8", "@vue/compiler-sfc": "^3.2.11", - "vite": "^2.5.8" + "vite": "^2.5.8", + "@vitejs/plugin-vue-jsx": "^1.1.8" } } diff --git a/playground/jsx-vuex-with-tests/package.json b/playground/jsx-vuex-with-tests/package.json index 4ceb4f2d..44bf7802 100644 --- a/playground/jsx-vuex-with-tests/package.json +++ b/playground/jsx-vuex-with-tests/package.json @@ -16,13 +16,13 @@ "vuex": "^4.0.2" }, "devDependencies": { - "@cypress/vite-dev-server": "^2.1.0", - "@cypress/vue": "^3.0.3", "@vitejs/plugin-vue": "^1.6.2", - "@vitejs/plugin-vue-jsx": "^1.1.8", "@vue/compiler-sfc": "^3.2.11", + "vite": "^2.5.8", + "@vitejs/plugin-vue-jsx": "^1.1.8", + "@cypress/vite-dev-server": "^2.1.0", + "@cypress/vue": "^3.0.3", "cypress": "^8.4.0", - "start-server-and-test": "^1.14.0", - "vite": "^2.5.8" + "start-server-and-test": "^1.14.0" } } diff --git a/playground/jsx-vuex/package.json b/playground/jsx-vuex/package.json index 5d20fb9c..1fc9e27b 100644 --- a/playground/jsx-vuex/package.json +++ b/playground/jsx-vuex/package.json @@ -13,8 +13,8 @@ }, "devDependencies": { "@vitejs/plugin-vue": "^1.6.2", - "@vitejs/plugin-vue-jsx": "^1.1.8", "@vue/compiler-sfc": "^3.2.11", - "vite": "^2.5.8" + "vite": "^2.5.8", + "@vitejs/plugin-vue-jsx": "^1.1.8" } } diff --git a/playground/jsx-with-tests/package.json b/playground/jsx-with-tests/package.json index 991e72d1..3a42efdf 100644 --- a/playground/jsx-with-tests/package.json +++ b/playground/jsx-with-tests/package.json @@ -15,13 +15,13 @@ "vue": "^3.2.11" }, "devDependencies": { - "@cypress/vite-dev-server": "^2.1.0", - "@cypress/vue": "^3.0.3", "@vitejs/plugin-vue": "^1.6.2", - "@vitejs/plugin-vue-jsx": "^1.1.8", "@vue/compiler-sfc": "^3.2.11", + "vite": "^2.5.8", + "@vitejs/plugin-vue-jsx": "^1.1.8", + "@cypress/vite-dev-server": "^2.1.0", + "@cypress/vue": "^3.0.3", "cypress": "^8.4.0", - "start-server-and-test": "^1.14.0", - "vite": "^2.5.8" + "start-server-and-test": "^1.14.0" } } diff --git a/playground/jsx/package.json b/playground/jsx/package.json index c27abd6f..5c6dce2b 100644 --- a/playground/jsx/package.json +++ b/playground/jsx/package.json @@ -12,8 +12,8 @@ }, "devDependencies": { "@vitejs/plugin-vue": "^1.6.2", - "@vitejs/plugin-vue-jsx": "^1.1.8", "@vue/compiler-sfc": "^3.2.11", - "vite": "^2.5.8" + "vite": "^2.5.8", + "@vitejs/plugin-vue-jsx": "^1.1.8" } } diff --git a/playground/router-vuex-with-tests/package.json b/playground/router-vuex-with-tests/package.json index bff02a11..274ed711 100644 --- a/playground/router-vuex-with-tests/package.json +++ b/playground/router-vuex-with-tests/package.json @@ -17,12 +17,12 @@ "vuex": "^4.0.2" }, "devDependencies": { - "@cypress/vite-dev-server": "^2.1.0", - "@cypress/vue": "^3.0.3", "@vitejs/plugin-vue": "^1.6.2", "@vue/compiler-sfc": "^3.2.11", + "vite": "^2.5.8", + "@cypress/vite-dev-server": "^2.1.0", + "@cypress/vue": "^3.0.3", "cypress": "^8.4.0", - "start-server-and-test": "^1.14.0", - "vite": "^2.5.8" + "start-server-and-test": "^1.14.0" } } diff --git a/playground/router-with-tests/package.json b/playground/router-with-tests/package.json index df02256a..7464f1da 100644 --- a/playground/router-with-tests/package.json +++ b/playground/router-with-tests/package.json @@ -16,12 +16,12 @@ "vue-router": "^4.0.11" }, "devDependencies": { - "@cypress/vite-dev-server": "^2.1.0", - "@cypress/vue": "^3.0.3", "@vitejs/plugin-vue": "^1.6.2", "@vue/compiler-sfc": "^3.2.11", + "vite": "^2.5.8", + "@cypress/vite-dev-server": "^2.1.0", + "@cypress/vue": "^3.0.3", "cypress": "^8.4.0", - "start-server-and-test": "^1.14.0", - "vite": "^2.5.8" + "start-server-and-test": "^1.14.0" } } diff --git a/playground/typescript-jsx-router-vuex-with-tests/package.json b/playground/typescript-jsx-router-vuex-with-tests/package.json index ee27599f..5cca61f5 100644 --- a/playground/typescript-jsx-router-vuex-with-tests/package.json +++ b/playground/typescript-jsx-router-vuex-with-tests/package.json @@ -18,15 +18,15 @@ "vuex": "^4.0.2" }, "devDependencies": { - "@cypress/vite-dev-server": "^2.1.0", - "@cypress/vue": "^3.0.3", "@vitejs/plugin-vue": "^1.6.2", - "@vitejs/plugin-vue-jsx": "^1.1.8", "@vue/compiler-sfc": "^3.2.11", + "vite": "^2.5.8", + "@vitejs/plugin-vue-jsx": "^1.1.8", + "@cypress/vite-dev-server": "^2.1.0", + "@cypress/vue": "^3.0.3", "cypress": "^8.4.0", "start-server-and-test": "^1.14.0", - "typescript": "~4.3.5", - "vite": "^2.5.8", - "vue-tsc": "^0.2.3" + "typescript": "~4.4.3", + "vue-tsc": "^0.3.0" } } diff --git a/playground/typescript-jsx-router-vuex/package.json b/playground/typescript-jsx-router-vuex/package.json index fd853e71..679f6586 100644 --- a/playground/typescript-jsx-router-vuex/package.json +++ b/playground/typescript-jsx-router-vuex/package.json @@ -15,10 +15,10 @@ }, "devDependencies": { "@vitejs/plugin-vue": "^1.6.2", - "@vitejs/plugin-vue-jsx": "^1.1.8", "@vue/compiler-sfc": "^3.2.11", - "typescript": "~4.3.5", "vite": "^2.5.8", - "vue-tsc": "^0.2.3" + "@vitejs/plugin-vue-jsx": "^1.1.8", + "typescript": "~4.4.3", + "vue-tsc": "^0.3.0" } } diff --git a/playground/typescript-jsx-router-with-tests/package.json b/playground/typescript-jsx-router-with-tests/package.json index 4ee375ef..d6aecebc 100644 --- a/playground/typescript-jsx-router-with-tests/package.json +++ b/playground/typescript-jsx-router-with-tests/package.json @@ -17,15 +17,15 @@ "vue-router": "^4.0.11" }, "devDependencies": { - "@cypress/vite-dev-server": "^2.1.0", - "@cypress/vue": "^3.0.3", "@vitejs/plugin-vue": "^1.6.2", - "@vitejs/plugin-vue-jsx": "^1.1.8", "@vue/compiler-sfc": "^3.2.11", + "vite": "^2.5.8", + "@vitejs/plugin-vue-jsx": "^1.1.8", + "@cypress/vite-dev-server": "^2.1.0", + "@cypress/vue": "^3.0.3", "cypress": "^8.4.0", "start-server-and-test": "^1.14.0", - "typescript": "~4.3.5", - "vite": "^2.5.8", - "vue-tsc": "^0.2.3" + "typescript": "~4.4.3", + "vue-tsc": "^0.3.0" } } diff --git a/playground/typescript-jsx-router/package.json b/playground/typescript-jsx-router/package.json index 4d4f6473..a4d8c8d2 100644 --- a/playground/typescript-jsx-router/package.json +++ b/playground/typescript-jsx-router/package.json @@ -14,10 +14,10 @@ }, "devDependencies": { "@vitejs/plugin-vue": "^1.6.2", - "@vitejs/plugin-vue-jsx": "^1.1.8", "@vue/compiler-sfc": "^3.2.11", - "typescript": "~4.3.5", "vite": "^2.5.8", - "vue-tsc": "^0.2.3" + "@vitejs/plugin-vue-jsx": "^1.1.8", + "typescript": "~4.4.3", + "vue-tsc": "^0.3.0" } } diff --git a/playground/typescript-jsx-vuex-with-tests/package.json b/playground/typescript-jsx-vuex-with-tests/package.json index 803707e2..056909f2 100644 --- a/playground/typescript-jsx-vuex-with-tests/package.json +++ b/playground/typescript-jsx-vuex-with-tests/package.json @@ -17,15 +17,15 @@ "vuex": "^4.0.2" }, "devDependencies": { - "@cypress/vite-dev-server": "^2.1.0", - "@cypress/vue": "^3.0.3", "@vitejs/plugin-vue": "^1.6.2", - "@vitejs/plugin-vue-jsx": "^1.1.8", "@vue/compiler-sfc": "^3.2.11", + "vite": "^2.5.8", + "@vitejs/plugin-vue-jsx": "^1.1.8", + "@cypress/vite-dev-server": "^2.1.0", + "@cypress/vue": "^3.0.3", "cypress": "^8.4.0", "start-server-and-test": "^1.14.0", - "typescript": "~4.3.5", - "vite": "^2.5.8", - "vue-tsc": "^0.2.3" + "typescript": "~4.4.3", + "vue-tsc": "^0.3.0" } } diff --git a/playground/typescript-jsx-vuex/package.json b/playground/typescript-jsx-vuex/package.json index 9a8f4579..9a4a2a04 100644 --- a/playground/typescript-jsx-vuex/package.json +++ b/playground/typescript-jsx-vuex/package.json @@ -14,10 +14,10 @@ }, "devDependencies": { "@vitejs/plugin-vue": "^1.6.2", - "@vitejs/plugin-vue-jsx": "^1.1.8", "@vue/compiler-sfc": "^3.2.11", - "typescript": "~4.3.5", "vite": "^2.5.8", - "vue-tsc": "^0.2.3" + "@vitejs/plugin-vue-jsx": "^1.1.8", + "typescript": "~4.4.3", + "vue-tsc": "^0.3.0" } } diff --git a/playground/typescript-jsx-with-tests/package.json b/playground/typescript-jsx-with-tests/package.json index a3843df7..b094d2d5 100644 --- a/playground/typescript-jsx-with-tests/package.json +++ b/playground/typescript-jsx-with-tests/package.json @@ -16,15 +16,15 @@ "vue": "^3.2.11" }, "devDependencies": { - "@cypress/vite-dev-server": "^2.1.0", - "@cypress/vue": "^3.0.3", "@vitejs/plugin-vue": "^1.6.2", - "@vitejs/plugin-vue-jsx": "^1.1.8", "@vue/compiler-sfc": "^3.2.11", + "vite": "^2.5.8", + "@vitejs/plugin-vue-jsx": "^1.1.8", + "@cypress/vite-dev-server": "^2.1.0", + "@cypress/vue": "^3.0.3", "cypress": "^8.4.0", "start-server-and-test": "^1.14.0", - "typescript": "~4.3.5", - "vite": "^2.5.8", - "vue-tsc": "^0.2.3" + "typescript": "~4.4.3", + "vue-tsc": "^0.3.0" } } diff --git a/playground/typescript-jsx/package.json b/playground/typescript-jsx/package.json index 1725e26e..023cfab8 100644 --- a/playground/typescript-jsx/package.json +++ b/playground/typescript-jsx/package.json @@ -13,10 +13,10 @@ }, "devDependencies": { "@vitejs/plugin-vue": "^1.6.2", - "@vitejs/plugin-vue-jsx": "^1.1.8", "@vue/compiler-sfc": "^3.2.11", - "typescript": "~4.3.5", "vite": "^2.5.8", - "vue-tsc": "^0.2.3" + "@vitejs/plugin-vue-jsx": "^1.1.8", + "typescript": "~4.4.3", + "vue-tsc": "^0.3.0" } } diff --git a/playground/typescript-router-vuex-with-tests/package.json b/playground/typescript-router-vuex-with-tests/package.json index b8e03139..e3d7b716 100644 --- a/playground/typescript-router-vuex-with-tests/package.json +++ b/playground/typescript-router-vuex-with-tests/package.json @@ -18,14 +18,14 @@ "vuex": "^4.0.2" }, "devDependencies": { - "@cypress/vite-dev-server": "^2.1.0", - "@cypress/vue": "^3.0.3", "@vitejs/plugin-vue": "^1.6.2", "@vue/compiler-sfc": "^3.2.11", + "vite": "^2.5.8", + "@cypress/vite-dev-server": "^2.1.0", + "@cypress/vue": "^3.0.3", "cypress": "^8.4.0", "start-server-and-test": "^1.14.0", - "typescript": "~4.3.5", - "vite": "^2.5.8", - "vue-tsc": "^0.2.3" + "typescript": "~4.4.3", + "vue-tsc": "^0.3.0" } } diff --git a/playground/typescript-router-vuex/package.json b/playground/typescript-router-vuex/package.json index 3623ae17..5718a370 100644 --- a/playground/typescript-router-vuex/package.json +++ b/playground/typescript-router-vuex/package.json @@ -16,8 +16,8 @@ "devDependencies": { "@vitejs/plugin-vue": "^1.6.2", "@vue/compiler-sfc": "^3.2.11", - "typescript": "~4.3.5", "vite": "^2.5.8", - "vue-tsc": "^0.2.3" + "typescript": "~4.4.3", + "vue-tsc": "^0.3.0" } } diff --git a/playground/typescript-router-with-tests/package.json b/playground/typescript-router-with-tests/package.json index 46a3de7b..17183c2a 100644 --- a/playground/typescript-router-with-tests/package.json +++ b/playground/typescript-router-with-tests/package.json @@ -17,14 +17,14 @@ "vue-router": "^4.0.11" }, "devDependencies": { - "@cypress/vite-dev-server": "^2.1.0", - "@cypress/vue": "^3.0.3", "@vitejs/plugin-vue": "^1.6.2", "@vue/compiler-sfc": "^3.2.11", + "vite": "^2.5.8", + "@cypress/vite-dev-server": "^2.1.0", + "@cypress/vue": "^3.0.3", "cypress": "^8.4.0", "start-server-and-test": "^1.14.0", - "typescript": "~4.3.5", - "vite": "^2.5.8", - "vue-tsc": "^0.2.3" + "typescript": "~4.4.3", + "vue-tsc": "^0.3.0" } } diff --git a/playground/typescript-router/package.json b/playground/typescript-router/package.json index c88704c5..bcb4348d 100644 --- a/playground/typescript-router/package.json +++ b/playground/typescript-router/package.json @@ -15,8 +15,8 @@ "devDependencies": { "@vitejs/plugin-vue": "^1.6.2", "@vue/compiler-sfc": "^3.2.11", - "typescript": "~4.3.5", "vite": "^2.5.8", - "vue-tsc": "^0.2.3" + "typescript": "~4.4.3", + "vue-tsc": "^0.3.0" } } diff --git a/playground/typescript-vuex-with-tests/package.json b/playground/typescript-vuex-with-tests/package.json index d91e76d2..04ad09f1 100644 --- a/playground/typescript-vuex-with-tests/package.json +++ b/playground/typescript-vuex-with-tests/package.json @@ -17,14 +17,14 @@ "vuex": "^4.0.2" }, "devDependencies": { - "@cypress/vite-dev-server": "^2.1.0", - "@cypress/vue": "^3.0.3", "@vitejs/plugin-vue": "^1.6.2", "@vue/compiler-sfc": "^3.2.11", + "vite": "^2.5.8", + "@cypress/vite-dev-server": "^2.1.0", + "@cypress/vue": "^3.0.3", "cypress": "^8.4.0", "start-server-and-test": "^1.14.0", - "typescript": "~4.3.5", - "vite": "^2.5.8", - "vue-tsc": "^0.2.3" + "typescript": "~4.4.3", + "vue-tsc": "^0.3.0" } } diff --git a/playground/typescript-vuex/package.json b/playground/typescript-vuex/package.json index 97898fd8..a1ea3f0d 100644 --- a/playground/typescript-vuex/package.json +++ b/playground/typescript-vuex/package.json @@ -15,8 +15,8 @@ "devDependencies": { "@vitejs/plugin-vue": "^1.6.2", "@vue/compiler-sfc": "^3.2.11", - "typescript": "~4.3.5", "vite": "^2.5.8", - "vue-tsc": "^0.2.3" + "typescript": "~4.4.3", + "vue-tsc": "^0.3.0" } } diff --git a/playground/typescript-with-tests/package.json b/playground/typescript-with-tests/package.json index c1db0bb2..939b0b9a 100644 --- a/playground/typescript-with-tests/package.json +++ b/playground/typescript-with-tests/package.json @@ -16,14 +16,14 @@ "vue": "^3.2.11" }, "devDependencies": { - "@cypress/vite-dev-server": "^2.1.0", - "@cypress/vue": "^3.0.3", "@vitejs/plugin-vue": "^1.6.2", "@vue/compiler-sfc": "^3.2.11", + "vite": "^2.5.8", + "@cypress/vite-dev-server": "^2.1.0", + "@cypress/vue": "^3.0.3", "cypress": "^8.4.0", "start-server-and-test": "^1.14.0", - "typescript": "~4.3.5", - "vite": "^2.5.8", - "vue-tsc": "^0.2.3" + "typescript": "~4.4.3", + "vue-tsc": "^0.3.0" } } diff --git a/playground/typescript/package.json b/playground/typescript/package.json index 2b6937ec..f428f53f 100644 --- a/playground/typescript/package.json +++ b/playground/typescript/package.json @@ -14,8 +14,8 @@ "devDependencies": { "@vitejs/plugin-vue": "^1.6.2", "@vue/compiler-sfc": "^3.2.11", - "typescript": "~4.3.5", "vite": "^2.5.8", - "vue-tsc": "^0.2.3" + "typescript": "~4.4.3", + "vue-tsc": "^0.3.0" } } diff --git a/playground/vuex-with-tests/package.json b/playground/vuex-with-tests/package.json index 42e61899..41ad5088 100644 --- a/playground/vuex-with-tests/package.json +++ b/playground/vuex-with-tests/package.json @@ -16,12 +16,12 @@ "vuex": "^4.0.2" }, "devDependencies": { - "@cypress/vite-dev-server": "^2.1.0", - "@cypress/vue": "^3.0.3", "@vitejs/plugin-vue": "^1.6.2", "@vue/compiler-sfc": "^3.2.11", + "vite": "^2.5.8", + "@cypress/vite-dev-server": "^2.1.0", + "@cypress/vue": "^3.0.3", "cypress": "^8.4.0", - "start-server-and-test": "^1.14.0", - "vite": "^2.5.8" + "start-server-and-test": "^1.14.0" } } diff --git a/playground/with-tests/package.json b/playground/with-tests/package.json index 3acbd3f2..80fdf6b1 100644 --- a/playground/with-tests/package.json +++ b/playground/with-tests/package.json @@ -15,12 +15,12 @@ "vue": "^3.2.11" }, "devDependencies": { - "@cypress/vite-dev-server": "^2.1.0", - "@cypress/vue": "^3.0.3", "@vitejs/plugin-vue": "^1.6.2", "@vue/compiler-sfc": "^3.2.11", + "vite": "^2.5.8", + "@cypress/vite-dev-server": "^2.1.0", + "@cypress/vue": "^3.0.3", "cypress": "^8.4.0", - "start-server-and-test": "^1.14.0", - "vite": "^2.5.8" + "start-server-and-test": "^1.14.0" } } -- 2.39.5