Skip to content

Commit

Permalink
chore(deps): update devdependency vite to v6 (#1182)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 19, 2024
1 parent a044a64 commit ded8063
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion storage/framework/core/components/table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
},
"devDependencies": {
"@stacksjs/development": "workspace:*",
"vite": "^5.4.11"
"vite": "^6.0.4"
}
}
2 changes: 1 addition & 1 deletion storage/framework/core/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@
},
"devDependencies": {
"@stacksjs/development": "workspace:*",
"vite": "^5.4.11"
"vite": "^6.0.4"
}
}
2 changes: 1 addition & 1 deletion storage/framework/core/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"unocss": "0.65.2",
"unplugin-auto-import": "^0.19.0",
"unplugin-vue-components": "^0.28.0",
"vite": "^5.4.11",
"vite": "^6.0.4",
"vite-plugin-inspect": "^0.10.3",
"vite-plugin-pwa": "^0.21.1",
"vite-ssg": "^0.24.3",
Expand Down
2 changes: 1 addition & 1 deletion storage/framework/core/vite-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"markdown-it-shiki": "^0.9.0",
"unplugin-auto-import": "^0.19.0",
"unplugin-vue-components": "^0.28.0",
"vite": "^5.4.11",
"vite": "^6.0.4",
"vite-plugin-full-reload": "^1.2.0",
"vite-plugin-inspect": "^0.10.3",
"vite-plugin-local": "^0.4.1",
Expand Down
2 changes: 1 addition & 1 deletion storage/framework/core/vite-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"markdown-it-shiki": "^0.9.0",
"unplugin-auto-import": "^0.19.0",
"unplugin-vue-components": "^0.28.0",
"vite": "^5.4.11",
"vite": "^6.0.4",
"vite-plugin-full-reload": "^1.2.0",
"vite-plugin-inspect": "^0.10.3",
"vite-plugin-pages": "^0.32.4",
Expand Down
2 changes: 1 addition & 1 deletion storage/framework/views/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"unplugin-vue-components": "^0.28.0",
"unplugin-vue-markdown": "^0.28.0",
"unplugin-vue-router": "^0.10.9",
"vite": "^5.4.11",
"vite": "^6.0.4",
"vite-bundle-visualizer": "^1.2.1",
"vite-plugin-inspect": "^0.10.3",
"vite-plugin-pwa": "^0.21.1",
Expand Down

0 comments on commit ded8063

Please sign in to comment.