Skip to content

Commit

Permalink
use core v2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
petrjasek committed Mar 27, 2024
1 parent c4f4783 commit a2c544e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 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.6"
"newsroom-core": "github:superdesk/newsroom-core#v2.6.0"
},
"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.6#egg=Newsroom-Core
git+https://github.com/superdesk/newsroom-core.git@v2.6.0#egg=Newsroom-Core
16 changes: 8 additions & 8 deletions server/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ blinker==1.7.0
# raven
# sentry-sdk
# superdesk-core
boto3==1.34.66
boto3==1.34.71
# via superdesk-core
botocore==1.34.66
botocore==1.34.71
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -78,7 +78,7 @@ click==8.1.7
# newsroom-core
# pyhanko
# superdesk-core
click-didyoumean==0.3.0
click-didyoumean==0.3.1
# via celery
click-plugins==1.1.1
# via celery
Expand Down Expand Up @@ -170,7 +170,7 @@ icalendar==4.0.9
# via superdesk-planning
idna==3.6
# via requests
importlib-resources==6.3.2
importlib-resources==6.4.0
# via limits
isodate==0.6.1
# via python3-saml
Expand Down Expand Up @@ -217,7 +217,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.6
newsroom-core @ git+https://github.com/superdesk/newsroom-core.git@v2.6.0
# via -r requirements.in
oauth2client==4.1.3
# via flask-oidc-ex
Expand All @@ -236,13 +236,13 @@ pillow==9.2.0
# xhtml2pdf
prompt-toolkit==3.0.43
# via click-repl
pyasn1==0.5.1
pyasn1==0.6.0
# via
# ldap3
# oauth2client
# pyasn1-modules
# rsa
pyasn1-modules==0.3.0
pyasn1-modules==0.4.0
# via
# google-auth
# oauth2client
Expand Down Expand Up @@ -327,7 +327,7 @@ requests==2.31.0
# python-twitter
# requests-oauthlib
# superdesk-core
requests-oauthlib==1.4.0
requests-oauthlib==2.0.0
# via python-twitter
rsa==4.9
# via
Expand Down

0 comments on commit a2c544e

Please sign in to comment.