Skip to content

Commit

Permalink
chore(deps): update dependency vite to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and wolfgangwalther committed Dec 7, 2024
1 parent b7db0ff commit a48758d
Show file tree
Hide file tree
Showing 3 changed files with 274 additions and 262 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"rollup-plugin-delete": "2.1.0",
"rollup-plugin-string": "3.0.0",
"semantic-release": "24.2.0",
"vite": "5.4.11",
"vite": "6.0.3",
"vite-plugin-vue2": "2.0.3",
"vue": "2.7.16",
"vue-template-compiler": "2.7.16"
Expand Down
2 changes: 1 addition & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const frameConfig = defineConfig({
},
copy({
targets: [
{ src: 'frame/style.css', dest: 'frame', rename: 'style' }
{ src: 'frame/script.css', dest: 'frame', rename: 'style' }
],
hook: 'writeBundle'
})
Expand Down
Loading

0 comments on commit a48758d

Please sign in to comment.