Skip to content

Commit

Permalink
update planning
Browse files Browse the repository at this point in the history
  • Loading branch information
petrjasek committed Feb 5, 2024
1 parent a0fb0fe commit 3272fda
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 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 @@ -3,7 +3,7 @@
"license": "AGPL-3.0",
"dependencies": {
"superdesk-core": "github:superdesk/superdesk-client-core#v2.7.0-rc1",
"superdesk-planning": "github:superdesk/superdesk-planning#v2.7.0-rc2"
"superdesk-planning": "github:superdesk/superdesk-planning#v2.7.0-rc6"
},
"scripts": {
"build": "npx @superdesk/build-tools build-root-repo ./"
Expand Down
2 changes: 1 addition & 1 deletion server/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ gunicorn
honcho

git+https://github.com/superdesk/[email protected]#egg=superdesk-core
git+https://github.com/superdesk/superdesk-planning.git@release/2.7#egg=superdesk-planning
git+https://github.com/superdesk/superdesk-planning.git@v2.7.0-rc6#egg=superdesk-planning
2 changes: 1 addition & 1 deletion server/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ six==1.16.0
# python-dateutil
superdesk-core @ git+https://github.com/superdesk/[email protected]
# via -r requirements.in
superdesk-planning @ git+https://github.com/superdesk/superdesk-planning.git@release/2.7
superdesk-planning @ git+https://github.com/superdesk/superdesk-planning.git@v2.7.0-rc6
# via -r requirements.in
typing-extensions==4.9.0
# via superdesk-core
Expand Down

0 comments on commit 3272fda

Please sign in to comment.