Skip to content

Commit

Permalink
fix(deps): update dependency vite to ^6.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 21, 2024
1 parent 89254e5 commit b3ad830
Show file tree
Hide file tree
Showing 18 changed files with 155 additions and 93 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
"fs-extra": "^11.2.0",
"typescript": "^5.7.2",
"unbuild": "^2.0.0",
"vite": "^6.0.3"
"vite": "^6.0.5"
}
}
2 changes: 1 addition & 1 deletion chromeless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
"@types/express": "^4.17.21",
"rimraf": "^6.0.1",
"unbuild": "^2.0.0",
"vite": "^6.0.3"
"vite": "^6.0.5"
}
}
2 changes: 1 addition & 1 deletion config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"build": "tsc && unbuild"
},
"dependencies": {
"vite": "^6.0.3"
"vite": "^6.0.5"
},
"devDependencies": {
"@types/node": "^20.17.10",
Expand Down
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.7.2",
"vite": "^6.0.3",
"vite": "^6.0.5",
"zod": "^3.24.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion framework-plugins/preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"preact": "^10.25.3",
"rimraf": "^6.0.1",
"unbuild": "^2.0.0",
"vite": "^6.0.3",
"vite": "^6.0.5",
"vitest": "^2.1.8"
}
}
2 changes: 1 addition & 1 deletion framework-plugins/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
"pino-pretty": "^11.2.1",
"react": "^18.3.1",
"unbuild": "^2.0.0",
"vite": "^6.0.3"
"vite": "^6.0.5"
}
}
2 changes: 1 addition & 1 deletion framework-plugins/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"pino-pretty": "^11.2.1",
"solid-js": "^1.9.3",
"unbuild": "^2.0.0",
"vite": "^6.0.3",
"vite": "^6.0.5",
"vitest": "^2.1.8"
}
}
2 changes: 1 addition & 1 deletion framework-plugins/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"fs-extra": "^11.2.0",
"svelte": "^5.14.4",
"typescript": "^5.7.2",
"vite": "^6.0.3"
"vite": "^6.0.5"
},
"devDependencies": {
"@playwright/test": "^1.49.1",
Expand Down
2 changes: 1 addition & 1 deletion framework-plugins/vue2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"rimraf": "^6.0.1",
"shx": "^0.3.4",
"unbuild": "^2.0.0",
"vite": "^6.0.3",
"vite": "^6.0.5",
"vitest": "^2.1.8"
}
}
2 changes: 1 addition & 1 deletion framework-plugins/vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"rimraf": "^6.0.1",
"shx": "^0.3.4",
"unbuild": "^2.0.0",
"vite": "^6.0.3",
"vite": "^6.0.5",
"vitest": "^2.1.8"
}
}
2 changes: 1 addition & 1 deletion iframe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"immer": "^10.1.1",
"typescript": "^5.7.2",
"unbuild": "^2.0.0",
"vite": "^6.0.3"
"vite": "^6.0.5"
}
}
Loading

0 comments on commit b3ad830

Please sign in to comment.