Skip to content

Commit

Permalink
Update cores to latest RC releases
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkLark86 committed Oct 27, 2023
1 parent 9dd575a commit 1060b3f
Show file tree
Hide file tree
Showing 4 changed files with 74 additions and 170 deletions.
220 changes: 62 additions & 158 deletions client/package-lock.json

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

6 changes: 3 additions & 3 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"name": "superdesk",
"license": "AGPL-3.0",
"dependencies": {
"superdesk-analytics": "github:superdesk/superdesk-analytics#release/2.6",
"superdesk-core": "github:superdesk/superdesk-client-core#hotfix/2.6.3",
"superdesk-planning": "github:superdesk/superdesk-planning#hotfix/2.6.3"
"superdesk-analytics": "github:superdesk/superdesk-analytics#v2.6.0",
"superdesk-core": "github:superdesk/superdesk-client-core#v2.6.3-rc1",
"superdesk-planning": "github:superdesk/superdesk-planning#v2.6.3-rc1"
},
"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
Expand Up @@ -3,5 +3,5 @@ honcho==1.0.1
slackclient==1.0.9

git+https://github.com/superdesk/[email protected]#egg=superdesk-core
git+https://github.com/superdesk/superdesk-planning.git@hotfix/2.6.3#egg=superdesk-planning
git+https://github.com/superdesk/superdesk-analytics@release/2.6#egg=superdesk-analytics
git+https://github.com/superdesk/superdesk-planning.git@v2.6.3-rc1#egg=superdesk-planning
git+https://github.com/superdesk/superdesk-analytics@v2.6.0#egg=superdesk-analytics
Loading

0 comments on commit 1060b3f

Please sign in to comment.