mirror of
https://github.com/maputnik/editor.git
synced 2026-03-10 12:20:07 +00:00
chore(deps-dev): Bump i18next-cli from 1.47.9 to 1.49.3 (#1694)
Bumps [i18next-cli](https://github.com/i18next/i18next-cli) from 1.47.9 to 1.49.3. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/i18next/i18next-cli/blob/main/CHANGELOG.md">i18next-cli's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/i18next/i18next-cli/compare/v1.49.2...v1.49.3">1.49.3</a> - 2026-03-05</h2> <ul> <li>fix: disablePlurals flag ignored when extracting languages <a href="https://redirect.github.com/i18next/i18next-cli/issues/212">#212</a></li> </ul> <h2><a href="https://github.com/i18next/i18next-cli/compare/v1.49.1...v1.49.2">1.49.2</a> - 2026-03-05</h2> <ul> <li>Fixed: add file extensions to all imports (for d.ts files) (<a href="https://redirect.github.com/i18next/i18next-cli/issues/137">#137</a>) <a href="https://redirect.github.com/i18next/i18next-cli/pull/211">#211</a></li> </ul> <h2><a href="https://github.com/i18next/i18next-cli/compare/v1.49.0...v1.49.1">1.49.1</a> - 2026-03-05</h2> <ul> <li><strong>Extractor (<a href="https://redirect.github.com/i18next/i18next-cli/issues/209">#209</a>):</strong> <code>t('key', { ns: IDENTIFIER })</code> now correctly resolves the namespace when <code>ns</code> is a <code>const</code> variable, matching the already-supported <code>useTranslation(IDENTIFIER)</code> pattern</li> <li><strong>Extractor (<a href="https://redirect.github.com/i18next/i18next-cli/issues/210">#210</a>):</strong> <code>as const</code> array literals (<code>['a', 'b'] as const</code>) are now captured and their values expanded when used in <code>.map()</code> / <code>.forEach()</code> callbacks</li> <li><strong>Extractor (<a href="https://redirect.github.com/i18next/i18next-cli/issues/210">#210</a>):</strong> <code>(typeof ARRAY)[number]</code> indexed access types now resolve correctly through <code>TsParenthesizedType</code> wrappers emitted by SWC</li> <li><strong>Extractor (<a href="https://redirect.github.com/i18next/i18next-cli/issues/210">#210</a>):</strong> <code>declare const x: TypeAlias</code> and <code>useState<TypeAlias>()</code> destructuring patterns now resolve after their referenced type alias is captured, fixing ordering-dependent failures</li> <li><strong>Extractor (<a href="https://redirect.github.com/i18next/i18next-cli/issues/210">#210</a>):</strong> Exported <code>as const</code> arrays and type aliases are now shared across files, enabling cross-file resolution of imported constants and type aliases</li> </ul> <h2><a href="https://github.com/i18next/i18next-cli/compare/v1.48.1...v1.49.0">1.49.0</a> - 2026-03-05</h2> <ul> <li>Extractor: resolve namespace from const/identifier expressions without custom plugins <a href="https://redirect.github.com/i18next/i18next-cli/issues/209">#209</a></li> <li>Extractor: support TS type-aware resolution for finite dynamic keys (template unions, const maps, helper returns) <a href="https://redirect.github.com/i18next/i18next-cli/issues/210">#210</a></li> </ul> <h2><a href="https://github.com/i18next/i18next-cli/compare/v1.48.0...v1.48.1">1.48.1</a> - 2026-03-04</h2> <ul> <li>Extractor: Resolve and safe constants cross-files <a href="https://redirect.github.com/i18next/i18next-cli/pull/207">#207</a></li> </ul> <h2><a href="https://github.com/i18next/i18next-cli/compare/v1.47.12...v1.48.0">1.48.0</a> - 2026-03-04</h2> <ul> <li>feat(plugin): add <code>onKeySubmitted</code> hook to observe every key extraction before deduplication <a href="https://redirect.github.com/i18next/i18next-cli/issues/206">#206</a></li> <li>feat(extract): add <code>warnOnConflicts</code> option to detect conflicting default values for the same key (<code>true</code> / <code>'warn'</code> to log, <code>'error'</code> to throw)</li> </ul> <h2><a href="https://github.com/i18next/i18next-cli/compare/v1.47.11...v1.47.12">1.47.12</a> - 2026-03-04</h2> <ul> <li>Extractor: Handle object props as namespace <a href="https://redirect.github.com/i18next/i18next-cli/pull/205">#205</a></li> </ul> <h2><a href="https://github.com/i18next/i18next-cli/compare/v1.47.10...v1.47.11">1.47.11</a> - 2026-03-03</h2> <ul> <li>Handle typed expressions in extractor <a href="https://redirect.github.com/i18next/i18next-cli/pull/204">#204</a></li> </ul> <h2><a href="https://github.com/i18next/i18next-cli/compare/v1.47.9...v1.47.10">1.47.10</a> - 2026-03-03</h2> <ul> <li>fallback locize cli calls to npx</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="a62967d752"><code>a62967d</code></a> 1.49.3</li> <li><a href="77df1a0879"><code>77df1a0</code></a> fix: disablePlurals flag ignored when extracting languages <a href="https://redirect.github.com/i18next/i18next-cli/issues/212">#212</a></li> <li><a href="f7f742a2ed"><code>f7f742a</code></a> cosmetics</li> <li><a href="86ee79299c"><code>86ee792</code></a> 1.49.2</li> <li><a href="c9df9f63b3"><code>c9df9f6</code></a> deps update</li> <li><a href="651c05b37c"><code>651c05b</code></a> release</li> <li><a href="46e6e40419"><code>46e6e40</code></a> Fixed: add file extensions to all imports (for d.ts files) (<a href="https://redirect.github.com/i18next/i18next-cli/issues/137">#137</a>) (<a href="https://redirect.github.com/i18next/i18next-cli/issues/211">#211</a>)</li> <li><a href="686827c763"><code>686827c</code></a> 1.49.1</li> <li><a href="f914f5de8b"><code>f914f5d</code></a> improvements for <a href="https://redirect.github.com/i18next/i18next-cli/issues/209">#209</a> and <a href="https://redirect.github.com/i18next/i18next-cli/issues/210">#210</a></li> <li><a href="f185254a8e"><code>f185254</code></a> 1.49.0</li> <li>Additional commits viewable in <a href="https://github.com/i18next/i18next-cli/compare/v1.47.9...v1.49.3">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
116
package-lock.json
generated
116
package-lock.json
generated
@@ -100,7 +100,7 @@
|
||||
"eslint-plugin-react": "^7.37.5",
|
||||
"eslint-plugin-react-hooks": "^7.0.1",
|
||||
"eslint-plugin-react-refresh": "^0.5.2",
|
||||
"i18next-cli": "^1.47.9",
|
||||
"i18next-cli": "^1.49.3",
|
||||
"istanbul": "^0.4.5",
|
||||
"istanbul-lib-coverage": "^3.2.2",
|
||||
"postcss": "^8.5.8",
|
||||
@@ -3115,9 +3115,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@swc/core": {
|
||||
"version": "1.15.17",
|
||||
"resolved": "https://registry.npmjs.org/@swc/core/-/core-1.15.17.tgz",
|
||||
"integrity": "sha512-Mu3eOrYlkdQPl7yqotNckitTr6FZ0yd7mlWIBEzK+EGIyybgMENJHmbS2DeA7BMleJiBElP6ke+Nz93pkKmKJw==",
|
||||
"version": "1.15.18",
|
||||
"resolved": "https://registry.npmjs.org/@swc/core/-/core-1.15.18.tgz",
|
||||
"integrity": "sha512-z87aF9GphWp//fnkRsqvtY+inMVPgYW3zSlXH1kJFvRT5H/wiAn+G32qW5l3oEk63KSF1x3Ov0BfHCObAmT8RA==",
|
||||
"dev": true,
|
||||
"hasInstallScript": true,
|
||||
"license": "Apache-2.0",
|
||||
@@ -3133,16 +3133,16 @@
|
||||
"url": "https://opencollective.com/swc"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"@swc/core-darwin-arm64": "1.15.17",
|
||||
"@swc/core-darwin-x64": "1.15.17",
|
||||
"@swc/core-linux-arm-gnueabihf": "1.15.17",
|
||||
"@swc/core-linux-arm64-gnu": "1.15.17",
|
||||
"@swc/core-linux-arm64-musl": "1.15.17",
|
||||
"@swc/core-linux-x64-gnu": "1.15.17",
|
||||
"@swc/core-linux-x64-musl": "1.15.17",
|
||||
"@swc/core-win32-arm64-msvc": "1.15.17",
|
||||
"@swc/core-win32-ia32-msvc": "1.15.17",
|
||||
"@swc/core-win32-x64-msvc": "1.15.17"
|
||||
"@swc/core-darwin-arm64": "1.15.18",
|
||||
"@swc/core-darwin-x64": "1.15.18",
|
||||
"@swc/core-linux-arm-gnueabihf": "1.15.18",
|
||||
"@swc/core-linux-arm64-gnu": "1.15.18",
|
||||
"@swc/core-linux-arm64-musl": "1.15.18",
|
||||
"@swc/core-linux-x64-gnu": "1.15.18",
|
||||
"@swc/core-linux-x64-musl": "1.15.18",
|
||||
"@swc/core-win32-arm64-msvc": "1.15.18",
|
||||
"@swc/core-win32-ia32-msvc": "1.15.18",
|
||||
"@swc/core-win32-x64-msvc": "1.15.18"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@swc/helpers": ">=0.5.17"
|
||||
@@ -3154,9 +3154,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@swc/core-darwin-arm64": {
|
||||
"version": "1.15.17",
|
||||
"resolved": "https://registry.npmjs.org/@swc/core-darwin-arm64/-/core-darwin-arm64-1.15.17.tgz",
|
||||
"integrity": "sha512-eB9qdyt4E60323IS0rgV/rd79DJ+YWSyIKi+sT1dlIgR3ns4xlBiunREM3lVH0FKcUbhttiBvdVubT4QoOuZ+w==",
|
||||
"version": "1.15.18",
|
||||
"resolved": "https://registry.npmjs.org/@swc/core-darwin-arm64/-/core-darwin-arm64-1.15.18.tgz",
|
||||
"integrity": "sha512-+mIv7uBuSaywN3C9LNuWaX1jJJ3SKfiJuE6Lr3bd+/1Iv8oMU7oLBjYMluX1UrEPzwN2qCdY6Io0yVicABoCwQ==",
|
||||
"cpu": [
|
||||
"arm64"
|
||||
],
|
||||
@@ -3171,9 +3171,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@swc/core-darwin-x64": {
|
||||
"version": "1.15.17",
|
||||
"resolved": "https://registry.npmjs.org/@swc/core-darwin-x64/-/core-darwin-x64-1.15.17.tgz",
|
||||
"integrity": "sha512-k1TZARYs8947jJpSioqcPrusz+wEeABF4iiSdwcSyQh2rIUdIEk5FOyaqJASFPJ6dZfx7ZVOyjtDATVAegs2/Q==",
|
||||
"version": "1.15.18",
|
||||
"resolved": "https://registry.npmjs.org/@swc/core-darwin-x64/-/core-darwin-x64-1.15.18.tgz",
|
||||
"integrity": "sha512-wZle0eaQhnzxWX5V/2kEOI6Z9vl/lTFEC6V4EWcn+5pDjhemCpQv9e/TDJ0GIoiClX8EDWRvuZwh+Z3dhL1NAg==",
|
||||
"cpu": [
|
||||
"x64"
|
||||
],
|
||||
@@ -3188,9 +3188,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@swc/core-linux-arm-gnueabihf": {
|
||||
"version": "1.15.17",
|
||||
"resolved": "https://registry.npmjs.org/@swc/core-linux-arm-gnueabihf/-/core-linux-arm-gnueabihf-1.15.17.tgz",
|
||||
"integrity": "sha512-p6282NQZo5bzx0wphz1ETGjhcRB9CN+/XUAjQwApyoyX9iCloI5IT/RC3vjbflo42g8RPTxUTaItAO0hlLSesQ==",
|
||||
"version": "1.15.18",
|
||||
"resolved": "https://registry.npmjs.org/@swc/core-linux-arm-gnueabihf/-/core-linux-arm-gnueabihf-1.15.18.tgz",
|
||||
"integrity": "sha512-ao61HGXVqrJFHAcPtF4/DegmwEkVCo4HApnotLU8ognfmU8x589z7+tcf3hU+qBiU1WOXV5fQX6W9Nzs6hjxDw==",
|
||||
"cpu": [
|
||||
"arm"
|
||||
],
|
||||
@@ -3205,9 +3205,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@swc/core-linux-arm64-gnu": {
|
||||
"version": "1.15.17",
|
||||
"resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-gnu/-/core-linux-arm64-gnu-1.15.17.tgz",
|
||||
"integrity": "sha512-TGnDS4ejy8y9jqxXqZCyA+DvFc64nXUHS9rxdyeJ9B9uyIdtKVhBrA2xfghYRS/sSPSyHZ0yu89NxBICvONH+A==",
|
||||
"version": "1.15.18",
|
||||
"resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-gnu/-/core-linux-arm64-gnu-1.15.18.tgz",
|
||||
"integrity": "sha512-3xnctOBLIq3kj8PxOCgPrGjBLP/kNOddr6f5gukYt/1IZxsITQaU9TDyjeX6jG+FiCIHjCuWuffsyQDL5Ew1bg==",
|
||||
"cpu": [
|
||||
"arm64"
|
||||
],
|
||||
@@ -3222,9 +3222,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@swc/core-linux-arm64-musl": {
|
||||
"version": "1.15.17",
|
||||
"resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-musl/-/core-linux-arm64-musl-1.15.17.tgz",
|
||||
"integrity": "sha512-D0/6Hj4CkgSTTahtlGxv9IDsLTuvQz30mkZEMDp8TqwYhCL8AomznkibwlQU8HtY4q/dqd1OGRPH+FmNb4BBEA==",
|
||||
"version": "1.15.18",
|
||||
"resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-musl/-/core-linux-arm64-musl-1.15.18.tgz",
|
||||
"integrity": "sha512-0a+Lix+FSSHBSBOA0XznCcHo5/1nA6oLLjcnocvzXeqtdjnPb+SvchItHI+lfeiuj1sClYPDvPMLSLyXFaiIKw==",
|
||||
"cpu": [
|
||||
"arm64"
|
||||
],
|
||||
@@ -3239,9 +3239,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@swc/core-linux-x64-gnu": {
|
||||
"version": "1.15.17",
|
||||
"resolved": "https://registry.npmjs.org/@swc/core-linux-x64-gnu/-/core-linux-x64-gnu-1.15.17.tgz",
|
||||
"integrity": "sha512-1s2OFsg6DeRkWU7c+PIfIHZsFCbiZ34akXFHrg7KjpF8zIvpHZNoUUZimoWEwcB6GquXSkAO+1b5KpG5nusTeQ==",
|
||||
"version": "1.15.18",
|
||||
"resolved": "https://registry.npmjs.org/@swc/core-linux-x64-gnu/-/core-linux-x64-gnu-1.15.18.tgz",
|
||||
"integrity": "sha512-wG9J8vReUlpaHz4KOD/5UE1AUgirimU4UFT9oZmupUDEofxJKYb1mTA/DrMj0s78bkBiNI+7Fo2EgPuvOJfuAA==",
|
||||
"cpu": [
|
||||
"x64"
|
||||
],
|
||||
@@ -3256,9 +3256,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@swc/core-linux-x64-musl": {
|
||||
"version": "1.15.17",
|
||||
"resolved": "https://registry.npmjs.org/@swc/core-linux-x64-musl/-/core-linux-x64-musl-1.15.17.tgz",
|
||||
"integrity": "sha512-gtxGMGYtRWWmCcgx6xM2Yos43uiE/j8kZwkeL/LNGG9zM0tatd23NsfL9PnQJ45hY7QZ+dx2rM68e4ArgG4kJg==",
|
||||
"version": "1.15.18",
|
||||
"resolved": "https://registry.npmjs.org/@swc/core-linux-x64-musl/-/core-linux-x64-musl-1.15.18.tgz",
|
||||
"integrity": "sha512-4nwbVvCphKzicwNWRmvD5iBaZj8JYsRGa4xOxJmOyHlMDpsvvJ2OR2cODlvWyGFH6BYL1MfIAK3qph3hp0Az6g==",
|
||||
"cpu": [
|
||||
"x64"
|
||||
],
|
||||
@@ -3273,9 +3273,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@swc/core-win32-arm64-msvc": {
|
||||
"version": "1.15.17",
|
||||
"resolved": "https://registry.npmjs.org/@swc/core-win32-arm64-msvc/-/core-win32-arm64-msvc-1.15.17.tgz",
|
||||
"integrity": "sha512-gxi+/Miytez/O9vJ/QiheIivA3oWZjPp9nJu3VmAfLMWUzcZORMwgaI1ygtDTLjz7CzcwlGMJz/Ab66Y5DfNpg==",
|
||||
"version": "1.15.18",
|
||||
"resolved": "https://registry.npmjs.org/@swc/core-win32-arm64-msvc/-/core-win32-arm64-msvc-1.15.18.tgz",
|
||||
"integrity": "sha512-zk0RYO+LjiBCat2RTMHzAWaMky0cra9loH4oRrLKLLNuL+jarxKLFDA8xTZWEkCPLjUTwlRN7d28eDLLMgtUcQ==",
|
||||
"cpu": [
|
||||
"arm64"
|
||||
],
|
||||
@@ -3290,9 +3290,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@swc/core-win32-ia32-msvc": {
|
||||
"version": "1.15.17",
|
||||
"resolved": "https://registry.npmjs.org/@swc/core-win32-ia32-msvc/-/core-win32-ia32-msvc-1.15.17.tgz",
|
||||
"integrity": "sha512-KUsRqNbTp7SpNK0T9m4+i8GlngzNjwb69a3ttKA6XJ5r6Pewm+NSYji93pNkawXIivbWY2jhvceGMAyd+4hWaQ==",
|
||||
"version": "1.15.18",
|
||||
"resolved": "https://registry.npmjs.org/@swc/core-win32-ia32-msvc/-/core-win32-ia32-msvc-1.15.18.tgz",
|
||||
"integrity": "sha512-yVuTrZ0RccD5+PEkpcLOBAuPbYBXS6rslENvIXfvJGXSdX5QGi1ehC4BjAMl5FkKLiam4kJECUI0l7Hq7T1vwg==",
|
||||
"cpu": [
|
||||
"ia32"
|
||||
],
|
||||
@@ -3307,9 +3307,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@swc/core-win32-x64-msvc": {
|
||||
"version": "1.15.17",
|
||||
"resolved": "https://registry.npmjs.org/@swc/core-win32-x64-msvc/-/core-win32-x64-msvc-1.15.17.tgz",
|
||||
"integrity": "sha512-zqtEGE0/rTKvEC5sOtpANLHeWEPjsTD4/rwpUxo6ymztcLI/Z+L9Wi9xQvIGmLTUih1gvNZcAwROqdfRP3oAWQ==",
|
||||
"version": "1.15.18",
|
||||
"resolved": "https://registry.npmjs.org/@swc/core-win32-x64-msvc/-/core-win32-x64-msvc-1.15.18.tgz",
|
||||
"integrity": "sha512-7NRmE4hmUQNCbYU3Hn9Tz57mK9Qq4c97ZS+YlamlK6qG9Fb5g/BB3gPDe0iLlJkns/sYv2VWSkm8c3NmbEGjbg==",
|
||||
"cpu": [
|
||||
"x64"
|
||||
],
|
||||
@@ -8286,14 +8286,14 @@
|
||||
}
|
||||
},
|
||||
"node_modules/i18next-cli": {
|
||||
"version": "1.47.9",
|
||||
"resolved": "https://registry.npmjs.org/i18next-cli/-/i18next-cli-1.47.9.tgz",
|
||||
"integrity": "sha512-ZdiV1BOufpw0SEuCkzHFSadW6Ldn0qXiEdOX1o/C4NbjNjSxSXKmXFxAQFLc1EMUyR0wAQTTFCjKYzBASlo+Ig==",
|
||||
"version": "1.49.3",
|
||||
"resolved": "https://registry.npmjs.org/i18next-cli/-/i18next-cli-1.49.3.tgz",
|
||||
"integrity": "sha512-QVWEc/P8ub7DtXLr2PrHUBYh9QvNE7CvGLCORz7BDgrs+oieYIu6cFoR4RdOZwhPlgcOFVQpOSJlMIX8RVpiAg==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@croct/json5-parser": "0.2.2",
|
||||
"@swc/core": "1.15.17",
|
||||
"@swc/core": "1.15.18",
|
||||
"chokidar": "5.0.0",
|
||||
"commander": "14.0.3",
|
||||
"execa": "9.6.1",
|
||||
@@ -8302,11 +8302,11 @@
|
||||
"inquirer": "13.3.0",
|
||||
"jiti": "2.6.1",
|
||||
"jsonc-parser": "3.3.1",
|
||||
"magic-string": "0.30.12",
|
||||
"magic-string": "0.30.21",
|
||||
"minimatch": "10.2.4",
|
||||
"ora": "9.3.0",
|
||||
"react": "^19.2.4",
|
||||
"react-i18next": "^16.5.4",
|
||||
"react-i18next": "^16.5.5",
|
||||
"yaml": "2.8.2"
|
||||
},
|
||||
"bin": {
|
||||
@@ -8489,16 +8489,6 @@
|
||||
"node": "20 || >=22"
|
||||
}
|
||||
},
|
||||
"node_modules/i18next-cli/node_modules/magic-string": {
|
||||
"version": "0.30.12",
|
||||
"resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.12.tgz",
|
||||
"integrity": "sha512-Ea8I3sQMVXr8JhN4z+H/d8zwo+tYDgHE9+5G4Wnrwhs0gaK9fXTKx0Tw5Xwsd/bCPTTZNRAdpyzvoeORe9LYpw==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@jridgewell/sourcemap-codec": "^1.5.0"
|
||||
}
|
||||
},
|
||||
"node_modules/i18next-cli/node_modules/minimatch": {
|
||||
"version": "10.2.4",
|
||||
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.4.tgz",
|
||||
@@ -12812,9 +12802,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/react-i18next": {
|
||||
"version": "16.5.4",
|
||||
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-16.5.4.tgz",
|
||||
"integrity": "sha512-6yj+dcfMncEC21QPhOTsW8mOSO+pzFmT6uvU7XXdvM/Cp38zJkmTeMeKmTrmCMD5ToT79FmiE/mRWiYWcJYW4g==",
|
||||
"version": "16.5.6",
|
||||
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-16.5.6.tgz",
|
||||
"integrity": "sha512-Ua7V2/efA88ido7KyK51fb8Ki8M/sRfW8LR/rZ/9ZKr2luhuTI7kwYZN5agT1rWG7aYm5G0RYE/6JR8KJoCMDw==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.28.4",
|
||||
|
||||
@@ -134,7 +134,7 @@
|
||||
"eslint-plugin-react": "^7.37.5",
|
||||
"eslint-plugin-react-hooks": "^7.0.1",
|
||||
"eslint-plugin-react-refresh": "^0.5.2",
|
||||
"i18next-cli": "^1.47.9",
|
||||
"i18next-cli": "^1.49.3",
|
||||
"istanbul": "^0.4.5",
|
||||
"istanbul-lib-coverage": "^3.2.2",
|
||||
"postcss": "^8.5.8",
|
||||
|
||||
Reference in New Issue
Block a user