Skip to content

Commit

Permalink
chore(deps): update devdependency vite to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 29, 2024
1 parent 5961e45 commit c2348e3
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.0",
"vite": "^5.4.11"
"vite": "^6.0.1"
}
}
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.1"
}
}
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.1"
}
}
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.61.0",
"unplugin-auto-import": "^0.18.5",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.11",
"vite": "^6.0.1",
"vite-plugin-inspect": "^0.8.8",
"vite-plugin-pwa": "^0.21.0",
"vite-ssg": "^0.24.1",
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.18.5",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.11",
"vite": "^6.0.1",
"vite-plugin-full-reload": "^1.2.0",
"vite-plugin-inspect": "^0.8.8",
"vite-plugin-pages": "^0.32.3",
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.18.5",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.11",
"vite": "^6.0.1",
"vite-plugin-full-reload": "^1.2.0",
"vite-plugin-inspect": "^0.8.8",
"vite-plugin-pages": "^0.32.3",
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.27.4",
"unplugin-vue-markdown": "^0.26.2",
"unplugin-vue-router": "^0.10.8",
"vite": "^5.4.11",
"vite": "^6.0.1",
"vite-bundle-visualizer": "^1.2.1",
"vite-plugin-inspect": "^0.8.8",
"vite-plugin-pwa": "^0.21.0",
Expand Down

0 comments on commit c2348e3

Please sign in to comment.