Skip to content

Commit

Permalink
update core
Browse files Browse the repository at this point in the history
  • Loading branch information
petrjasek committed Jul 25, 2024
1 parent 80ab421 commit 5571c06
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 22 deletions.
32 changes: 16 additions & 16 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": "AGPL-3.0",
"dependencies": {
"superdesk-analytics": "github:superdesk/superdesk-analytics#v2.6.0",
"superdesk-core": "github:superdesk/superdesk-client-core#v2.7.0",
"superdesk-planning": "github:superdesk/superdesk-planning#v2.7.0"
"superdesk-core": "github:superdesk/superdesk-client-core#v2.7.1",
"superdesk-planning": "github:superdesk/superdesk-planning#v2.7.2"
},
"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 @@ -4,6 +4,6 @@ slackclient==1.0.9
WTForms>=3.1,<3.2
Flask-WTF>=0.14.2,<1.3

git+https://github.com/superdesk/[email protected].0#egg=superdesk-core
git+https://github.com/superdesk/[email protected].0#egg=superdesk-planning
git+https://github.com/superdesk/[email protected].1#egg=superdesk-core
git+https://github.com/superdesk/[email protected].2#egg=superdesk-planning
git+https://github.com/superdesk/[email protected]#egg=superdesk-analytics
4 changes: 2 additions & 2 deletions server/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -262,9 +262,9 @@ slackclient==1.0.9
# via -r requirements.in
superdesk-analytics @ git+https://github.com/superdesk/[email protected]
# via -r requirements.in
superdesk-core @ git+https://github.com/superdesk/[email protected].0
superdesk-core @ git+https://github.com/superdesk/[email protected].1
# via -r requirements.in
superdesk-planning @ git+https://github.com/superdesk/[email protected].0
superdesk-planning @ git+https://github.com/superdesk/[email protected].2
# via -r requirements.in
typing-extensions==4.12.2
# via
Expand Down

0 comments on commit 5571c06

Please sign in to comment.