mirror of
https://github.com/zotero/zotero.git
synced 2026-08-28 05:25:31 +00:00
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:
parent
b6d44520a8
commit
bb6085bbe0
2 changed files with 8 additions and 9 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.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"
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue