Bump react-i18next from 14.0.1 to 14.0.2 in /js

Bumps [react-i18next](https://github.com/i18next/react-i18next) from 14.0.1 to 14.0.2.
- [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md)
- [Commits](https://github.com/i18next/react-i18next/compare/v14.0.1...v14.0.2)

---
updated-dependencies:
- dependency-name: react-i18next
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-02-05 01:20:13 +00:00 committed by Hynek Mlnařík
parent 929444a0d7
commit 5ff841250f
4 changed files with 20 additions and 14 deletions

View file

@ -29,7 +29,7 @@
"react": "^18.2.0", "react": "^18.2.0",
"react-dom": "^18.2.0", "react-dom": "^18.2.0",
"react-hook-form": "^7.50.0", "react-hook-form": "^7.50.0",
"react-i18next": "^14.0.1", "react-i18next": "^14.0.2",
"react-router-dom": "^6.21.3", "react-router-dom": "^6.21.3",
"ui-shared": "workspace:*" "ui-shared": "workspace:*"
}, },

View file

@ -82,7 +82,7 @@
"react-dom": "^18.2.0", "react-dom": "^18.2.0",
"react-dropzone": "^14.2.3", "react-dropzone": "^14.2.3",
"react-hook-form": "^7.50.0", "react-hook-form": "^7.50.0",
"react-i18next": "^14.0.1", "react-i18next": "^14.0.2",
"react-router-dom": "^6.21.3", "react-router-dom": "^6.21.3",
"reactflow": "^11.10.3", "reactflow": "^11.10.3",
"ui-shared": "workspace:*", "ui-shared": "workspace:*",

View file

@ -48,7 +48,7 @@
"react": "^18.2.0", "react": "^18.2.0",
"react-dom": "^18.2.0", "react-dom": "^18.2.0",
"react-hook-form": "7.50.0", "react-hook-form": "7.50.0",
"react-i18next": "^14.0.1" "react-i18next": "^14.0.2"
}, },
"devDependencies": { "devDependencies": {
"@types/lodash-es": "^4.17.12", "@types/lodash-es": "^4.17.12",

View file

@ -105,8 +105,8 @@ importers:
specifier: ^7.50.0 specifier: ^7.50.0
version: 7.50.0(react@18.2.0) version: 7.50.0(react@18.2.0)
react-i18next: react-i18next:
specifier: ^14.0.1 specifier: ^14.0.2
version: 14.0.1(i18next@23.8.2)(react-dom@18.2.0)(react@18.2.0) version: 14.0.2(i18next@23.8.2)(react-dom@18.2.0)(react@18.2.0)
react-router-dom: react-router-dom:
specifier: ^6.21.3 specifier: ^6.21.3
version: 6.21.3(react-dom@18.2.0)(react@18.2.0) version: 6.21.3(react-dom@18.2.0)(react@18.2.0)
@ -208,8 +208,8 @@ importers:
specifier: ^7.50.0 specifier: ^7.50.0
version: 7.50.0(react@18.2.0) version: 7.50.0(react@18.2.0)
react-i18next: react-i18next:
specifier: ^14.0.1 specifier: ^14.0.2
version: 14.0.1(i18next@23.8.2)(react-dom@18.2.0)(react@18.2.0) version: 14.0.2(i18next@23.8.2)(react-dom@18.2.0)(react@18.2.0)
react-router-dom: react-router-dom:
specifier: ^6.21.3 specifier: ^6.21.3
version: 6.21.3(react-dom@18.2.0)(react@18.2.0) version: 6.21.3(react-dom@18.2.0)(react@18.2.0)
@ -449,8 +449,8 @@ importers:
specifier: 7.50.0 specifier: 7.50.0
version: 7.50.0(react@18.2.0) version: 7.50.0(react@18.2.0)
react-i18next: react-i18next:
specifier: ^14.0.1 specifier: ^14.0.2
version: 14.0.1(i18next@23.8.2)(react-dom@18.2.0)(react@18.2.0) version: 14.0.2(i18next@23.8.2)(react-dom@18.2.0)(react@18.2.0)
devDependencies: devDependencies:
'@types/lodash-es': '@types/lodash-es':
specifier: ^4.17.12 specifier: ^4.17.12
@ -543,6 +543,12 @@ packages:
dependencies: dependencies:
regenerator-runtime: 0.14.0 regenerator-runtime: 0.14.0
/@babel/runtime@7.23.9:
resolution: {integrity: sha512-0CX6F+BI2s9dkUqr08KFrAIZgNFj75rdBU/DjCyYLIaV/quFjkk6T+EJ2LkZHyZTbEV4L5p97mNkUsHl2wLFAw==}
engines: {node: '>=6.9.0'}
dependencies:
regenerator-runtime: 0.14.0
/@babel/types@7.23.0: /@babel/types@7.23.0:
resolution: {integrity: sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==} resolution: {integrity: sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==}
engines: {node: '>=6.9.0'} engines: {node: '>=6.9.0'}
@ -1785,7 +1791,7 @@ packages:
engines: {node: '>=14'} engines: {node: '>=14'}
dependencies: dependencies:
'@babel/code-frame': 7.22.13 '@babel/code-frame': 7.22.13
'@babel/runtime': 7.23.2 '@babel/runtime': 7.23.9
'@types/aria-query': 5.0.3 '@types/aria-query': 5.0.3
aria-query: 5.1.3 aria-query: 5.1.3
chalk: 4.1.2 chalk: 4.1.2
@ -6082,8 +6088,8 @@ packages:
react: 18.2.0 react: 18.2.0
dev: false dev: false
/react-i18next@14.0.1(i18next@23.8.2)(react-dom@18.2.0)(react@18.2.0): /react-i18next@14.0.2(i18next@23.8.2)(react-dom@18.2.0)(react@18.2.0):
resolution: {integrity: sha512-TMV8hFismBmpMdIehoFHin/okfvgjFhp723RYgIqB4XyhDobVMyukyM3Z8wtTRmajyFMZrBl/OaaXF2P6WjUAw==} resolution: {integrity: sha512-YOB/H1IgXveEWeTsCHez18QjDXImzVZOcF9/JroSbjYoN1LOfCoARFJUQQ8VNow0TnGOtHq9SwTmismm78CTTA==}
peerDependencies: peerDependencies:
i18next: '>= 23.2.3' i18next: '>= 23.2.3'
react: '>= 16.8.0' react: '>= 16.8.0'
@ -6095,7 +6101,7 @@ packages:
react-native: react-native:
optional: true optional: true
dependencies: dependencies:
'@babel/runtime': 7.23.2 '@babel/runtime': 7.23.9
html-parse-stringify: 3.0.1 html-parse-stringify: 3.0.1
i18next: 23.8.2 i18next: 23.8.2
react: 18.2.0 react: 18.2.0
@ -7751,7 +7757,7 @@ packages:
react-dom: 18.2.0(react@18.2.0) react-dom: 18.2.0(react@18.2.0)
react-dropzone: 14.2.3(react@18.2.0) react-dropzone: 14.2.3(react@18.2.0)
react-hook-form: 7.50.0(react@18.2.0) react-hook-form: 7.50.0(react@18.2.0)
react-i18next: 14.0.1(i18next@23.8.2)(react-dom@18.2.0)(react@18.2.0) react-i18next: 14.0.2(i18next@23.8.2)(react-dom@18.2.0)(react@18.2.0)
react-router-dom: 6.21.3(react-dom@18.2.0)(react@18.2.0) react-router-dom: 6.21.3(react-dom@18.2.0)(react@18.2.0)
reactflow: 11.10.3(@types/react@18.2.51)(react-dom@18.2.0)(react@18.2.0) reactflow: 11.10.3(@types/react@18.2.51)(react-dom@18.2.0)(react@18.2.0)
ui-shared: link:libs/ui-shared ui-shared: link:libs/ui-shared