Localization: Fix a bug when dealing with terms with references
Updated ftl-tx to a version that includes this fix.
This commit is contained in:
parent
1f5b7f5414
commit
46bdf3805f
2 changed files with 9 additions and 8 deletions
15
package-lock.json
generated
15
package-lock.json
generated
|
@ -40,7 +40,7 @@
|
|||
"eslint-plugin-react": "^7.28.0",
|
||||
"eslint-plugin-react-hooks": "^4.0.4",
|
||||
"fs-extra": "^3.0.1",
|
||||
"ftl-tx": "^0.15.0",
|
||||
"ftl-tx": "^0.15.1",
|
||||
"globby": "^6.1.0",
|
||||
"jspath": "^0.4.0",
|
||||
"mocha": "^10.4.0",
|
||||
|
@ -3667,10 +3667,11 @@
|
|||
}
|
||||
},
|
||||
"node_modules/ftl-tx": {
|
||||
"version": "0.15.0",
|
||||
"resolved": "https://registry.npmjs.org/ftl-tx/-/ftl-tx-0.15.0.tgz",
|
||||
"integrity": "sha512-t/evyD5Si6sIsR1yDAXip3t3+jRin9Oi0FLjM7chUNWEamk0CXlYmT6xbmSUrwjnkuM3FQwUWdWZlekVujlDZg==",
|
||||
"version": "0.15.1",
|
||||
"resolved": "https://registry.npmjs.org/ftl-tx/-/ftl-tx-0.15.1.tgz",
|
||||
"integrity": "sha512-NEaZVw0nVGy+TK7GpZx8q4u99eUbkg0Yhsh9c9r/kgnPIfHFrS/v9kn8YBDYxwBe/CqmnGPmOuuwXUGdILjSNQ==",
|
||||
"dev": true,
|
||||
"license": "AGPL-3.0",
|
||||
"dependencies": {
|
||||
"@fluent/syntax": "^0.19.0"
|
||||
}
|
||||
|
@ -10585,9 +10586,9 @@
|
|||
}
|
||||
},
|
||||
"ftl-tx": {
|
||||
"version": "0.15.0",
|
||||
"resolved": "https://registry.npmjs.org/ftl-tx/-/ftl-tx-0.15.0.tgz",
|
||||
"integrity": "sha512-t/evyD5Si6sIsR1yDAXip3t3+jRin9Oi0FLjM7chUNWEamk0CXlYmT6xbmSUrwjnkuM3FQwUWdWZlekVujlDZg==",
|
||||
"version": "0.15.1",
|
||||
"resolved": "https://registry.npmjs.org/ftl-tx/-/ftl-tx-0.15.1.tgz",
|
||||
"integrity": "sha512-NEaZVw0nVGy+TK7GpZx8q4u99eUbkg0Yhsh9c9r/kgnPIfHFrS/v9kn8YBDYxwBe/CqmnGPmOuuwXUGdILjSNQ==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@fluent/syntax": "^0.19.0"
|
||||
|
|
|
@ -49,7 +49,7 @@
|
|||
"eslint-plugin-react": "^7.28.0",
|
||||
"eslint-plugin-react-hooks": "^4.0.4",
|
||||
"fs-extra": "^3.0.1",
|
||||
"ftl-tx": "^0.15.0",
|
||||
"ftl-tx": "^0.15.1",
|
||||
"globby": "^6.1.0",
|
||||
"jspath": "^0.4.0",
|
||||
"mocha": "^10.4.0",
|
||||
|
|
Loading…
Add table
Reference in a new issue