Skip to content

Commit 9fe6a4d

Browse files
Bump @vitejs/plugin-react from 4.4.0 to 4.4.1 in /Plan/react/dashboard (#4082)
Bumps [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) from 4.4.0 to 4.4.1. - [Release notes](https://github.com/vitejs/vite-plugin-react/releases) - [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite-plugin-react/commits/plugin-react@4.4.1/packages/plugin-react) --- updated-dependencies: - dependency-name: "@vitejs/plugin-react" dependency-version: 4.4.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1edf384 commit 9fe6a4d

2 files changed

Lines changed: 11 additions & 5 deletions

File tree

Plan/react/dashboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
]
6969
},
7070
"devDependencies": {
71-
"@vitejs/plugin-react": "^4.4.0",
71+
"@vitejs/plugin-react": "^4.5.0",
7272
"vite": "^6.3.5"
7373
}
7474
}

Plan/react/dashboard/yarn.lock

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -667,6 +667,11 @@
667667
uncontrollable "^8.0.4"
668668
warning "^4.0.3"
669669

670+
"@rolldown/pluginutils@1.0.0-beta.9":
671+
version "1.0.0-beta.9"
672+
resolved "https://registry.yarnpkg.com/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.9.tgz#68ef9fff5a9791a642cea0dc4380ce6cb487a84a"
673+
integrity sha512-e9MeMtVWo186sgvFFJOPGy7/d2j2mZhLJIdVW0C/xDluuOvymEATqz6zKsP0ZmXGzQtqlyjz5sC1sYQUoJG98w==
674+
670675
"@rollup/rollup-android-arm-eabi@4.40.0":
671676
version "4.40.0"
672677
resolved "https://registry.yarnpkg.com/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.40.0.tgz#d964ee8ce4d18acf9358f96adc408689b6e27fe3"
@@ -1490,14 +1495,15 @@
14901495
resolved "https://registry.yarnpkg.com/@types/warning/-/warning-3.0.3.tgz#d1884c8cc4a426d1ac117ca2611bf333834c6798"
14911496
integrity sha512-D1XC7WK8K+zZEveUPY+cf4+kgauk8N4eHr/XIHXGlGYkHLud6hK9lYfZk1ry1TNh798cZUCgb6MqGEG8DkJt6Q==
14921497

1493-
"@vitejs/plugin-react@^4.4.0":
1494-
version "4.4.0"
1495-
resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-4.4.0.tgz#a658e563d08f3907dbceb3be1bca5272665e6372"
1496-
integrity sha512-x/EztcTKVj+TDeANY1WjNeYsvZjZdfWRMP/KXi5Yn8BoTzpa13ZltaQqKfvWYbX8CE10GOHHdC5v86jY9x8i/g==
1498+
"@vitejs/plugin-react@^4.5.0":
1499+
version "4.5.0"
1500+
resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-4.5.0.tgz#ef2bad6be3031af2b2105b7ab2754f710e890a32"
1501+
integrity sha512-JuLWaEqypaJmOJPLWwO335Ig6jSgC1FTONCWAxnqcQthLTK/Yc9aH6hr9z/87xciejbQcnP3GnA1FWUSWeXaeg==
14971502
dependencies:
14981503
"@babel/core" "^7.26.10"
14991504
"@babel/plugin-transform-react-jsx-self" "^7.25.9"
15001505
"@babel/plugin-transform-react-jsx-source" "^7.25.9"
1506+
"@rolldown/pluginutils" "1.0.0-beta.9"
15011507
"@types/babel__core" "^7.20.5"
15021508
react-refresh "^0.17.0"
15031509

0 commit comments

Comments
 (0)