Skip to content

Commit

Permalink
use core v2.7-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
petrjasek committed May 30, 2024
1 parent e522038 commit f6ee4b1
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
16 changes: 8 additions & 8 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,7 +4,7 @@
"build": "export NODE_ENV=production && webpack --progress --profile --colors"
},
"dependencies": {
"newsroom-core": "github:superdesk/newsroom-core#release/2.7"
"newsroom-core": "github:superdesk/newsroom-core#v2.7-rc1"
},
"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 +1 @@
git+https://github.com/superdesk/newsroom-core.git@release/2.7#egg=Newsroom-Core
git+https://github.com/superdesk/newsroom-core.git@v2.7-rc1#egg=Newsroom-Core
20 changes: 10 additions & 10 deletions server/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ blinker==1.7.0
# raven
# sentry-sdk
# superdesk-core
boto3==1.34.100
boto3==1.34.115
# via superdesk-core
botocore==1.34.100
botocore==1.34.115
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -107,7 +107,7 @@ draftjs-exporter[lxml]==2.1.7
# via superdesk-core
ecs-logging==2.1.0
# via elastic-apm
elastic-apm[flask]==6.22.0
elastic-apm[flask]==6.22.2
# via superdesk-core
elasticsearch==7.13.4
# via
Expand Down Expand Up @@ -210,7 +210,7 @@ kombu==5.2.4
# superdesk-core
ldap3==2.5.2
# via superdesk-core
limits==3.11.0
limits==3.12.0
# via flask-limiter
lxml==4.6.5
# via
Expand All @@ -229,7 +229,7 @@ mongolock==1.3.4
# via superdesk-core
natsort==8.4.0
# via croniter
newsroom-core @ git+https://github.com/superdesk/newsroom-core.git@release/2.7
newsroom-core @ git+https://github.com/superdesk/newsroom-core.git@v2.7-rc1
# via -r requirements.in
oauth2client==4.1.3
# via flask-oidc-ex
Expand All @@ -248,7 +248,7 @@ pillow==9.2.0
# reportlab
# superdesk-core
# xhtml2pdf
prompt-toolkit==3.0.43
prompt-toolkit==3.0.45
# via click-repl
pyasn1==0.6.0
# via
Expand Down Expand Up @@ -334,7 +334,7 @@ reportlab==3.6.13
# superdesk-core
# svglib
# xhtml2pdf
requests==2.31.0
requests==2.32.3
# via
# pyhanko
# pyhanko-certvalidator
Expand Down Expand Up @@ -375,7 +375,7 @@ tinycss2==1.3.0
# via
# cssselect2
# svglib
typing-extensions==4.11.0
typing-extensions==4.12.0
# via
# jwcrypto
# limits
Expand All @@ -388,7 +388,7 @@ tzlocal==2.1
# superdesk-core
unidecode==0.4.21
# via superdesk-core
uritools==4.0.2
uritools==4.0.3
# via pyhanko-certvalidator
urllib3==1.25.11
# via
Expand Down Expand Up @@ -416,7 +416,7 @@ werkzeug==1.0.1
# via
# flask
# superdesk-core
wrapt==1.14.1
wrapt==1.16.0
# via
# deprecated
# elastic-apm
Expand Down

0 comments on commit f6ee4b1

Please sign in to comment.