Skip to content

Commit dcb1dea

Browse files
build(deps-dev): bump the dev-dependencies group with 3 updates (#7206)
Bumps the dev-dependencies group with 3 updates: [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest), [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) and [react-i18next](https://github.com/i18next/react-i18next). Updates `vitest` from 4.0.5 to 4.0.6 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.6/packages/vitest) Updates `lucide-react` from 0.548.0 to 0.552.0 - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/0.552.0/packages/lucide-react) Updates `react-i18next` from 16.2.2 to 16.2.3 - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](i18next/react-i18next@v16.2.2...v16.2.3) --- updated-dependencies: - dependency-name: vitest dependency-version: 4.0.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: lucide-react dependency-version: 0.552.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: react-i18next dependency-version: 16.2.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 32ee93d commit dcb1dea

File tree

3 files changed

+56
-56
lines changed

3 files changed

+56
-56
lines changed

admin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@
2727
"eslint-plugin-react-refresh": "^0.4.24",
2828
"i18next": "^25.6.0",
2929
"i18next-browser-languagedetector": "^8.2.0",
30-
"lucide-react": "^0.548.0",
30+
"lucide-react": "^0.552.0",
3131
"react": "^19.2.0",
3232
"react-dom": "^19.2.0",
3333
"react-hook-form": "^7.65.0",
34-
"react-i18next": "^16.2.2",
34+
"react-i18next": "^16.2.3",
3535
"react-router-dom": "^7.9.5",
3636
"socket.io-client": "^4.8.1",
3737
"typescript": "^5.9.3",

pnpm-lock.yaml

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

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
"split-grid": "^1.0.11",
121121
"supertest": "^7.1.3",
122122
"typescript": "^5.9.3",
123-
"vitest": "^4.0.5"
123+
"vitest": "^4.0.6"
124124
},
125125
"engines": {
126126
"node": ">=18.18.2",

0 commit comments

Comments
 (0)