Skip to content

Commit

Permalink
chore: bump vite & vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Apr 21, 2023
1 parent 1d1d728 commit 15847f3
Show file tree
Hide file tree
Showing 4 changed files with 130 additions and 128 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -98,7 +98,7 @@
"todomvc-app-css": "^2.3.0",
"tslib": "^2.5.0",
"typescript": "^5.0.0",
"vite": "^4.2.0",
"vitest": "^0.29.7"
"vite": "^4.3.0",
"vitest": "^0.30.1"
}
}
2 changes: 1 addition & 1 deletion packages/sfc-playground/package.json
Expand Up @@ -9,7 +9,7 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.1.0",
"vite": "^4.2.0"
"vite": "^4.3.0"
},
"dependencies": {
"@vue/repl": "^1.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/sfc-playground/src/download/template/package.json
Expand Up @@ -12,6 +12,6 @@
"devDependencies": {
"@vitejs/plugin-vue": "^4.1.0",
"@vue/compiler-sfc": "^3.2.0",
"vite": "^4.2.0"
"vite": "^4.3.0"
}
}

0 comments on commit 15847f3

Please sign in to comment.