Skip to content

Commit

Permalink
build(deps-dev): bump storybook-react-i18next from 2.0.10 to 3.1.8
Browse files Browse the repository at this point in the history
Bumps [storybook-react-i18next](https://github.com/stevensacks/storybook-react-i18next) from 2.0.10 to 3.1.8.
- [Release notes](https://github.com/stevensacks/storybook-react-i18next/releases)
- [Changelog](https://github.com/stevensacks/storybook-react-i18next/blob/main/CHANGELOG.md)
- [Commits](stevensacks/storybook-react-i18next@v2.0.10...v3.1.8)

---
updated-dependencies:
- dependency-name: storybook-react-i18next
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 19, 2024
1 parent 0e7f7c8 commit a3427bd
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion packages/app-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"sinon": "~19.0.2",
"sinon-chai": "~3.7.0",
"storybook": "~7.6.11",
"storybook-react-i18next": "~2.0.1"
"storybook-react-i18next": "~3.1.8"
},
"engines": {
"node": ">=20.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/lib-classifier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"sinon-chai": "~3.7.0",
"snazzy": "~9.0.0",
"storybook": "~7.6.11",
"storybook-react-i18next": "~2.0.1",
"storybook-react-i18next": "~3.1.8",
"style-loader": "~4.0.0",
"superagent": "~8.1.0",
"webpack": "~5.97.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/lib-content/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"sinon": "~19.0.2",
"sinon-chai": "~3.7.0",
"storybook": "~7.6.11",
"storybook-react-i18next": "~2.0.1"
"storybook-react-i18next": "~3.1.8"
},
"engines": {
"node": ">=20.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/lib-react-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"sinon-chai": "~3.7.0",
"snazzy": "~9.0.0",
"storybook": "~7.6.11",
"storybook-react-i18next": "~2.0.1"
"storybook-react-i18next": "~3.1.8"
},
"engines": {
"node": ">=20.5"
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16906,17 +16906,17 @@ store2@^2.14.2:
resolved "https://registry.yarnpkg.com/store2/-/store2-2.14.3.tgz#24077d7ba110711864e4f691d2af941ec533deb5"
integrity sha512-4QcZ+yx7nzEFiV4BMLnr/pRa5HYzNITX2ri0Zh6sT9EyQHbBHacC6YigllUPU9X3D0f/22QCgfokpKs52YRrUg==

storybook-i18n@2.0.13:
version "2.0.13"
resolved "https://registry.npmjs.org/storybook-i18n/-/storybook-i18n-2.0.13.tgz"
integrity sha512-p0VPL5QiHdeS3W9BvV7UnuTKw7Mj1HWLW67LK0EOoh5fpSQIchu7byfrUUe1RbCF1gT0gOOhdNuTSXMoVVoTDw==
storybook-i18n@3.1.1:
version "3.1.1"
resolved "https://registry.yarnpkg.com/storybook-i18n/-/storybook-i18n-3.1.1.tgz#d75f84d62682a76d58586534719a7f5042b82cb9"
integrity sha512-k1/lS+Rx6l5mJEYAHQWEgXuwU5IyWk7kjcJtm2FDIn1UqZwbEraGlrp/fEZKK2e/7+SXEQdKeCaTz7+63WTQxw==

storybook-react-i18next@~2.0.1:
version "2.0.10"
resolved "https://registry.yarnpkg.com/storybook-react-i18next/-/storybook-react-i18next-2.0.10.tgz#19ae239b475cda52c85cc8077fc4d70052752d85"
integrity sha512-0gP2XohFaF+R9+7ixt7gMd3DOeGmq4V4mgpKRKB3/7brvRgi7RPkQ2bRi5w92L25r5k91gCtCOSc9YmepOm36g==
storybook-react-i18next@~3.1.8:
version "3.1.8"
resolved "https://registry.yarnpkg.com/storybook-react-i18next/-/storybook-react-i18next-3.1.8.tgz#139fed2698218024fe3d4662a428d7a6eca85b86"
integrity sha512-v5WN0ra5Bwn4+IwDZ5Uc7jKCMy2NICe9zyUCuGabeQPfd+b76/4oDkPmVGoYsVqOORpm2uHtDJM1lYN4cWEtRw==
dependencies:
storybook-i18n "2.0.13"
storybook-i18n "3.1.1"

storybook@~7.6.11:
version "7.6.19"
Expand Down

0 comments on commit a3427bd

Please sign in to comment.