From 372657113b7dbcc4661b2ebe28490dcb2cc8a674 Mon Sep 17 00:00:00 2001 From: kmiura Date: Fri, 4 Mar 2022 02:52:29 +0900 Subject: [PATCH] Downgrage typescript version 4.5.5 to 4.4.4 due to vetur issue the issue: https://github.com/vuejs/vetur/issues/3323 --- client/app/package-lock.json | 14 +++++++------- client/app/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/client/app/package-lock.json b/client/app/package-lock.json index 051f56d64..97bc6d124 100644 --- a/client/app/package-lock.json +++ b/client/app/package-lock.json @@ -40,7 +40,7 @@ "postcss": "^8.4.7", "tailwindcss": "^3.0.23", "ts-jest": "^27.0.4", - "typescript": "~4.5.5", + "typescript": "4.4.4", "vue-cli-plugin-tailwind": "^3.0.0" } }, @@ -16017,9 +16017,9 @@ } }, "node_modules/typescript": { - "version": "4.5.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.5.tgz", - "integrity": "sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA==", + "version": "4.4.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.4.4.tgz", + "integrity": "sha512-DqGhF5IKoBl8WNf8C1gu8q0xZSInh9j1kJJMqT3a94w1JzVaBU4EXOSMrz9yDqMT0xt3selp83fuFMQ0uzv6qA==", "dev": true, "bin": { "tsc": "bin/tsc", @@ -29292,9 +29292,9 @@ } }, "typescript": { - "version": "4.5.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.5.tgz", - "integrity": "sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA==", + "version": "4.4.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.4.4.tgz", + "integrity": "sha512-DqGhF5IKoBl8WNf8C1gu8q0xZSInh9j1kJJMqT3a94w1JzVaBU4EXOSMrz9yDqMT0xt3selp83fuFMQ0uzv6qA==", "dev": true }, "unbox-primitive": { diff --git a/client/app/package.json b/client/app/package.json index 3d3033891..e4a45f121 100644 --- a/client/app/package.json +++ b/client/app/package.json @@ -42,7 +42,7 @@ "postcss": "^8.4.7", "tailwindcss": "^3.0.23", "ts-jest": "^27.0.4", - "typescript": "~4.5.5", + "typescript": "4.4.4", "vue-cli-plugin-tailwind": "^3.0.0" }, "eslintConfig": {