Skip to content

Commit

Permalink
use core v2.5-beta1
Browse files Browse the repository at this point in the history
CPCN-215
  • Loading branch information
petrjasek committed Jun 29, 2023
1 parent 3ea5a36 commit 13a0c5d
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 24 deletions.
20 changes: 10 additions & 10 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#develop"
"newsroom-core": "github:superdesk/newsroom-core#v2.5-beta1"
},
"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,2 +1,2 @@
google-auth==2.6.0
git+https://github.com/superdesk/newsroom-core.git@develop#egg=Newsroom-Core
git+https://github.com/superdesk/newsroom-core.git@v2.5-beta1#egg=Newsroom-Core
25 changes: 13 additions & 12 deletions server/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ blinker==1.4
# raven
# sentry-sdk
# superdesk-core
boto3==1.26.142
boto3==1.26.163
# via superdesk-core
botocore==1.29.142
botocore==1.29.163
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -82,11 +82,11 @@ click-didyoumean==0.3.0
# via celery
click-plugins==1.1.1
# via celery
click-repl==0.2.0
click-repl==0.3.0
# via celery
croniter==0.3.37
# via superdesk-core
cryptography==40.0.2
cryptography==41.0.1
# via
# authlib
# jwcrypto
Expand All @@ -102,7 +102,9 @@ deprecated==1.2.14
# limits
draftjs-exporter[lxml]==2.1.7
# via superdesk-core
elastic-apm[flask]==6.15.1
ecs-logging==2.0.2
# via elastic-apm
elastic-apm[flask]==6.16.2
# via superdesk-core
elasticsearch==7.13.4
# via eve-elastic
Expand Down Expand Up @@ -189,7 +191,7 @@ jmespath==1.0.1
# via
# boto3
# botocore
jwcrypto==1.4.2
jwcrypto==1.5.0
# via
# flask-oidc-ex
# python-jwt
Expand All @@ -215,9 +217,9 @@ markupsafe==2.0.1
# superdesk-core
mongolock==1.3.4
# via superdesk-core
natsort==8.3.1
natsort==8.4.0
# via croniter
newsroom-core @ git+https://github.com/superdesk/newsroom-core.git@develop
newsroom-core @ git+https://github.com/superdesk/newsroom-core.git@v2.5-beta1
# via -r requirements.in
oauth2client==4.1.3
# via flask-oidc-ex
Expand Down Expand Up @@ -260,11 +262,11 @@ pymongo==3.11.4
# flask-pymongo
# mongolock
# superdesk-core
pyparsing==3.0.9
pyparsing==3.1.0
# via
# httplib2
# pyrtf3
pypdf==3.9.0
pypdf==3.11.1
# via xhtml2pdf
pypng==0.20220715.0
# via qrcode
Expand Down Expand Up @@ -339,7 +341,6 @@ simplejson==3.19.1
six==1.16.0
# via
# bcrypt
# click-repl
# flask-limiter
# flask-oidc-ex
# google-auth
Expand All @@ -358,7 +359,7 @@ tinycss2==1.2.1
# via
# cssselect2
# svglib
typing-extensions==4.6.2
typing-extensions==4.7.0
# via
# limits
# qrcode
Expand Down

0 comments on commit 13a0c5d

Please sign in to comment.