Skip to content

Commit

Permalink
update newsroom core to v2.5-rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
petrjasek committed Oct 13, 2023
1 parent 345b084 commit 4b30271
Show file tree
Hide file tree
Showing 4 changed files with 90 additions and 82 deletions.
150 changes: 79 additions & 71 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.5-rc2"
"newsroom-core": "github:superdesk/newsroom-core#v2.5-rc3"
},
"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/[email protected]rc2#egg=Newsroom-Core
git+https://github.com/superdesk/[email protected]rc3#egg=Newsroom-Core
18 changes: 9 additions & 9 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.28.58
boto3==1.28.63
# via superdesk-core
botocore==1.31.58
botocore==1.31.63
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -94,7 +94,7 @@ cryptography==41.0.4
# pyhanko-certvalidator
cssselect2==0.7.0
# via svglib
deepdiff==6.5.0
deepdiff==6.6.0
# via superdesk-planning
deprecated==1.2.14
# via
Expand All @@ -104,7 +104,7 @@ draftjs-exporter[lxml]==2.1.7
# via superdesk-core
ecs-logging==2.1.0
# via elastic-apm
elastic-apm[flask]==6.18.0
elastic-apm[flask]==6.19.0
# via superdesk-core
elasticsearch==7.13.4
# via eve-elastic
Expand Down Expand Up @@ -136,7 +136,7 @@ flask==1.1.2
# superdesk-core
flask-babel==1.0.0
# via superdesk-core
flask-caching==2.0.2
flask-caching==2.1.0
# via newsroom-core
flask-limiter==0.9.5.1
# via newsroom-core
Expand Down Expand Up @@ -219,7 +219,7 @@ mongolock==1.3.4
# via superdesk-core
natsort==8.4.0
# via croniter
newsroom-core @ git+https://github.com/superdesk/[email protected]rc2
newsroom-core @ git+https://github.com/superdesk/[email protected]rc3
# via -r requirements.in
oauth2client==4.1.3
# via flask-oidc-ex
Expand Down Expand Up @@ -268,7 +268,7 @@ pyparsing==3.1.1
# via
# httplib2
# pyrtf3
pypdf==3.16.2
pypdf==3.16.4
# via xhtml2pdf
pypng==0.20220715.0
# via qrcode
Expand Down Expand Up @@ -338,7 +338,7 @@ sentry-sdk[flask]==1.5.12
# via newsroom-core
sgmllib3k==1.0.0
# via feedparser
simplejson==3.19.1
simplejson==3.19.2
# via eve
six==1.16.0
# via
Expand Down Expand Up @@ -400,7 +400,7 @@ werkzeug==1.0.1
# via
# flask
# superdesk-core
wrapt==1.15.0
wrapt==1.14.1
# via
# deprecated
# elastic-apm
Expand Down

0 comments on commit 4b30271

Please sign in to comment.