Skip to content

Commit

Permalink
Update lemmy-js-client and lemmy-translations (#1848)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunaurus authored and dessalines committed Jul 10, 2023
1 parent 7197474 commit 853a88e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lemmy-translations
Submodule lemmy-translations updated 67 files
+1 −1 email/bg.json
+5 −2 email/da.json
+1 −1 email/de.json
+5 −2 email/el.json
+4 −3 email/en.json
+1 −1 email/eo.json
+1 −1 email/es.json
+1 −1 email/eu.json
+1 −1 email/fi.json
+1 −1 email/fr.json
+1 −1 email/hu.json
+1 −1 email/id.json
+1 −1 email/it.json
+1 −1 email/ja.json
+1 −1 email/ko.json
+1 −1 email/oc.json
+1 −1 email/pt.json
+1 −1 email/pt_BR.json
+1 −1 email/ro.json
+1 −1 email/ru.json
+1 −1 email/sk.json
+1 −1 email/tr.json
+1 −1 email/uk.json
+10 −1 email/zh_Hans.json
+1 −1 email/zh_Hant.json
+480 −486 translations/ar.json
+391 −393 translations/bg.json
+109 −107 translations/bn.json
+488 −309 translations/ca.json
+370 −373 translations/cs.json
+5 −5 translations/da.json
+96 −74 translations/de.json
+512 −463 translations/el.json
+9 −1 translations/en.json
+28 −6 translations/eo.json
+27 −6 translations/es.json
+437 −439 translations/eu.json
+295 −297 translations/fa.json
+83 −83 translations/fi.json
+35 −3 translations/fr.json
+325 −330 translations/ga.json
+490 −455 translations/gl.json
+73 −1 translations/he.json
+412 −414 translations/hu.json
+0 −1 translations/id.json
+435 −419 translations/it.json
+16 −15 translations/ja.json
+225 −227 translations/ka.json
+439 −440 translations/ko.json
+13 −16 translations/lt.json
+50 −1 translations/lv.json
+180 −182 translations/ml.json
+391 −393 translations/nl.json
+410 −412 translations/oc.json
+0 −3 translations/pl.json
+8 −8 translations/pt.json
+0 −2 translations/pt_BR.json
+0 −3 translations/ru.json
+0 −3 translations/sk.json
+237 −239 translations/sq.json
+0 −2 translations/sv.json
+213 −139 translations/th.json
+226 −4 translations/tr.json
+331 −323 translations/uk.json
+375 −376 translations/vi.json
+0 −1 translations/zh.json
+395 −396 translations/zh_Hant.json
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"inferno-router": "^8.1.1",
"inferno-server": "^8.1.1",
"jwt-decode": "^3.1.2",
"lemmy-js-client": "0.18.0-rc.2",
"lemmy-js-client": "0.18.1",
"lodash.isequal": "^4.5.0",
"lodash.merge": "^4.6.2",
"markdown-it": "^13.0.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5497,10 +5497,10 @@ leac@^0.6.0:
resolved "https://registry.npmjs.org/leac/-/leac-0.6.0.tgz"
integrity sha512-y+SqErxb8h7nE/fiEX07jsbuhrpO9lL8eca7/Y1nuWV2moNlXhyd59iDGcRf6moVyDMbmTNzL40SUyrFU/yDpg==

[email protected].0-rc.2:
version "0.18.0-rc.2"
resolved "https://registry.npmjs.org/lemmy-js-client/-/lemmy-js-client-0.18.0-rc.2.tgz"
integrity sha512-bnYs89MjlQHwVIr1YIoAvgFkCTWrXDjSgPbCJx8ijrxZXqOKW/KAgWEisfqyFpy3dYpA3/sxFjh7b4sdxM+8VA==
[email protected].1:
version "0.18.1"
resolved "https://registry.yarnpkg.com/lemmy-js-client/-/lemmy-js-client-0.18.1.tgz#28df266eded0ef4a72b05ee6eabebddadfd81a27"
integrity sha512-maafUZ9ZJkXthRZmM0+limJmymF2kmN/8SiKufS3V4OVNM72s+wUFFiyhKmA370g23iZRW6SUagE7jNKnqNyYQ==
dependencies:
cross-fetch "^3.1.5"
form-data "^4.0.0"
Expand Down

0 comments on commit 853a88e

Please sign in to comment.