Skip to content

Commit

Permalink
Update core to latest release/2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkLark86 committed May 15, 2023
1 parent 96ed3f7 commit 76aff06
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 23 deletions.
35 changes: 18 additions & 17 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-rc5"
"newsroom-core": "github:superdesk/newsroom-core#release/2.4"
},
"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/newsroom-core.git@v2.4.0-rc5#egg=Newsroom-Core
git+https://github.com/superdesk/newsroom-core.git@release/2.4#egg=Newsroom-Core
12 changes: 8 additions & 4 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.10
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile --resolver=backtracking requirements.in
Expand Down Expand Up @@ -32,9 +32,9 @@ blinker==1.4
# raven
# sentry-sdk
# superdesk-core
boto3==1.26.131
boto3==1.26.133
# via superdesk-core
botocore==1.29.131
botocore==1.29.133
# via
# boto3
# s3transfer
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/newsroom-core.git@v2.4.0-rc5
newsroom-core @ git+https://github.com/superdesk/newsroom-core.git@release/2.4
# via -r requirements.in
oauth2client==4.1.3
# via flask-oidc-ex
Expand Down Expand Up @@ -274,6 +274,7 @@ python3-saml==1.14.0
# via -r requirements.in
pytz==2023.3
# via
# babel
# celery
# eve-elastic
# flask-babel
Expand Down Expand Up @@ -345,6 +346,7 @@ tinycss2==1.2.1
typing-extensions==4.5.0
# via
# limits
# pypdf
# qrcode
# superdesk-core
tzlocal==2.1
Expand Down Expand Up @@ -390,6 +392,8 @@ 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 76aff06

Please sign in to comment.