From e87e790537148089be1de3e5ddd00d90a5bcad3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Apr 2025 11:53:42 +0000 Subject: [PATCH] build(deps-dev): bump storybook-react-i18next Bumps the storybook group in /frontend with 1 update: [storybook-react-i18next](https://github.com/stevensacks/storybook-react-i18next). Updates `storybook-react-i18next` from 3.2.1 to 3.3.1 - [Release notes](https://github.com/stevensacks/storybook-react-i18next/releases) - [Changelog](https://github.com/stevensacks/storybook-react-i18next/blob/main/CHANGELOG.md) - [Commits](https://github.com/stevensacks/storybook-react-i18next/compare/v3.2.1...v3.3.1) --- updated-dependencies: - dependency-name: storybook-react-i18next dependency-version: 3.3.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: storybook ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 10 +++++----- frontend/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 8f78d5336..c702b9dae 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -67,7 +67,7 @@ "postcss-nesting": "^13.0.1", "rimraf": "^6.0.1", "storybook": "^8.5.5", - "storybook-react-i18next": "^3.2.1", + "storybook-react-i18next": "^3.3.1", "tailwindcss": "^3.4.17", "typescript": "^5.8.3", "vite": "6.3.2", @@ -12676,16 +12676,16 @@ "license": "MIT" }, "node_modules/storybook-react-i18next": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/storybook-react-i18next/-/storybook-react-i18next-3.2.1.tgz", - "integrity": "sha512-TmFFy8scDynoK61fawEm+ey8L0mRZYJYO/KmuAqittZ6ZBOH/qQtvR8a4qiTgmOXnE39wO3/YnWXzkm/0kYfbQ==", + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/storybook-react-i18next/-/storybook-react-i18next-3.3.1.tgz", + "integrity": "sha512-xZ4ESBAh11kxv5878JSLWJP6e95DgpGDkFaUjbmkq72k3Omw7OnPn9RzcwL1XetPzAu03RIMcBmGpj2bTDexsw==", "dev": true, "license": "MIT", "dependencies": { "storybook-i18n": "3.1.1" }, "peerDependencies": { - "i18next": "^22.0.0 || ^23.0.0 || ^24.0.0", + "i18next": "^22.0.0 || ^23.0.0 || ^24.0.0 || ^25.0.0", "i18next-browser-languagedetector": "^7.0.0 || ^8.0.0", "i18next-http-backend": "^2.0.0 || ^3.0.0", "react-i18next": "^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0" diff --git a/frontend/package.json b/frontend/package.json index b32af5d30..d5a018f36 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -77,7 +77,7 @@ "postcss-nesting": "^13.0.1", "rimraf": "^6.0.1", "storybook": "^8.5.5", - "storybook-react-i18next": "^3.2.1", + "storybook-react-i18next": "^3.3.1", "tailwindcss": "^3.4.17", "typescript": "^5.8.3", "vite": "6.3.2",