Skip to content

Commit

Permalink
use core v2.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
petrjasek committed Dec 11, 2024
1 parent 7172e93 commit 30f573f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
10 changes: 5 additions & 5 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"build": "webpack --mode production --progress"
},
"dependencies": {
"newsroom-core": "github:superdesk/newsroom-core#release/2.8"
"newsroom-core": "github:superdesk/newsroom-core#v2.8.2"
}
}
2 changes: 1 addition & 1 deletion server/requirements.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
newsroom-core @ git+https://github.com/superdesk/newsroom-core.git@release/2.8
newsroom-core @ git+https://github.com/superdesk/newsroom-core.git@v2.8.2
3 changes: 1 addition & 2 deletions server/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ billiard==4.2.1
blinker==1.8.2
# via
# elastic-apm
# flask
# flask-mail
# raven
# sentry-sdk
Expand Down Expand Up @@ -231,7 +230,7 @@ markupsafe==2.0.1
# wtforms
mongolock @ git+https://github.com/superdesk/mongolock.git@v1
# via superdesk-core
newsroom-core @ git+https://github.com/superdesk/newsroom-core.git@release/2.8
newsroom-core @ git+https://github.com/superdesk/newsroom-core.git@v2.8.2
# via -r requirements.in
oauth2client==4.1.3
# via flask-oidc-ex
Expand Down

0 comments on commit 30f573f

Please sign in to comment.