Skip to content

Commit

Permalink
chore: bump plugin-vue
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed May 12, 2023
1 parent 574c83b commit 80a708f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/sfc-playground/package.json
Expand Up @@ -8,7 +8,7 @@
"serve": "vite preview"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.1.0",
"@vitejs/plugin-vue": "^4.2.3",
"vite": "^4.3.0"
},
"dependencies": {
Expand Down
5 changes: 2 additions & 3 deletions packages/sfc-playground/src/download/template/package.json
Expand Up @@ -7,11 +7,10 @@
"serve": "vite preview"
},
"dependencies": {
"vue": "^3.2.0"
"vue": "^3.3.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.1.0",
"@vue/compiler-sfc": "^3.2.0",
"@vitejs/plugin-vue": "^4.2.3",
"vite": "^4.3.0"
}
}
1 change: 0 additions & 1 deletion packages/sfc-playground/vite.config.ts
Expand Up @@ -10,7 +10,6 @@ export default defineConfig({
plugins: [
vue({
script: {
// @ts-ignore
fs: {
fileExists: fs.existsSync,
readFile: file => fs.readFileSync(file, 'utf-8')
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 80a708f

Please sign in to comment.