Skip to content
This repository was archived by the owner on Oct 6, 2025. It is now read-only.

Commit 24a73a6

Browse files
authored
Merge pull request #94 from alankrantas/dependabot/npm_and_yarn/vitejs/plugin-react-4.5.0
2 parents 927d95c + 64d3839 commit 24a73a6

2 files changed

Lines changed: 11 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"devDependencies": {
2424
"@types/react": "^19.1.2",
2525
"@types/react-dom": "^19.1.3",
26-
"@vitejs/plugin-react": "^4.4.1",
26+
"@vitejs/plugin-react": "^4.5.0",
2727
"typescript": "^5.8.3",
2828
"vite": "^6.3.5"
2929
}

yarn.lock

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,11 @@
359359
dependencies:
360360
"@monaco-editor/loader" "^1.5.0"
361361

362+
"@rolldown/pluginutils@1.0.0-beta.9":
363+
version "1.0.0-beta.9"
364+
resolved "https://registry.yarnpkg.com/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.9.tgz#68ef9fff5a9791a642cea0dc4380ce6cb487a84a"
365+
integrity sha512-e9MeMtVWo186sgvFFJOPGy7/d2j2mZhLJIdVW0C/xDluuOvymEATqz6zKsP0ZmXGzQtqlyjz5sC1sYQUoJG98w==
366+
362367
"@rollup/rollup-android-arm-eabi@4.40.1":
363368
version "4.40.1"
364369
resolved "https://registry.yarnpkg.com/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.40.1.tgz#e1562d360bca73c7bef6feef86098de3a2f1d442"
@@ -509,14 +514,15 @@
509514
dependencies:
510515
csstype "^3.0.2"
511516

512-
"@vitejs/plugin-react@^4.4.1":
513-
version "4.4.1"
514-
resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-4.4.1.tgz#d7d1e9c9616d7536b0953637edfee7c6cbe2fe0f"
515-
integrity sha512-IpEm5ZmeXAP/osiBXVVP5KjFMzbWOonMs0NaQQl+xYnUAcq4oHUBsF2+p4MgKWG4YMmFYJU8A6sxRPuowllm6w==
517+
"@vitejs/plugin-react@^4.5.0":
518+
version "4.5.0"
519+
resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-4.5.0.tgz#ef2bad6be3031af2b2105b7ab2754f710e890a32"
520+
integrity sha512-JuLWaEqypaJmOJPLWwO335Ig6jSgC1FTONCWAxnqcQthLTK/Yc9aH6hr9z/87xciejbQcnP3GnA1FWUSWeXaeg==
516521
dependencies:
517522
"@babel/core" "^7.26.10"
518523
"@babel/plugin-transform-react-jsx-self" "^7.25.9"
519524
"@babel/plugin-transform-react-jsx-source" "^7.25.9"
525+
"@rolldown/pluginutils" "1.0.0-beta.9"
520526
"@types/babel__core" "^7.20.5"
521527
react-refresh "^0.17.0"
522528

0 commit comments

Comments
 (0)