Skip to content

Commit

Permalink
Update cores to latest 2.6.x-rc releases
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkLark86 committed Feb 17, 2023
1 parent c5b902c commit eda265c
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
22 changes: 11 additions & 11 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#2e03758",
"superdesk-planning": "github:superdesk/superdesk-planning#cdaa1a4"
"superdesk-core": "github:superdesk/superdesk-client-core#v2.6.1-rc1",
"superdesk-planning": "github:superdesk/superdesk-planning#v2.6.1-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
@@ -1,5 +1,5 @@
gunicorn
honcho

git+https://github.com/superdesk/superdesk-core.git@42ac2dd#egg=superdesk-core
git+https://github.com/superdesk/superdesk-planning.git@cdaa1a4#egg=superdesk-planning
git+https://github.com/superdesk/superdesk-core.git@v2.6.2-rc1#egg=superdesk-core
git+https://github.com/superdesk/superdesk-planning.git@v2.6.1-rc1#egg=superdesk-planning
4 changes: 2 additions & 2 deletions server/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -226,9 +226,9 @@ six==1.16.0
# flask-oidc-ex
# oauth2client
# python-dateutil
superdesk-core @ git+https://github.com/superdesk/superdesk-core.git@42ac2dd
superdesk-core @ git+https://github.com/superdesk/superdesk-core.git@v2.6.2-rc1
# via -r requirements.in
superdesk-planning @ git+https://github.com/superdesk/superdesk-planning.git@cdaa1a4
superdesk-planning @ git+https://github.com/superdesk/superdesk-planning.git@v2.6.1-rc1
# via -r requirements.in
typing-extensions==4.4.0
# via superdesk-core
Expand Down

0 comments on commit eda265c

Please sign in to comment.