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:
Tom Najdek 2024-10-18 01:29:05 +02:00
parent 1f5b7f5414
commit 46bdf3805f
No known key found for this signature in database
GPG key ID: EEC61A7B4C667D77
2 changed files with 9 additions and 8 deletions

15
package-lock.json generated
View file

@ -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"

View file

@ -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",