Skip to content

Commit

Permalink
update core
Browse files Browse the repository at this point in the history
  • Loading branch information
petrjasek committed Jun 6, 2024
1 parent f6ee4b1 commit 33c8400
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 60 deletions.
104 changes: 52 additions & 52 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#v2.7-rc1"
"newsroom-core": "github:superdesk/newsroom-core#release/2.7"
},
"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@v2.7-rc1#egg=Newsroom-Core
git+https://github.com/superdesk/newsroom-core.git@release/2.7#egg=Newsroom-Core
9 changes: 3 additions & 6 deletions server/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile requirements.in
# pip-compile
#
amqp==5.2.0
# via kombu
Expand Down Expand Up @@ -30,7 +30,6 @@ billiard==3.6.4.0
blinker==1.7.0
# via
# elastic-apm
# flask
# flask-mail
# raven
# sentry-sdk
Expand Down Expand Up @@ -64,9 +63,7 @@ cffi==1.16.0
# bcrypt
# cryptography
chardet==5.2.0
# via
# reportlab
# superdesk-core
# via superdesk-core
charset-normalizer==3.3.2
# via requests
ciso8601==2.3.1
Expand Down Expand Up @@ -229,7 +226,7 @@ mongolock==1.3.4
# via superdesk-core
natsort==8.4.0
# via croniter
newsroom-core @ git+https://github.com/superdesk/newsroom-core.git@v2.7-rc1
newsroom-core @ git+https://github.com/superdesk/newsroom-core.git@release/2.7
# via -r requirements.in
oauth2client==4.1.3
# via flask-oidc-ex
Expand Down

0 comments on commit 33c8400

Please sign in to comment.