Skip to content

Commit

Permalink
release bel19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
petrjasek committed Oct 25, 2024
1 parent 873f6aa commit 1c0866c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 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 @@ -3,8 +3,8 @@
"license": "GPL-3.0",
"dependencies": {
"superdesk-analytics": "github:superdesk/superdesk-analytics#v2.8.0",
"superdesk-core": "github:superdesk/superdesk-client-core#release/2.8",
"superdesk-planning": "github:superdesk/superdesk-planning#release/2.8"
"superdesk-core": "github:superdesk/superdesk-client-core#v2.8.1",
"superdesk-planning": "github:superdesk/superdesk-planning#v2.8.1"
},
"devDependencies": {
"@superdesk/build-tools": "^1.0.19"
Expand Down
4 changes: 2 additions & 2 deletions server/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ gspread==6.1.4
oauth2client==4.1.3
pyparsing<3.2

git+https://github.com/superdesk/superdesk-core.git@release/2.8#egg=Superdesk-Core
git+https://github.com/superdesk/superdesk-core.git@v2.8.2#egg=Superdesk-Core
git+https://github.com/superdesk/[email protected]#egg=superdesk-analytics
git+https://github.com/superdesk/superdesk-planning.git@release/2.8#egg=superdesk-planning
git+https://github.com/superdesk/superdesk-planning.git@v2.8.1#egg=superdesk-planning
4 changes: 2 additions & 2 deletions server/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -277,9 +277,9 @@ six==1.16.0
# python-dateutil
superdesk-analytics @ git+https://github.com/superdesk/[email protected]
# via -r requirements.in
superdesk-core @ git+https://github.com/superdesk/superdesk-core.git@release/2.8
superdesk-core @ git+https://github.com/superdesk/superdesk-core.git@v2.8.2
# via -r requirements.in
superdesk-planning @ git+https://github.com/superdesk/superdesk-planning.git@release/2.8
superdesk-planning @ git+https://github.com/superdesk/superdesk-planning.git@v2.8.1
# via -r requirements.in
types-python-dateutil==2.9.0.20241003
# via arrow
Expand Down

0 comments on commit 1c0866c

Please sign in to comment.