Skip to content

Commit

Permalink
update newsroom-core
Browse files Browse the repository at this point in the history
  • Loading branch information
petrjasek committed May 12, 2023
1 parent 1ac1d09 commit 96ed3f7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 13 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 @@ -5,7 +5,7 @@
},
"dependencies": {
"firebase": "9.6.11",
"newsroom-core": "github:superdesk/newsroom-core#v2.4.0-rc4"
"newsroom-core": "github:superdesk/newsroom-core#v2.4.0-rc5"
},
"devDependencies": {
"babel-plugin-transform-object-rest-spread": "^6.26.0",
Expand Down
2 changes: 1 addition & 1 deletion server/requirements.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
google-auth==2.6.0
python3-saml==1.14.0
git+https://github.com/superdesk/[email protected]rc4#egg=Newsroom-Core
git+https://github.com/superdesk/[email protected]rc5#egg=Newsroom-Core
8 changes: 2 additions & 6 deletions server/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --resolver=backtracking requirements.in
Expand Down Expand Up @@ -204,7 +204,7 @@ mongolock==1.3.4
# via superdesk-core
natsort==8.3.1
# via croniter
newsroom-core @ git+https://github.com/superdesk/[email protected]rc4
newsroom-core @ git+https://github.com/superdesk/[email protected]rc5
# via -r requirements.in
oauth2client==4.1.3
# via flask-oidc-ex
Expand Down Expand Up @@ -274,7 +274,6 @@ python3-saml==1.14.0
# via -r requirements.in
pytz==2023.3
# via
# babel
# celery
# eve-elastic
# flask-babel
Expand Down Expand Up @@ -346,7 +345,6 @@ tinycss2==1.2.1
typing-extensions==4.5.0
# via
# limits
# pypdf
# qrcode
# superdesk-core
tzlocal==2.1
Expand Down Expand Up @@ -392,8 +390,6 @@ xhtml2pdf==0.2.11
# via newsroom-core
xmlsec==1.3.13
# via python3-saml
zipp==3.15.0
# via importlib-resources

# The following packages are considered to be unsafe in a requirements file:
# setuptools

0 comments on commit 96ed3f7

Please sign in to comment.