From 084da620adbaf63e36ac328ac1fd9885462c7917 Mon Sep 17 00:00:00 2001 From: Haoqun Jiang Date: Fri, 3 Dec 2021 23:01:20 +0800 Subject: [PATCH] fix: update typescript version Fixes #18 --- .../package.json | 2 +- playground/typescript-jsx-pinia/package.json | 2 +- .../package.json | 2 +- .../typescript-jsx-router-pinia/package.json | 2 +- .../package.json | 2 +- playground/typescript-jsx-router/package.json | 2 +- .../typescript-jsx-with-tests/package.json | 2 +- playground/typescript-jsx/package.json | 2 +- .../typescript-pinia-with-tests/package.json | 2 +- playground/typescript-pinia/package.json | 2 +- .../package.json | 2 +- .../typescript-router-pinia/package.json | 2 +- .../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 +- pnpm-lock.yaml | 124 +++++++++--------- template/config/typescript/package.json | 2 +- 18 files changed, 79 insertions(+), 79 deletions(-) diff --git a/playground/typescript-jsx-pinia-with-tests/package.json b/playground/typescript-jsx-pinia-with-tests/package.json index 65888416..3704668c 100644 --- a/playground/typescript-jsx-pinia-with-tests/package.json +++ b/playground/typescript-jsx-pinia-with-tests/package.json @@ -23,7 +23,7 @@ "@vitejs/plugin-vue-jsx": "^1.3.0", "cypress": "^9.1.0", "start-server-and-test": "^1.14.0", - "typescript": "~4.4.4", + "typescript": "~4.5.2", "vite": "^2.6.14", "vue-tsc": "^0.29.6" } diff --git a/playground/typescript-jsx-pinia/package.json b/playground/typescript-jsx-pinia/package.json index b7436763..23c20f2c 100644 --- a/playground/typescript-jsx-pinia/package.json +++ b/playground/typescript-jsx-pinia/package.json @@ -15,7 +15,7 @@ "@types/node": "^16.11.10", "@vitejs/plugin-vue": "^1.10.0", "@vitejs/plugin-vue-jsx": "^1.3.0", - "typescript": "~4.4.4", + "typescript": "~4.5.2", "vite": "^2.6.14", "vue-tsc": "^0.29.6" } diff --git a/playground/typescript-jsx-router-pinia-with-tests/package.json b/playground/typescript-jsx-router-pinia-with-tests/package.json index 3a6c23f1..5fe84932 100644 --- a/playground/typescript-jsx-router-pinia-with-tests/package.json +++ b/playground/typescript-jsx-router-pinia-with-tests/package.json @@ -24,7 +24,7 @@ "@vitejs/plugin-vue-jsx": "^1.3.0", "cypress": "^9.1.0", "start-server-and-test": "^1.14.0", - "typescript": "~4.4.4", + "typescript": "~4.5.2", "vite": "^2.6.14", "vue-tsc": "^0.29.6" } diff --git a/playground/typescript-jsx-router-pinia/package.json b/playground/typescript-jsx-router-pinia/package.json index 621a41a1..9b55eb6f 100644 --- a/playground/typescript-jsx-router-pinia/package.json +++ b/playground/typescript-jsx-router-pinia/package.json @@ -16,7 +16,7 @@ "@types/node": "^16.11.10", "@vitejs/plugin-vue": "^1.10.0", "@vitejs/plugin-vue-jsx": "^1.3.0", - "typescript": "~4.4.4", + "typescript": "~4.5.2", "vite": "^2.6.14", "vue-tsc": "^0.29.6" } diff --git a/playground/typescript-jsx-router-with-tests/package.json b/playground/typescript-jsx-router-with-tests/package.json index 746f5855..c8a94522 100644 --- a/playground/typescript-jsx-router-with-tests/package.json +++ b/playground/typescript-jsx-router-with-tests/package.json @@ -23,7 +23,7 @@ "@vitejs/plugin-vue-jsx": "^1.3.0", "cypress": "^9.1.0", "start-server-and-test": "^1.14.0", - "typescript": "~4.4.4", + "typescript": "~4.5.2", "vite": "^2.6.14", "vue-tsc": "^0.29.6" } diff --git a/playground/typescript-jsx-router/package.json b/playground/typescript-jsx-router/package.json index d54b04ca..8b81079e 100644 --- a/playground/typescript-jsx-router/package.json +++ b/playground/typescript-jsx-router/package.json @@ -15,7 +15,7 @@ "@types/node": "^16.11.10", "@vitejs/plugin-vue": "^1.10.0", "@vitejs/plugin-vue-jsx": "^1.3.0", - "typescript": "~4.4.4", + "typescript": "~4.5.2", "vite": "^2.6.14", "vue-tsc": "^0.29.6" } diff --git a/playground/typescript-jsx-with-tests/package.json b/playground/typescript-jsx-with-tests/package.json index d78c39f1..6ff33159 100644 --- a/playground/typescript-jsx-with-tests/package.json +++ b/playground/typescript-jsx-with-tests/package.json @@ -22,7 +22,7 @@ "@vitejs/plugin-vue-jsx": "^1.3.0", "cypress": "^9.1.0", "start-server-and-test": "^1.14.0", - "typescript": "~4.4.4", + "typescript": "~4.5.2", "vite": "^2.6.14", "vue-tsc": "^0.29.6" } diff --git a/playground/typescript-jsx/package.json b/playground/typescript-jsx/package.json index 54f115c4..6c67255b 100644 --- a/playground/typescript-jsx/package.json +++ b/playground/typescript-jsx/package.json @@ -14,7 +14,7 @@ "@types/node": "^16.11.10", "@vitejs/plugin-vue": "^1.10.0", "@vitejs/plugin-vue-jsx": "^1.3.0", - "typescript": "~4.4.4", + "typescript": "~4.5.2", "vite": "^2.6.14", "vue-tsc": "^0.29.6" } diff --git a/playground/typescript-pinia-with-tests/package.json b/playground/typescript-pinia-with-tests/package.json index 31f498e1..8fd4f8f9 100644 --- a/playground/typescript-pinia-with-tests/package.json +++ b/playground/typescript-pinia-with-tests/package.json @@ -22,7 +22,7 @@ "@vitejs/plugin-vue": "^1.10.0", "cypress": "^9.1.0", "start-server-and-test": "^1.14.0", - "typescript": "~4.4.4", + "typescript": "~4.5.2", "vite": "^2.6.14", "vue-tsc": "^0.29.6" } diff --git a/playground/typescript-pinia/package.json b/playground/typescript-pinia/package.json index 256e1751..ab91fb05 100644 --- a/playground/typescript-pinia/package.json +++ b/playground/typescript-pinia/package.json @@ -14,7 +14,7 @@ "devDependencies": { "@types/node": "^16.11.10", "@vitejs/plugin-vue": "^1.10.0", - "typescript": "~4.4.4", + "typescript": "~4.5.2", "vite": "^2.6.14", "vue-tsc": "^0.29.6" } diff --git a/playground/typescript-router-pinia-with-tests/package.json b/playground/typescript-router-pinia-with-tests/package.json index 5e6aa2bf..e60bb395 100644 --- a/playground/typescript-router-pinia-with-tests/package.json +++ b/playground/typescript-router-pinia-with-tests/package.json @@ -23,7 +23,7 @@ "@vitejs/plugin-vue": "^1.10.0", "cypress": "^9.1.0", "start-server-and-test": "^1.14.0", - "typescript": "~4.4.4", + "typescript": "~4.5.2", "vite": "^2.6.14", "vue-tsc": "^0.29.6" } diff --git a/playground/typescript-router-pinia/package.json b/playground/typescript-router-pinia/package.json index 666f92e0..c9063c2c 100644 --- a/playground/typescript-router-pinia/package.json +++ b/playground/typescript-router-pinia/package.json @@ -15,7 +15,7 @@ "devDependencies": { "@types/node": "^16.11.10", "@vitejs/plugin-vue": "^1.10.0", - "typescript": "~4.4.4", + "typescript": "~4.5.2", "vite": "^2.6.14", "vue-tsc": "^0.29.6" } diff --git a/playground/typescript-router-with-tests/package.json b/playground/typescript-router-with-tests/package.json index 29661fd4..85e53da1 100644 --- a/playground/typescript-router-with-tests/package.json +++ b/playground/typescript-router-with-tests/package.json @@ -22,7 +22,7 @@ "@vitejs/plugin-vue": "^1.10.0", "cypress": "^9.1.0", "start-server-and-test": "^1.14.0", - "typescript": "~4.4.4", + "typescript": "~4.5.2", "vite": "^2.6.14", "vue-tsc": "^0.29.6" } diff --git a/playground/typescript-router/package.json b/playground/typescript-router/package.json index 5d5ea161..fe38f2fb 100644 --- a/playground/typescript-router/package.json +++ b/playground/typescript-router/package.json @@ -14,7 +14,7 @@ "devDependencies": { "@types/node": "^16.11.10", "@vitejs/plugin-vue": "^1.10.0", - "typescript": "~4.4.4", + "typescript": "~4.5.2", "vite": "^2.6.14", "vue-tsc": "^0.29.6" } diff --git a/playground/typescript-with-tests/package.json b/playground/typescript-with-tests/package.json index aa309b1a..8b0f4018 100644 --- a/playground/typescript-with-tests/package.json +++ b/playground/typescript-with-tests/package.json @@ -21,7 +21,7 @@ "@vitejs/plugin-vue": "^1.10.0", "cypress": "^9.1.0", "start-server-and-test": "^1.14.0", - "typescript": "~4.4.4", + "typescript": "~4.5.2", "vite": "^2.6.14", "vue-tsc": "^0.29.6" } diff --git a/playground/typescript/package.json b/playground/typescript/package.json index f70d3e79..2ca20595 100644 --- a/playground/typescript/package.json +++ b/playground/typescript/package.json @@ -13,7 +13,7 @@ "devDependencies": { "@types/node": "^16.11.10", "@vitejs/plugin-vue": "^1.10.0", - "typescript": "~4.4.4", + "typescript": "~4.5.2", "vite": "^2.6.14", "vue-tsc": "^0.29.6" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8019f7ee..e1ffd6f7 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -295,7 +295,7 @@ importers: specifiers: '@types/node': ^16.11.10 '@vitejs/plugin-vue': ^1.10.0 - typescript: ~4.4.4 + typescript: ~4.5.2 vite: ^2.6.14 vue: ^3.2.22 vue-tsc: ^0.29.6 @@ -304,16 +304,16 @@ importers: devDependencies: '@types/node': 16.11.10 '@vitejs/plugin-vue': 1.10.1_vite@2.6.14 - typescript: 4.4.4 + typescript: 4.5.2 vite: 2.6.14 - vue-tsc: 0.29.7_typescript@4.4.4 + vue-tsc: 0.29.7_typescript@4.5.2 playground/typescript-jsx: specifiers: '@types/node': ^16.11.10 '@vitejs/plugin-vue': ^1.10.0 '@vitejs/plugin-vue-jsx': ^1.3.0 - typescript: ~4.4.4 + typescript: ~4.5.2 vite: ^2.6.14 vue: ^3.2.22 vue-tsc: ^0.29.6 @@ -323,9 +323,9 @@ importers: '@types/node': 16.11.10 '@vitejs/plugin-vue': 1.10.1_vite@2.6.14 '@vitejs/plugin-vue-jsx': 1.3.0 - typescript: 4.4.4 + typescript: 4.5.2 vite: 2.6.14 - vue-tsc: 0.29.7_typescript@4.4.4 + vue-tsc: 0.29.7_typescript@4.5.2 playground/typescript-jsx-pinia: specifiers: @@ -333,20 +333,20 @@ importers: '@vitejs/plugin-vue': ^1.10.0 '@vitejs/plugin-vue-jsx': ^1.3.0 pinia: ^2.0.4 - typescript: ~4.4.4 + typescript: ~4.5.2 vite: ^2.6.14 vue: ^3.2.22 vue-tsc: ^0.29.6 dependencies: - pinia: 2.0.4_typescript@4.4.4+vue@3.2.23 + pinia: 2.0.4_typescript@4.5.2+vue@3.2.23 vue: 3.2.23 devDependencies: '@types/node': 16.11.10 '@vitejs/plugin-vue': 1.10.1_vite@2.6.14 '@vitejs/plugin-vue-jsx': 1.3.0 - typescript: 4.4.4 + typescript: 4.5.2 vite: 2.6.14 - vue-tsc: 0.29.7_typescript@4.4.4 + vue-tsc: 0.29.7_typescript@4.5.2 playground/typescript-jsx-pinia-with-tests: specifiers: @@ -358,12 +358,12 @@ importers: cypress: ^9.1.0 pinia: ^2.0.4 start-server-and-test: ^1.14.0 - typescript: ~4.4.4 + typescript: ~4.5.2 vite: ^2.6.14 vue: ^3.2.22 vue-tsc: ^0.29.6 dependencies: - pinia: 2.0.4_typescript@4.4.4+vue@3.2.23 + pinia: 2.0.4_typescript@4.5.2+vue@3.2.23 vue: 3.2.23 devDependencies: '@cypress/vite-dev-server': 2.2.1_vite@2.6.14 @@ -373,16 +373,16 @@ importers: '@vitejs/plugin-vue-jsx': 1.3.0 cypress: 9.1.0 start-server-and-test: 1.14.0 - typescript: 4.4.4 + typescript: 4.5.2 vite: 2.6.14 - vue-tsc: 0.29.7_typescript@4.4.4 + vue-tsc: 0.29.7_typescript@4.5.2 playground/typescript-jsx-router: specifiers: '@types/node': ^16.11.10 '@vitejs/plugin-vue': ^1.10.0 '@vitejs/plugin-vue-jsx': ^1.3.0 - typescript: ~4.4.4 + typescript: ~4.5.2 vite: ^2.6.14 vue: ^3.2.22 vue-router: ^4.0.12 @@ -394,9 +394,9 @@ importers: '@types/node': 16.11.10 '@vitejs/plugin-vue': 1.10.1_vite@2.6.14 '@vitejs/plugin-vue-jsx': 1.3.0 - typescript: 4.4.4 + typescript: 4.5.2 vite: 2.6.14 - vue-tsc: 0.29.7_typescript@4.4.4 + vue-tsc: 0.29.7_typescript@4.5.2 playground/typescript-jsx-router-pinia: specifiers: @@ -404,22 +404,22 @@ importers: '@vitejs/plugin-vue': ^1.10.0 '@vitejs/plugin-vue-jsx': ^1.3.0 pinia: ^2.0.4 - typescript: ~4.4.4 + typescript: ~4.5.2 vite: ^2.6.14 vue: ^3.2.22 vue-router: ^4.0.12 vue-tsc: ^0.29.6 dependencies: - pinia: 2.0.4_typescript@4.4.4+vue@3.2.23 + pinia: 2.0.4_typescript@4.5.2+vue@3.2.23 vue: 3.2.23 vue-router: 4.0.12_vue@3.2.23 devDependencies: '@types/node': 16.11.10 '@vitejs/plugin-vue': 1.10.1_vite@2.6.14 '@vitejs/plugin-vue-jsx': 1.3.0 - typescript: 4.4.4 + typescript: 4.5.2 vite: 2.6.14 - vue-tsc: 0.29.7_typescript@4.4.4 + vue-tsc: 0.29.7_typescript@4.5.2 playground/typescript-jsx-router-pinia-with-tests: specifiers: @@ -431,13 +431,13 @@ importers: cypress: ^9.1.0 pinia: ^2.0.4 start-server-and-test: ^1.14.0 - typescript: ~4.4.4 + typescript: ~4.5.2 vite: ^2.6.14 vue: ^3.2.22 vue-router: ^4.0.12 vue-tsc: ^0.29.6 dependencies: - pinia: 2.0.4_typescript@4.4.4+vue@3.2.23 + pinia: 2.0.4_typescript@4.5.2+vue@3.2.23 vue: 3.2.23 vue-router: 4.0.12_vue@3.2.23 devDependencies: @@ -448,9 +448,9 @@ importers: '@vitejs/plugin-vue-jsx': 1.3.0 cypress: 9.1.0 start-server-and-test: 1.14.0 - typescript: 4.4.4 + typescript: 4.5.2 vite: 2.6.14 - vue-tsc: 0.29.7_typescript@4.4.4 + vue-tsc: 0.29.7_typescript@4.5.2 playground/typescript-jsx-router-with-tests: specifiers: @@ -461,7 +461,7 @@ importers: '@vitejs/plugin-vue-jsx': ^1.3.0 cypress: ^9.1.0 start-server-and-test: ^1.14.0 - typescript: ~4.4.4 + typescript: ~4.5.2 vite: ^2.6.14 vue: ^3.2.22 vue-router: ^4.0.12 @@ -477,9 +477,9 @@ importers: '@vitejs/plugin-vue-jsx': 1.3.0 cypress: 9.1.0 start-server-and-test: 1.14.0 - typescript: 4.4.4 + typescript: 4.5.2 vite: 2.6.14 - vue-tsc: 0.29.7_typescript@4.4.4 + vue-tsc: 0.29.7_typescript@4.5.2 playground/typescript-jsx-with-tests: specifiers: @@ -490,7 +490,7 @@ importers: '@vitejs/plugin-vue-jsx': ^1.3.0 cypress: ^9.1.0 start-server-and-test: ^1.14.0 - typescript: ~4.4.4 + typescript: ~4.5.2 vite: ^2.6.14 vue: ^3.2.22 vue-tsc: ^0.29.6 @@ -504,28 +504,28 @@ importers: '@vitejs/plugin-vue-jsx': 1.3.0 cypress: 9.1.0 start-server-and-test: 1.14.0 - typescript: 4.4.4 + typescript: 4.5.2 vite: 2.6.14 - vue-tsc: 0.29.7_typescript@4.4.4 + vue-tsc: 0.29.7_typescript@4.5.2 playground/typescript-pinia: specifiers: '@types/node': ^16.11.10 '@vitejs/plugin-vue': ^1.10.0 pinia: ^2.0.4 - typescript: ~4.4.4 + typescript: ~4.5.2 vite: ^2.6.14 vue: ^3.2.22 vue-tsc: ^0.29.6 dependencies: - pinia: 2.0.4_typescript@4.4.4+vue@3.2.23 + pinia: 2.0.4_typescript@4.5.2+vue@3.2.23 vue: 3.2.23 devDependencies: '@types/node': 16.11.10 '@vitejs/plugin-vue': 1.10.1_vite@2.6.14 - typescript: 4.4.4 + typescript: 4.5.2 vite: 2.6.14 - vue-tsc: 0.29.7_typescript@4.4.4 + vue-tsc: 0.29.7_typescript@4.5.2 playground/typescript-pinia-with-tests: specifiers: @@ -536,12 +536,12 @@ importers: cypress: ^9.1.0 pinia: ^2.0.4 start-server-and-test: ^1.14.0 - typescript: ~4.4.4 + typescript: ~4.5.2 vite: ^2.6.14 vue: ^3.2.22 vue-tsc: ^0.29.6 dependencies: - pinia: 2.0.4_typescript@4.4.4+vue@3.2.23 + pinia: 2.0.4_typescript@4.5.2+vue@3.2.23 vue: 3.2.23 devDependencies: '@cypress/vite-dev-server': 2.2.1_vite@2.6.14 @@ -550,15 +550,15 @@ importers: '@vitejs/plugin-vue': 1.10.1_vite@2.6.14 cypress: 9.1.0 start-server-and-test: 1.14.0 - typescript: 4.4.4 + typescript: 4.5.2 vite: 2.6.14 - vue-tsc: 0.29.7_typescript@4.4.4 + vue-tsc: 0.29.7_typescript@4.5.2 playground/typescript-router: specifiers: '@types/node': ^16.11.10 '@vitejs/plugin-vue': ^1.10.0 - typescript: ~4.4.4 + typescript: ~4.5.2 vite: ^2.6.14 vue: ^3.2.22 vue-router: ^4.0.12 @@ -569,30 +569,30 @@ importers: devDependencies: '@types/node': 16.11.10 '@vitejs/plugin-vue': 1.10.1_vite@2.6.14 - typescript: 4.4.4 + typescript: 4.5.2 vite: 2.6.14 - vue-tsc: 0.29.7_typescript@4.4.4 + vue-tsc: 0.29.7_typescript@4.5.2 playground/typescript-router-pinia: specifiers: '@types/node': ^16.11.10 '@vitejs/plugin-vue': ^1.10.0 pinia: ^2.0.4 - typescript: ~4.4.4 + typescript: ~4.5.2 vite: ^2.6.14 vue: ^3.2.22 vue-router: ^4.0.12 vue-tsc: ^0.29.6 dependencies: - pinia: 2.0.4_typescript@4.4.4+vue@3.2.23 + pinia: 2.0.4_typescript@4.5.2+vue@3.2.23 vue: 3.2.23 vue-router: 4.0.12_vue@3.2.23 devDependencies: '@types/node': 16.11.10 '@vitejs/plugin-vue': 1.10.1_vite@2.6.14 - typescript: 4.4.4 + typescript: 4.5.2 vite: 2.6.14 - vue-tsc: 0.29.7_typescript@4.4.4 + vue-tsc: 0.29.7_typescript@4.5.2 playground/typescript-router-pinia-with-tests: specifiers: @@ -603,13 +603,13 @@ importers: cypress: ^9.1.0 pinia: ^2.0.4 start-server-and-test: ^1.14.0 - typescript: ~4.4.4 + typescript: ~4.5.2 vite: ^2.6.14 vue: ^3.2.22 vue-router: ^4.0.12 vue-tsc: ^0.29.6 dependencies: - pinia: 2.0.4_typescript@4.4.4+vue@3.2.23 + pinia: 2.0.4_typescript@4.5.2+vue@3.2.23 vue: 3.2.23 vue-router: 4.0.12_vue@3.2.23 devDependencies: @@ -619,9 +619,9 @@ importers: '@vitejs/plugin-vue': 1.10.1_vite@2.6.14 cypress: 9.1.0 start-server-and-test: 1.14.0 - typescript: 4.4.4 + typescript: 4.5.2 vite: 2.6.14 - vue-tsc: 0.29.7_typescript@4.4.4 + vue-tsc: 0.29.7_typescript@4.5.2 playground/typescript-router-with-tests: specifiers: @@ -631,7 +631,7 @@ importers: '@vitejs/plugin-vue': ^1.10.0 cypress: ^9.1.0 start-server-and-test: ^1.14.0 - typescript: ~4.4.4 + typescript: ~4.5.2 vite: ^2.6.14 vue: ^3.2.22 vue-router: ^4.0.12 @@ -646,9 +646,9 @@ importers: '@vitejs/plugin-vue': 1.10.1_vite@2.6.14 cypress: 9.1.0 start-server-and-test: 1.14.0 - typescript: 4.4.4 + typescript: 4.5.2 vite: 2.6.14 - vue-tsc: 0.29.7_typescript@4.4.4 + vue-tsc: 0.29.7_typescript@4.5.2 playground/typescript-with-tests: specifiers: @@ -658,7 +658,7 @@ importers: '@vitejs/plugin-vue': ^1.10.0 cypress: ^9.1.0 start-server-and-test: ^1.14.0 - typescript: ~4.4.4 + typescript: ~4.5.2 vite: ^2.6.14 vue: ^3.2.22 vue-tsc: ^0.29.6 @@ -671,9 +671,9 @@ importers: '@vitejs/plugin-vue': 1.10.1_vite@2.6.14 cypress: 9.1.0 start-server-and-test: 1.14.0 - typescript: 4.4.4 + typescript: 4.5.2 vite: 2.6.14 - vue-tsc: 0.29.7_typescript@4.4.4 + vue-tsc: 0.29.7_typescript@4.5.2 playground/with-tests: specifiers: @@ -3038,7 +3038,7 @@ packages: engines: {node: '>=4'} dev: true - /pinia/2.0.4_typescript@4.4.4+vue@3.2.23: + /pinia/2.0.4_typescript@4.5.2+vue@3.2.23: resolution: {integrity: sha512-nAc2f9HmOcBbWRlnGDuBGedM1G6uFAR10FnJWP1/dgm1I2tM5jbgKL/3IgynP4mBnPCy//ky7g0WpCZl5Mmxsg==} peerDependencies: '@vue/composition-api': ^1.4.0 @@ -3051,7 +3051,7 @@ packages: optional: true dependencies: '@vue/devtools-api': 6.0.0-beta.20.1 - typescript: 4.4.4 + typescript: 4.5.2 vue: 3.2.23 vue-demi: 0.12.1_vue@3.2.23 dev: false @@ -3640,8 +3640,8 @@ packages: engines: {node: '>=10'} dev: true - /typescript/4.4.4: - resolution: {integrity: sha512-DqGhF5IKoBl8WNf8C1gu8q0xZSInh9j1kJJMqT3a94w1JzVaBU4EXOSMrz9yDqMT0xt3selp83fuFMQ0uzv6qA==} + /typescript/4.5.2: + resolution: {integrity: sha512-5BlMof9H1yGt0P8/WF+wPNw6GfctgGjXp5hkblpyT+8rkASSmkUKMXrxR0Xg8ThVCi/JnHQiKXeBaEwCeQwMFw==} engines: {node: '>=4.2.0'} hasBin: true dev: true @@ -3873,14 +3873,14 @@ packages: vue: 3.2.23 dev: false - /vue-tsc/0.29.7_typescript@4.4.4: + /vue-tsc/0.29.7_typescript@4.5.2: resolution: {integrity: sha512-8jCGovixOZgV6Qu9nOyoTon3HUNUG9YD8cnMHUCGqdu/H21P5D+4k/d8rHzpGvbUlwq5dP2pFCx6rmRwfTfDmA==} hasBin: true peerDependencies: typescript: '*' dependencies: '@volar/shared': 0.29.7 - typescript: 4.4.4 + typescript: 4.5.2 vscode-vue-languageservice: 0.29.7 dev: true diff --git a/template/config/typescript/package.json b/template/config/typescript/package.json index 4d0fef9e..5e562e44 100644 --- a/template/config/typescript/package.json +++ b/template/config/typescript/package.json @@ -5,7 +5,7 @@ }, "devDependencies": { "@types/node": "^16.11.10", - "typescript": "~4.4.4", + "typescript": "~4.5.2", "vue-tsc": "^0.29.6" } } -- 2.39.5