]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commitdiff
chore: update typescript to ~4.8
authorHaoqun Jiang <haoqunjiang@gmail.com>
Thu, 23 Feb 2023 14:21:13 +0000 (22:21 +0800)
committerHaoqun Jiang <haoqunjiang@gmail.com>
Thu, 23 Feb 2023 14:21:13 +0000 (22:21 +0800)
Hold off ~4.9 until https://github.com/vuejs/language-tools/issues/2190
is resolved

pnpm-lock.yaml
template/config/typescript/package.json

index 794200260194c957ed2adc8ca15a1fc918f06ebf..20fb498073c912a73885b19cdd4ca7593fed990c 100644 (file)
@@ -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:
index cf1d2feba89d4331bb4bd83d91bfca9e0705c915..9aa099881fea4fefb996f6e83cdda51b17d1bc97 100644 (file)
@@ -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"
   }
 }