From 331c95a140ed6e23d8394f5f28a0f77a73eb5ada Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Jun 2025 03:49:49 +0000 Subject: [PATCH] chore(deps-dev): bump react-i18next from 15.5.2 to 15.5.3 Bumps [react-i18next](https://github.com/i18next/react-i18next) from 15.5.2 to 15.5.3. - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v15.5.2...v15.5.3) --- updated-dependencies: - dependency-name: react-i18next dependency-version: 15.5.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- bun.lock | 15 ++------------- packages/i18n/package.json | 2 +- 2 files changed, 3 insertions(+), 14 deletions(-) diff --git a/bun.lock b/bun.lock index 5f42873..308fe60 100644 --- a/bun.lock +++ b/bun.lock @@ -103,7 +103,7 @@ "name": "i18n", "devDependencies": { "i18next": "^25.1.1", - "react-i18next": "^15.5.1", + "react-i18next": "^15.5.3", }, "peerDependencies": { "typescript": "^5", @@ -238,17 +238,6 @@ }, }, }, - "catalog": { - "@types/bun": "^1.2.15", - "@types/node": "^22", - "@types/react": "^19", - "@types/react-dom": "^19", - "react": "^19.0.0", - "react-dom": "^19.0.0", - "react-hook-form": "^7.56.1", - "tailwindcss": "^4.0.8", - "typescript": "^5.8.3", - }, "packages": { "@alloc/quick-lru": ["@alloc/quick-lru@5.2.0", "", {}, "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw=="], @@ -2054,7 +2043,7 @@ "react-hook-form": ["react-hook-form@7.57.0", "", { "peerDependencies": { "react": "^16.8.0 || ^17 || ^18 || ^19" } }, "sha512-RbEks3+cbvTP84l/VXGUZ+JMrKOS8ykQCRYdm5aYsxnDquL0vspsyNhGRO7pcH6hsZqWlPOjLye7rJqdtdAmlg=="], - "react-i18next": ["react-i18next@15.5.2", "", { "dependencies": { "@babel/runtime": "^7.25.0", "html-parse-stringify": "^3.0.1" }, "peerDependencies": { "i18next": ">= 23.2.3", "react": ">= 16.8.0", "typescript": "^5" }, "optionalPeers": ["typescript"] }, "sha512-ePODyXgmZQAOYTbZXQn5rRsSBu3Gszo69jxW6aKmlSgxKAI1fOhDwSu6bT4EKHciWPKQ7v7lPrjeiadR6Gi+1A=="], + "react-i18next": ["react-i18next@15.5.3", "", { "dependencies": { "@babel/runtime": "^7.27.6", "html-parse-stringify": "^3.0.1" }, "peerDependencies": { "i18next": ">= 23.2.3", "react": ">= 16.8.0", "typescript": "^5" }, "optionalPeers": ["typescript"] }, "sha512-ypYmOKOnjqPEJZO4m1BI0kS8kWqkBNsKYyhVUfij0gvjy9xJNoG/VcGkxq5dRlVwzmrmY1BQMAmpbbUBLwC4Kw=="], "react-intersection-observer": ["react-intersection-observer@9.16.0", "", { "peerDependencies": { "react": "^17.0.0 || ^18.0.0 || ^19.0.0", "react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0" }, "optionalPeers": ["react-dom"] }, "sha512-w9nJSEp+DrW9KmQmeWHQyfaP6b03v+TdXynaoA964Wxt7mdR3An11z4NNCQgL4gKSK7y1ver2Fq+JKH6CWEzUA=="], diff --git a/packages/i18n/package.json b/packages/i18n/package.json index e834eb9..506fb8d 100644 --- a/packages/i18n/package.json +++ b/packages/i18n/package.json @@ -5,7 +5,7 @@ "types": "./dist/index.d.ts", "devDependencies": { "i18next": "^25.1.1", - "react-i18next": "^15.5.1" + "react-i18next": "^15.5.3" }, "peerDependencies": { "typescript": "^5"