Skip to content

Commit

Permalink
chore: update Vue dependencies in test scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Demivan committed May 14, 2024
1 parent cd59563 commit 24a6969
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/swap-vue.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ import process from 'node:process'
import { execa } from 'execa'

const vue3packages = {
'vue': 'npm:vue@^3.4.21',
'vue': 'npm:vue@^3.4.27',
'vue-2': 'npm:vue@^2.7.16',
'vue-3': 'npm:vue@^3.4.21',
'@vue/compiler-sfc': '^3.4.21',
'@vue/test-utils': '^2.4.5',
'vue-3': 'npm:vue@^3.4.27',
'@vue/compiler-sfc': '^3.4.27',
'@vue/test-utils': '^2.4.6',
}

const vue2packages = {
Expand Down

0 comments on commit 24a6969

Please sign in to comment.