Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade lemmy-bot and lemmy-js-client version to be compatible with lemmy 0.19.3 #12

Merged
merged 5 commits into from
Jan 27, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update lemmy-js-client version that is compatible with lemmy-bot 0.5.…
…1 version
Naomikho committed Jan 27, 2024
commit b11c46c1670cd2fc8aa64a4e90ddb13304d356b5
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -53,7 +53,7 @@
"inversify": "^6.0.1",
"inversify-binding-decorators": "^4.0.0",
"lemmy-bot": "^0.5.1",
"lemmy-js-client": "^0.18.1-rc.3",
"lemmy-js-client": "0.19.2-alpha.3",
"moment": "^2.29.4",
"mysql2": "^3.6.0",
"pg": "8.2.x",
15 changes: 11 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -2693,10 +2693,10 @@ lemmy-js-client@0.19.0:
cross-fetch "^3.1.5"
form-data "^4.0.0"

lemmy-js-client@^0.18.1-rc.3:
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==
lemmy-js-client@0.19.2-alpha.3:
version "0.19.2-alpha.3"
resolved "https://registry.yarnpkg.com/lemmy-js-client/-/lemmy-js-client-0.19.2-alpha.3.tgz#644bf9f2bf406b08342ea10f8e325953112f628a"
integrity sha512-SqI/S4mPsbo35Yo1ODYP4vhj5lGlci73KKdQigaT+6hO8SQaeATcMBV3RBxUYswNGGLN4vN+sCvavGoATfkqCw==
dependencies:
cross-fetch "^3.1.5"
form-data "^4.0.0"
@@ -3981,6 +3981,13 @@ unique-filename@^1.1.1:
dependencies:
unique-slug "^2.0.0"

unique-slug@^2.0.0:
version "2.0.2"
resolved "https://registry.yarnpkg.com/unique-slug/-/unique-slug-2.0.2.tgz#baabce91083fc64e945b0f3ad613e264f7cd4e6c"
integrity sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w==
dependencies:
imurmurhash "^0.1.4"

update-browserslist-db@^1.0.11:
version "1.0.11"
resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.0.11.tgz#9a2a641ad2907ae7b3616506f4b977851db5b940"