Skip to content

Commit

Permalink
update cores to v2.4.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
petrjasek committed Dec 10, 2021
1 parent b64efa9 commit 5f31879
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 32 deletions.
60 changes: 30 additions & 30 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 @@ -2,7 +2,7 @@
"name": "superdesk",
"license": "AGPL-3.0",
"dependencies": {
"superdesk-core": "github:superdesk/superdesk-client-core#release/2.4"
"superdesk-core": "github:superdesk/superdesk-client-core#v2.4.0-rc1"
},
"scripts": {
"build": "npx @superdesk/build-tools build-root-repo ./"
Expand Down
2 changes: 1 addition & 1 deletion server/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
gunicorn>=20.0.4,<20.1
honcho==1.0.1

-e git+https://github.com/superdesk/superdesk-core.git@release/2.4#egg=superdesk-core
-e git+https://github.com/superdesk/superdesk-core.git@v2.4.0-rc1#egg=superdesk-core

0 comments on commit 5f31879

Please sign in to comment.