Skip to content

Commit

Permalink
release bel19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
petrjasek committed Nov 19, 2024
1 parent a1d73a1 commit 304f738
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
14 changes: 7 additions & 7 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.1",
"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.2",
"superdesk-planning": "github:superdesk/superdesk-planning#v2.8.2"
},
"devDependencies": {
"@superdesk/build-tools": "^1.0.19"
Expand Down
6 changes: 3 additions & 3 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/[email protected].2#egg=Superdesk-Core
git+https://github.com/superdesk/[email protected].0#egg=superdesk-analytics
git+https://github.com/superdesk/[email protected].1#egg=superdesk-planning
git+https://github.com/superdesk/[email protected].3#egg=Superdesk-Core
git+https://github.com/superdesk/[email protected].1#egg=superdesk-analytics
git+https://github.com/superdesk/[email protected].2#egg=superdesk-planning
6 changes: 3 additions & 3 deletions server/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -275,11 +275,11 @@ six==1.16.0
# flask-oidc-ex
# oauth2client
# python-dateutil
superdesk-analytics @ git+https://github.com/superdesk/[email protected].0
superdesk-analytics @ git+https://github.com/superdesk/[email protected].1
# via -r requirements.in
superdesk-core @ git+https://github.com/superdesk/[email protected].2
superdesk-core @ git+https://github.com/superdesk/[email protected].3
# via -r requirements.in
superdesk-planning @ git+https://github.com/superdesk/[email protected].1
superdesk-planning @ git+https://github.com/superdesk/[email protected].2
# via -r requirements.in
types-python-dateutil==2.9.0.20241003
# via arrow
Expand Down

0 comments on commit 304f738

Please sign in to comment.