From 986347b778d8a0874ae61856f4493dcbe6bf422e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 13:58:45 +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.1.8 to 3.2.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.1.8...v3.2.1) --- updated-dependencies: - dependency-name: storybook-react-i18next dependency-type: direct:development update-type: version-update:semver-minor dependency-group: storybook ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 11 +++++------ frontend/package.json | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 315e41c8f..dd04ed8f8 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -68,7 +68,7 @@ "postcss-nesting": "^13.0.1", "rimraf": "^6.0.1", "storybook": "^8.5.0", - "storybook-react-i18next": "^3.1.8", + "storybook-react-i18next": "^3.2.1", "tailwindcss": "^3.4.17", "typescript": "^5.7.3", "vite": "6.0.9", @@ -14110,18 +14110,17 @@ "license": "MIT" }, "node_modules/storybook-react-i18next": { - "version": "3.1.8", - "resolved": "https://registry.npmjs.org/storybook-react-i18next/-/storybook-react-i18next-3.1.8.tgz", - "integrity": "sha512-v5WN0ra5Bwn4+IwDZ5Uc7jKCMy2NICe9zyUCuGabeQPfd+b76/4oDkPmVGoYsVqOORpm2uHtDJM1lYN4cWEtRw==", + "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==", "dev": true, - "license": "MIT", "dependencies": { "storybook-i18n": "3.1.1" }, "peerDependencies": { "i18next": "^22.0.0 || ^23.0.0 || ^24.0.0", "i18next-browser-languagedetector": "^7.0.0 || ^8.0.0", - "i18next-http-backend": "^2.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 8f6d293d0..362dbb44c 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -78,7 +78,7 @@ "postcss-nesting": "^13.0.1", "rimraf": "^6.0.1", "storybook": "^8.5.0", - "storybook-react-i18next": "^3.1.8", + "storybook-react-i18next": "^3.2.1", "tailwindcss": "^3.4.17", "typescript": "^5.7.3", "vite": "6.0.9",