From 1375eaa58a8200601eab2f4e9a2f27b087828940 Mon Sep 17 00:00:00 2001 From: jasonreyes9 Date: Thu, 23 Feb 2023 22:21:13 +0800 Subject: [PATCH] chore: update typescript to ~4.8 Hold off ~4.9 until https://github.com/vuejs/language-tools/issues/2190 is resolved --- pnpm-lock.yaml | 14 +++++++------- template/config/typescript/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7942002..20fb498 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -101,13 +101,13 @@ importers: specifiers: '@types/node': ^18.14.0 npm-run-all: ^4.1.5 - typescript: ~4.7.4 + typescript: ~4.8.4 vue-tsc: ^1.1.5 devDependencies: '@types/node': 18.14.0 npm-run-all: 4.1.5 - typescript: 4.7.4 - vue-tsc: 1.1.5_typescript@4.7.4 + typescript: 4.8.4 + vue-tsc: 1.1.5_typescript@4.8.4 template/config/vitest: specifiers: @@ -3800,8 +3800,8 @@ packages: engines: {node: '>=10'} dev: true - /typescript/4.7.4: - resolution: {integrity: sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==} + /typescript/4.8.4: + resolution: {integrity: sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==} engines: {node: '>=4.2.0'} hasBin: true dev: true @@ -4050,7 +4050,7 @@ packages: he: 1.2.0 dev: true - /vue-tsc/1.1.5_typescript@4.7.4: + /vue-tsc/1.1.5_typescript@4.8.4: resolution: {integrity: sha512-DVAbFGP/AcoQGfo7T1iRz6TNDeLGzvTbpqH5KCgNb6EuLLnbFP9Ki9KYHMkYs+hLlNVlw9Kp5WXm7I/Ur70mhA==} hasBin: true peerDependencies: @@ -4058,7 +4058,7 @@ packages: dependencies: '@volar/vue-language-core': 1.1.5 '@volar/vue-typescript': 1.1.5 - typescript: 4.7.4 + typescript: 4.8.4 dev: true /vue/3.2.47: diff --git a/template/config/typescript/package.json b/template/config/typescript/package.json index cf1d2fe..9aa0998 100644 --- a/template/config/typescript/package.json +++ b/template/config/typescript/package.json @@ -7,7 +7,7 @@ "devDependencies": { "@types/node": "^18.14.0", "npm-run-all": "^4.1.5", - "typescript": "~4.7.4", + "typescript": "~4.8.4", "vue-tsc": "^1.1.5" } }