Skip to content

Commit 17bfe2a

Browse files
Bump the frontends-dev group across 1 directory with 2 updates
Bumps the frontends-dev group with 2 updates in the /client directory: [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) and [sass](https://github.com/sass/dart-sass). Updates `@vitejs/plugin-react` from 5.1.1 to 5.1.2 - [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/[email protected]/packages/plugin-react) Updates `sass` from 1.94.2 to 1.95.0 - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](sass/dart-sass@1.94.2...1.95.0) --- updated-dependencies: - dependency-name: "@vitejs/plugin-react" dependency-version: 5.1.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: frontends-dev - dependency-name: sass dependency-version: 1.95.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: frontends-dev ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 89cf48d commit 17bfe2a

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@
3333
"@eslint/js": "^9.39.1",
3434
"@types/react": "^19.2.2",
3535
"@types/react-dom": "^19.2.1",
36-
"@vitejs/plugin-react": "^5.0.4",
36+
"@vitejs/plugin-react": "^5.1.2",
3737
"eslint": "^9.39.1",
3838
"eslint-plugin-react": "^7.37.5",
3939
"eslint-plugin-react-hooks": "^7.0.1",
4040
"eslint-plugin-react-refresh": "^0.4.22",
4141
"globals": "^16.5.0",
4242
"http-proxy-middleware": "^3.0.5",
43-
"sass": "^1.94.0",
43+
"sass": "^1.95.1",
4444
"vite": "^7.2.2",
4545
"vite-plugin-svgr": "^4.5.0",
4646
"vitest": "^4.0.15"

client/yarn.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -703,10 +703,10 @@
703703
"@parcel/watcher-win32-ia32" "2.5.1"
704704
"@parcel/watcher-win32-x64" "2.5.1"
705705

706-
"@rolldown/[email protected].47":
707-
version "1.0.0-beta.47"
708-
resolved "https://registry.yarnpkg.com/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.47.tgz#c282c4a8c39f3d6d2f1086aae09a34e6241f7a50"
709-
integrity sha512-8QagwMH3kNCuzD8EWL8R2YPW5e4OrHNSAHRFDdmFqEwEaD/KcNKjVoumo+gP2vW5eKB2UPbM6vTYiGZX0ixLnw==
706+
"@rolldown/[email protected].53":
707+
version "1.0.0-beta.53"
708+
resolved "https://registry.yarnpkg.com/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.53.tgz#c57a5234ae122671aff6fe72e673a7ed90f03f87"
709+
integrity sha512-vENRlFU4YbrwVqNDZ7fLvy+JR1CRkyr01jhSiDpE1u6py3OMzQfztQU2jxykW3ALNxO4kSlqIDeYyD0Y9RcQeQ==
710710

711711
"@rollup/pluginutils@^5.2.0":
712712
version "5.3.0"
@@ -1017,15 +1017,15 @@
10171017
resolved "https://registry.yarnpkg.com/@types/trusted-types/-/trusted-types-2.0.7.tgz#baccb07a970b91707df3a3e8ba6896c57ead2d11"
10181018
integrity sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==
10191019

1020-
"@vitejs/plugin-react@^5.0.4":
1021-
version "5.1.1"
1022-
resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-5.1.1.tgz#fa1957e053fe90d7cc2deea5593ae382a9761595"
1023-
integrity sha512-WQfkSw0QbQ5aJ2CHYw23ZGkqnRwqKHD/KYsMeTkZzPT4Jcf0DcBxBtwMJxnu6E7oxw5+JC6ZAiePgh28uJ1HBA==
1020+
"@vitejs/plugin-react@^5.1.2":
1021+
version "5.1.2"
1022+
resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-5.1.2.tgz#46f47be184c05a18839cb8705d79578b469ac6eb"
1023+
integrity sha512-EcA07pHJouywpzsoTUqNh5NwGayl2PPVEJKUSinGGSxFGYn+shYbqMGBg6FXDqgXum9Ou/ecb+411ssw8HImJQ==
10241024
dependencies:
10251025
"@babel/core" "^7.28.5"
10261026
"@babel/plugin-transform-react-jsx-self" "^7.27.1"
10271027
"@babel/plugin-transform-react-jsx-source" "^7.27.1"
1028-
"@rolldown/pluginutils" "1.0.0-beta.47"
1028+
"@rolldown/pluginutils" "1.0.0-beta.53"
10291029
"@types/babel__core" "^7.20.5"
10301030
react-refresh "^0.18.0"
10311031

@@ -3095,10 +3095,10 @@ safe-regex-test@^1.1.0:
30953095
resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a"
30963096
integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==
30973097

3098-
sass@^1.94.0:
3099-
version "1.94.2"
3100-
resolved "https://registry.yarnpkg.com/sass/-/sass-1.94.2.tgz#198511fc6fdd2fc0a71b8d1261735c12608d4ef3"
3101-
integrity sha512-N+7WK20/wOr7CzA2snJcUSSNTCzeCGUTFY3OgeQP3mZ1aj9NMQ0mSTXwlrnd89j33zzQJGqIN52GIOmYrfq46A==
3098+
sass@^1.95.1:
3099+
version "1.95.1"
3100+
resolved "https://registry.yarnpkg.com/sass/-/sass-1.95.1.tgz#63116617ed86149c46c88e0c35e9c844703167f1"
3101+
integrity sha512-uPoDh5NIEZV4Dp5GBodkmNY9tSQfXY02pmCcUo+FR1P+x953HGkpw+vV28D4IqYB6f8webZtwoSaZaiPtpTeMg==
31023102
dependencies:
31033103
chokidar "^4.0.0"
31043104
immutable "^5.0.2"

0 commit comments

Comments
 (0)