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] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-01-20 13:58:45 +00:00
committed by Quentin Gliech
parent 0e0e7662d8
commit 986347b778
2 changed files with 6 additions and 7 deletions

View File

@@ -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"
}
},

View File

@@ -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",