Skip to content

Commit f265bf5

Browse files
fix(deps): update react packages
1 parent c5dbe93 commit f265bf5

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
},
4343
"peerDependencies": {
4444
"i18next": "^23.16.8",
45-
"react-i18next": "^15.6.1"
45+
"react-i18next": "^15.7.4"
4646
},
4747
"devDependencies": {
4848
"@txo-peer-dep/log": "^4.0.4",
@@ -52,7 +52,7 @@
5252
"@txo/tsconfig-cjs": "^2.0.0",
5353
"@types/jest": "^29.5.14",
5454
"@types/node": "^22.18.8",
55-
"@types/react": "^18.3.23",
55+
"@types/react": "^18.3.25",
5656
"@types/react-dom": "^18.3.7",
5757
"concurrently": "^9.2.1",
5858
"eslint-config-txo-package-react": "^1.0.26",
@@ -63,13 +63,13 @@
6363
"npm-check-updates": "^18.3.1",
6464
"react": "^18.3.1",
6565
"react-dom": "^18.3.1",
66-
"react-i18next": "^15.6.1",
66+
"react-i18next": "^15.7.4",
6767
"redux-saga": "^1.3.0",
6868
"rimraf": "^6.0.1",
6969
"ts-jest": "^29.4.4",
7070
"typescript": "^5.9.3"
7171
},
7272
"resolutions": {
73-
"@types/react": "^18.3.23"
73+
"@types/react": "^18.3.25"
7474
}
7575
}

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1563,10 +1563,10 @@
15631563
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.3.7.tgz#b89ddf2cd83b4feafcc4e2ea41afdfb95a0d194f"
15641564
integrity sha512-MEe3UeoENYVFXzoXEWsvcpg6ZvlrFNlOQ7EOsvhI3CfAXwzPfO8Qwuxd40nepsYKqyyVQnTdEfv68q91yLcKrQ==
15651565

1566-
"@types/react@^18.3.23":
1567-
version "18.3.23"
1568-
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.23.tgz#86ae6f6b95a48c418fecdaccc8069e0fbb63696a"
1569-
integrity sha512-/LDXMQh55EzZQ0uVAZmKKhfENivEvWz6E+EYzh+/MCjMhNsotd+ZHhBGIjFDTi6+fz0OhQQQLbTgdQIxxCsC0w==
1566+
"@types/react@^18.3.25":
1567+
version "18.3.25"
1568+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.25.tgz#b37e3b05b6762b49f3944760f3bce3d5b6afa19b"
1569+
integrity sha512-oSVZmGtDPmRZtVDqvdKUi/qgCsWp5IDY29wp8na8Bj4B3cc99hfNzvNhlMkVVxctkAOGUA3Km7MMpBHAnWfcIA==
15701570
dependencies:
15711571
"@types/prop-types" "*"
15721572
csstype "^3.0.2"
@@ -6778,10 +6778,10 @@ react-dom@^18.3.1:
67786778
loose-envify "^1.1.0"
67796779
scheduler "^0.23.2"
67806780

6781-
react-i18next@^15.6.1:
6782-
version "15.6.1"
6783-
resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-15.6.1.tgz#a2747bed7768faef28fa28de32ff3811b2459c20"
6784-
integrity sha512-uGrzSsOUUe2sDBG/+FJq2J1MM+Y4368/QW8OLEKSFvnDflHBbZhSd1u3UkW0Z06rMhZmnB/AQrhCpYfE5/5XNg==
6781+
react-i18next@^15.7.4:
6782+
version "15.7.4"
6783+
resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-15.7.4.tgz#146e50f220d204b842e22c75d1a3d23c6c589a30"
6784+
integrity sha512-nyU8iKNrI5uDJch0z9+Y5XEr34b0wkyYj3Rp+tfbahxtlswxSCjcUL9H0nqXo9IR3/t5Y5PKIA3fx3MfUyR9Xw==
67856785
dependencies:
67866786
"@babel/runtime" "^7.27.6"
67876787
html-parse-stringify "^3.0.1"

0 commit comments

Comments
 (0)