Fix strings without literals included in ftl json. Fix #4759

Updated ftl-tx to a version that includes this fix.
This commit is contained in:
Tom Najdek 2024-10-17 15:40:44 +02:00
parent b6d44520a8
commit bb6085bbe0
No known key found for this signature in database
GPG key ID: EEC61A7B4C667D77
2 changed files with 8 additions and 9 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.14.0",
"ftl-tx": "^0.15.0",
"globby": "^6.1.0",
"jspath": "^0.4.0",
"mocha": "^10.4.0",
@ -3667,11 +3667,10 @@
}
},
"node_modules/ftl-tx": {
"version": "0.14.0",
"resolved": "https://registry.npmjs.org/ftl-tx/-/ftl-tx-0.14.0.tgz",
"integrity": "sha512-KFPG03sSucPGVJpz3QuDanXxcgoCQiZRR2GcPGNozUl9OKpDWNrkFo7oA9euBaDBXiWgQvQW6UplIllEO3Fciw==",
"version": "0.15.0",
"resolved": "https://registry.npmjs.org/ftl-tx/-/ftl-tx-0.15.0.tgz",
"integrity": "sha512-t/evyD5Si6sIsR1yDAXip3t3+jRin9Oi0FLjM7chUNWEamk0CXlYmT6xbmSUrwjnkuM3FQwUWdWZlekVujlDZg==",
"dev": true,
"license": "AGPL-3.0",
"dependencies": {
"@fluent/syntax": "^0.19.0"
}
@ -10586,9 +10585,9 @@
}
},
"ftl-tx": {
"version": "0.14.0",
"resolved": "https://registry.npmjs.org/ftl-tx/-/ftl-tx-0.14.0.tgz",
"integrity": "sha512-KFPG03sSucPGVJpz3QuDanXxcgoCQiZRR2GcPGNozUl9OKpDWNrkFo7oA9euBaDBXiWgQvQW6UplIllEO3Fciw==",
"version": "0.15.0",
"resolved": "https://registry.npmjs.org/ftl-tx/-/ftl-tx-0.15.0.tgz",
"integrity": "sha512-t/evyD5Si6sIsR1yDAXip3t3+jRin9Oi0FLjM7chUNWEamk0CXlYmT6xbmSUrwjnkuM3FQwUWdWZlekVujlDZg==",
"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.14.0",
"ftl-tx": "^0.15.0",
"globby": "^6.1.0",
"jspath": "^0.4.0",
"mocha": "^10.4.0",