Fix localize-ftl crashing when attribute is removed. Fix #4583
Some checks are pending
CI / Build, Upload, Test (push) Waiting to run
Some checks are pending
CI / Build, Upload, Test (push) Waiting to run
Updated ftl-tx to a version that includes this fix.
This commit is contained in:
parent
cd6c5cd30d
commit
04dbe51280
2 changed files with 8 additions and 8 deletions
14
package-lock.json
generated
14
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.13.0",
|
||||
"ftl-tx": "^0.14.0",
|
||||
"globby": "^6.1.0",
|
||||
"jspath": "^0.4.0",
|
||||
"mocha": "^10.4.0",
|
||||
|
@ -3667,9 +3667,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/ftl-tx": {
|
||||
"version": "0.13.0",
|
||||
"resolved": "https://registry.npmjs.org/ftl-tx/-/ftl-tx-0.13.0.tgz",
|
||||
"integrity": "sha512-RRloNf6+Ye9t1s+DPdTUwkS4kl4xZJP3xWsdqDJBIXVeno7VJXBtS35hGkHkbCHcTNxC8uQ2UhINxZ94iOdDPw==",
|
||||
"version": "0.14.0",
|
||||
"resolved": "https://registry.npmjs.org/ftl-tx/-/ftl-tx-0.14.0.tgz",
|
||||
"integrity": "sha512-KFPG03sSucPGVJpz3QuDanXxcgoCQiZRR2GcPGNozUl9OKpDWNrkFo7oA9euBaDBXiWgQvQW6UplIllEO3Fciw==",
|
||||
"dev": true,
|
||||
"license": "AGPL-3.0",
|
||||
"dependencies": {
|
||||
|
@ -10586,9 +10586,9 @@
|
|||
}
|
||||
},
|
||||
"ftl-tx": {
|
||||
"version": "0.13.0",
|
||||
"resolved": "https://registry.npmjs.org/ftl-tx/-/ftl-tx-0.13.0.tgz",
|
||||
"integrity": "sha512-RRloNf6+Ye9t1s+DPdTUwkS4kl4xZJP3xWsdqDJBIXVeno7VJXBtS35hGkHkbCHcTNxC8uQ2UhINxZ94iOdDPw==",
|
||||
"version": "0.14.0",
|
||||
"resolved": "https://registry.npmjs.org/ftl-tx/-/ftl-tx-0.14.0.tgz",
|
||||
"integrity": "sha512-KFPG03sSucPGVJpz3QuDanXxcgoCQiZRR2GcPGNozUl9OKpDWNrkFo7oA9euBaDBXiWgQvQW6UplIllEO3Fciw==",
|
||||
"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.13.0",
|
||||
"ftl-tx": "^0.14.0",
|
||||
"globby": "^6.1.0",
|
||||
"jspath": "^0.4.0",
|
||||
"mocha": "^10.4.0",
|
||||
|
|
Loading…
Reference in a new issue