Skip to content

Commit

Permalink
chore(deps): update build
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 12, 2024
1 parent 3f92126 commit c0cde93
Show file tree
Hide file tree
Showing 4 changed files with 123 additions and 108 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "5.0.4",
"@rollup/plugin-replace": "5.0.5",
"@rollup/plugin-terser": "^0.4.4",
"@types/hash-sum": "^1.0.2",
"@types/minimist": "^1.2.5",
Expand Down Expand Up @@ -100,7 +100,7 @@
"pug": "^3.0.2",
"puppeteer": "~21.11.0",
"rimraf": "^5.0.5",
"rollup": "4.9.2",
"rollup": "4.10.0",
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-esbuild": "^6.1.1",
"rollup-plugin-polyfill-node": "^0.13.0",
Expand All @@ -112,7 +112,7 @@
"tslib": "^2.6.2",
"tsx": "^4.7.0",
"typescript": "^5.2.2",
"vite": "^5.0.12",
"vite": "^5.1.1",
"vitest": "^1.2.2"
}
}
4 changes: 2 additions & 2 deletions packages/sfc-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"serve": "vite preview"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.3",
"vite": "^5.0.12"
"@vitejs/plugin-vue": "^5.0.4",
"vite": "^5.1.1"
},
"dependencies": {
"@vue/repl": "^3.1.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/sfc-playground/src/download/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"vue": "^3.4.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.3",
"vite": "^5.0.12"
"@vitejs/plugin-vue": "^5.0.4",
"vite": "^5.1.1"
}
}

0 comments on commit c0cde93

Please sign in to comment.