Skip to content

Commit

Permalink
chore(deps): update dependency vite to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 16, 2023
1 parent da4e7e9 commit 173bcb7
Show file tree
Hide file tree
Showing 18 changed files with 354 additions and 102 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.1.1",
"typescript": "^5.2.2",
"unbuild": "^2.0.0",
"vite": "^4.5.0"
"vite": "^5.0.0"
}
}
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": "^5.0.5",
"unbuild": "^2.0.0",
"vite": "^4.5.0"
"vite": "^5.0.0"
}
}
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": "^4.5.0"
"vite": "^5.0.0"
},
"devDependencies": {
"@types/node": "^20.9.1",
Expand Down
4 changes: 2 additions & 2 deletions core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.2.2",
"vite": "^4.5.0",
"vite": "^5.0.0",
"zod": "^3.22.4"
},
"devDependencies": {
Expand All @@ -55,7 +55,7 @@
"@types/html-escaper": "^3.0.2",
"shx": "^0.3.4",
"unbuild": "^2.0.0",
"vite": "^4.5.0",
"vite": "^5.0.0",
"vitest": "^0.34.6"
}
}
2 changes: 1 addition & 1 deletion framework-plugins/preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"preact": "^10.19.2",
"rimraf": "^5.0.5",
"unbuild": "^2.0.0",
"vite": "^4.5.0",
"vite": "^5.0.0",
"vitest": "^0.34.6"
}
}
2 changes: 1 addition & 1 deletion framework-plugins/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
"pino-pretty": "^10.2.3",
"react": "^18.2.0",
"unbuild": "^2.0.0",
"vite": "^4.5.0"
"vite": "^5.0.0"
}
}
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": "^10.2.3",
"solid-js": "^1.8.5",
"unbuild": "^2.0.0",
"vite": "^4.5.0",
"vite": "^5.0.0",
"vitest": "^0.34.6"
}
}
2 changes: 1 addition & 1 deletion framework-plugins/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"fs-extra": "^11.1.1",
"svelte": "^4.2.4",
"typescript": "^5.2.2",
"vite": "^4.5.0"
"vite": "^5.0.0"
},
"devDependencies": {
"@playwright/test": "^1.39.0",
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": "^5.0.5",
"shx": "^0.3.4",
"unbuild": "^2.0.0",
"vite": "^4.5.0",
"vite": "^5.0.0",
"vitest": "^0.34.6"
}
}
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": "^5.0.5",
"shx": "^0.3.4",
"unbuild": "^2.0.0",
"vite": "^4.5.0",
"vite": "^5.0.0",
"vitest": "^0.34.6"
}
}
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.0.3",
"typescript": "^5.2.2",
"unbuild": "^2.0.0",
"vite": "^4.5.0"
"vite": "^5.0.0"
}
}
Loading

0 comments on commit 173bcb7

Please sign in to comment.