Skip to content

Commit 8166950

Browse files
committed
Bump npm packages version
1 parent 8d1d5b4 commit 8166950

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/Console/InstallCommand.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -288,8 +288,8 @@ protected function installVue(): void
288288
{
289289
$this->info(' Installing vue');
290290

291-
$this->npm->addDev('vue', '^3.4.0');
292-
$this->npm->addDev('@vitejs/plugin-vue', '^5.0.0');
291+
$this->npm->addDev('vue', '^3.5.0');
292+
$this->npm->addDev('@vitejs/plugin-vue', '^5.2.0');
293293

294294
$js = $this->js;
295295

@@ -330,14 +330,14 @@ protected function installTypescript(): void
330330
$this->info(' Installing typescript');
331331

332332
// install typescript
333-
$this->npm->addDev('typescript', '~5.4.0');
333+
$this->npm->addDev('typescript', '~5.6.3');
334334
$this->npm->addDev('@types/node', '^20.0.0');
335335
$this->npm->addDev('@tsconfig/node20', '^20.0.0');
336336

337337
// install typescript for vue
338-
$this->npm->addDev('vue-tsc', '^2.0.17');
339-
$this->npm->addDev('@vue/tsconfig', '^0.5.1');
340-
$this->npm->script('type-check', 'vue-tsc --build --force');
338+
$this->npm->addDev('vue-tsc', '^2.1.10');
339+
$this->npm->addDev('@vue/tsconfig', '^0.7.0');
340+
$this->npm->script('type-check', 'vue-tsc --build');
341341

342342
foreach ([
343343
'tsconfig.json',

0 commit comments

Comments
 (0)