mirror of
https://github.com/ipnet-mesh/meshcore-hub.git
synced 2026-08-09 18:32:44 +02:00
Merge pull request #332 from ipnet-mesh/renovate/i18next-26.x
fix(deps): update dependency i18next to v26
This commit is contained in:
Generated
+5
-8
@@ -11,7 +11,7 @@
|
||||
"@tanstack/react-query": "^5.101.4",
|
||||
"chart.js": "^4",
|
||||
"daisyui": "^5",
|
||||
"i18next": "^25",
|
||||
"i18next": "^26.0.0",
|
||||
"i18next-browser-languagedetector": "^8",
|
||||
"leaflet": "^1.9.4",
|
||||
"react": "^19",
|
||||
@@ -2777,9 +2777,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/i18next": {
|
||||
"version": "25.10.10",
|
||||
"resolved": "https://registry.npmjs.org/i18next/-/i18next-25.10.10.tgz",
|
||||
"integrity": "sha512-cqUW2Z3EkRx7NqSyywjkgCLK7KLCL6IFVFcONG7nVYIJ3ekZ1/N5jUsihHV6Bq37NfhgtczxJcxduELtjTwkuQ==",
|
||||
"version": "26.3.6",
|
||||
"resolved": "https://registry.npmjs.org/i18next/-/i18next-26.3.6.tgz",
|
||||
"integrity": "sha512-Bu5Z2nAXgfVyM8xvW3jk9EKRIuX37PudsrBViThNFx7CR7aaYTpP01cxNB/E4c4UUzTDiAZRstEhsRfPOL/8xA==",
|
||||
"funding": [
|
||||
{
|
||||
"type": "individual",
|
||||
@@ -2795,11 +2795,8 @@
|
||||
}
|
||||
],
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.29.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": "^5 || ^6"
|
||||
"typescript": "^5 || ^6 || ^7"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"typescript": {
|
||||
|
||||
+1
-1
@@ -34,7 +34,7 @@
|
||||
"@tanstack/react-query": "^5.101.4",
|
||||
"chart.js": "^4",
|
||||
"daisyui": "^5",
|
||||
"i18next": "^25",
|
||||
"i18next": "^26.0.0",
|
||||
"i18next-browser-languagedetector": "^8",
|
||||
"leaflet": "^1.9.4",
|
||||
"react": "^19",
|
||||
|
||||
Reference in New Issue
Block a user