Skip to content

Commit

Permalink
use superdesk v2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
petrjasek committed Sep 20, 2024
1 parent 59e2120 commit 47dd066
Show file tree
Hide file tree
Showing 4 changed files with 78 additions and 84 deletions.
91 changes: 37 additions & 54 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "superdesk",
"license": "AGPL-3.0",
"dependencies": {
"superdesk-core": "github:superdesk/superdesk-client-core#v2.7.2",
"superdesk-planning": "github:superdesk/superdesk-planning#v2.7.2"
"superdesk-core": "github:superdesk/superdesk-client-core#release/2.8",
"superdesk-planning": "github:superdesk/superdesk-planning#release/2.8"
},
"scripts": {
"build": "npx @superdesk/build-tools build-root-repo ./",
Expand Down
4 changes: 2 additions & 2 deletions server/requirements.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
gunicorn
honcho

git+https://github.com/superdesk/superdesk-core.git@v2.7.3#egg=superdesk-core
git+https://github.com/superdesk/superdesk-planning.git@v2.7.2#egg=superdesk-planning
git+https://github.com/superdesk/superdesk-core.git@release/2.8#egg=superdesk-core
git+https://github.com/superdesk/superdesk-planning.git@release/2.8#egg=superdesk-planning
Loading

0 comments on commit 47dd066

Please sign in to comment.