Skip to content

Commit b411271

Browse files
chore(deps): update dependency @vitejs/plugin-react to v5 (#70)
* chore(deps): update dependency @vitejs/plugin-react to v5 * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent f771b06 commit b411271

File tree

3 files changed

+74
-50
lines changed

3 files changed

+74
-50
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@types/node": "^24.3.1",
5454
"@types/react": "^19.1.12",
5555
"@types/react-dom": "^19.1.9",
56-
"@vitejs/plugin-react": "^4.7.0",
56+
"@vitejs/plugin-react": "^5.0.0",
5757
"postcss": "^8.5.6",
5858
"serve": "^14.2.5",
5959
"tailwindcss": "^3.4.17",

pnpm-lock.yaml

Lines changed: 72 additions & 48 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": ["config:recommended"],
4-
"schedule": [ "* 0-3 1 * *" ]
4+
"schedule": ["* 0-3 1 * *"]
55
}

0 commit comments

Comments
 (0)