Skip to content

Commit

Permalink
chore(core): Updated client and server cores
Browse files Browse the repository at this point in the history
  • Loading branch information
Nemanja Pavlovic committed Oct 13, 2023
1 parent 285697c commit 46ec09d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "superdesk",
"license": "GPL-3.0",
"dependencies": {
"superdesk-core": "github:superdesk/superdesk-client-core#develop",
"superdesk-core": "github:superdesk/superdesk-client-core#authoring-react-post-broadcasting",
"superdesk-publisher": "github:superdesk/superdesk-publisher#develop"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion server/requirements.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
honcho
gunicorn
git+https://github.com/superdesk/superdesk-core.git@v2.6.3#egg=superdesk-core
git+https://github.com/superdesk/superdesk-core.git@release/2.7#egg=superdesk-core
2 changes: 1 addition & 1 deletion server/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ six==1.16.0
# flask-oidc-ex
# oauth2client
# python-dateutil
superdesk-core @ git+https://github.com/superdesk/superdesk-core.git@v2.6.3
superdesk-core @ git+https://github.com/superdesk/superdesk-core.git@release/2.7
# via -r requirements.in
typing-extensions==4.5.0
# via superdesk-core
Expand Down

0 comments on commit 46ec09d

Please sign in to comment.