Trim plural/selector variants in ftl-to-json

Updated ftl-tx to a version that includes this fix.
This commit is contained in:
Tom Najdek 2024-08-07 11:41:37 +02:00
parent 4bdbc1a2fe
commit 214a668286
No known key found for this signature in database
GPG key ID: EEC61A7B4C667D77
2 changed files with 8 additions and 8 deletions

14
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.12.0",
"ftl-tx": "^0.13.0",
"globby": "^6.1.0",
"jspath": "^0.4.0",
"mocha": "^10.4.0",
@ -3667,9 +3667,9 @@
}
},
"node_modules/ftl-tx": {
"version": "0.12.0",
"resolved": "https://registry.npmjs.org/ftl-tx/-/ftl-tx-0.12.0.tgz",
"integrity": "sha512-MQTbjoIKXp7OcUchEXh4TgRlUWCdsDhhQtoBA4Zt+yq6TzzEDCR6ygyyZB7of4TqfCDjZ8ns9F9fK7yZh5xl1g==",
"version": "0.13.0",
"resolved": "https://registry.npmjs.org/ftl-tx/-/ftl-tx-0.13.0.tgz",
"integrity": "sha512-RRloNf6+Ye9t1s+DPdTUwkS4kl4xZJP3xWsdqDJBIXVeno7VJXBtS35hGkHkbCHcTNxC8uQ2UhINxZ94iOdDPw==",
"dev": true,
"license": "AGPL-3.0",
"dependencies": {
@ -10586,9 +10586,9 @@
}
},
"ftl-tx": {
"version": "0.12.0",
"resolved": "https://registry.npmjs.org/ftl-tx/-/ftl-tx-0.12.0.tgz",
"integrity": "sha512-MQTbjoIKXp7OcUchEXh4TgRlUWCdsDhhQtoBA4Zt+yq6TzzEDCR6ygyyZB7of4TqfCDjZ8ns9F9fK7yZh5xl1g==",
"version": "0.13.0",
"resolved": "https://registry.npmjs.org/ftl-tx/-/ftl-tx-0.13.0.tgz",
"integrity": "sha512-RRloNf6+Ye9t1s+DPdTUwkS4kl4xZJP3xWsdqDJBIXVeno7VJXBtS35hGkHkbCHcTNxC8uQ2UhINxZ94iOdDPw==",
"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.12.0",
"ftl-tx": "^0.13.0",
"globby": "^6.1.0",
"jspath": "^0.4.0",
"mocha": "^10.4.0",