Skip to content

Commit

Permalink
chore(deps): bump vite from 5.0.2 to 5.1.8 (#175)
Browse files Browse the repository at this point in the history
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.0.2 to 5.1.8.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.1.8/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.1.8/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 13, 2024
1 parent 89bcbad commit 3bfedff
Show file tree
Hide file tree
Showing 24 changed files with 111 additions and 729 deletions.
2 changes: 1 addition & 1 deletion examples/react-hydration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.6.0",
"eslint-plugin-react": "^7.35.2",
"vite": "^5.4.4"
"vite": "^5.1.8"
}
}
2 changes: 1 addition & 1 deletion examples/react-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.6.0",
"eslint-plugin-react": "^7.35.2",
"vite": "^5.4.4"
"vite": "^5.1.8"
}
}
2 changes: 1 addition & 1 deletion examples/react-streaming/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.6.0",
"eslint-plugin-react": "^7.35.2",
"vite": "^5.4.4"
"vite": "^5.1.8"
}
}
2 changes: 1 addition & 1 deletion examples/react-vanilla-spa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.6.0",
"eslint-plugin-react": "^7.35.2",
"vite": "^5.4.4"
"vite": "^5.1.8"
}
}
2 changes: 1 addition & 1 deletion examples/react-vanilla/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.6.0",
"eslint-plugin-react": "^7.35.2",
"vite": "^5.4.4"
"vite": "^5.1.8"
}
}
2 changes: 1 addition & 1 deletion examples/solid-hydration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.6.0",
"eslint-plugin-solid": "^0.9.4",
"vite": "^5.4.4",
"vite": "^5.1.8",
"vite-plugin-solid": "^2.10.2"
}
}
2 changes: 1 addition & 1 deletion examples/solid-vanilla/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.6.0",
"eslint-plugin-solid": "^0.9.4",
"vite": "^5.4.4",
"vite": "^5.1.8",
"vite-plugin-solid": "^2.10.2"
}
}
2 changes: 1 addition & 1 deletion examples/svelte-hydration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.6.0",
"eslint-plugin-svelte": "^2.43.0",
"vite": "^5.4.4"
"vite": "^5.1.8"
}
}
2 changes: 1 addition & 1 deletion examples/svelte-vanilla/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.6.0",
"eslint-plugin-svelte": "^2.43.0",
"vite": "^5.4.4"
"vite": "^5.1.8"
}
}
2 changes: 1 addition & 1 deletion examples/typescript-vanilla/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"@types/node": "^20.14.11",
"@vitejs/plugin-react": "^4.3.1",
"typescript": "^5.5.3",
"vite": "^5.3.4"
"vite": "^5.1.8"
}
}
2 changes: 1 addition & 1 deletion examples/vue-hydration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.6.0",
"eslint-plugin-vue": "^9.28.0",
"vite": "^5.4.4"
"vite": "^5.1.8"
}
}
2 changes: 1 addition & 1 deletion examples/vue-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.6.0",
"eslint-plugin-vue": "^9.28.0",
"vite": "^5.4.4"
"vite": "^5.1.8"
}
}
2 changes: 1 addition & 1 deletion examples/vue-streaming/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.6.0",
"eslint-plugin-vue": "^9.28.0",
"vite": "^5.4.4"
"vite": "^5.1.8"
}
}
2 changes: 1 addition & 1 deletion examples/vue-vanilla-spa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
},
"devDependencies": {
"@vitejs/plugin-react": "^3.1.0",
"vite": "^5.4.4"
"vite": "^5.1.8"
}
}
2 changes: 1 addition & 1 deletion examples/vue-vanilla/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.6.0",
"eslint-plugin-vue": "^9.28.0",
"vite": "^5.4.4"
"vite": "^5.1.8"
}
}
2 changes: 1 addition & 1 deletion packages/fastify-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@fastify/htmx": "workspace:^",
"@fastify/react": "workspace:^",
"@fastify/vue": "workspace:^",
"vite": "^5.4.8"
"vite": "^5.1.8"
},
"dependencies": {
"@fastify/middie": "^9.0.2",
Expand Down
Loading

0 comments on commit 3bfedff

Please sign in to comment.