Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
petrjasek committed May 25, 2023
1 parent c93feec commit a32d0e1
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 46 deletions.
74 changes: 38 additions & 36 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"@superdesk/build-tools": "^1.0.14"
},
"scripts": {
"build": "npx @superdesk/build-tools build-root-repo ./"
"build": "npx @superdesk/build-tools build-root-repo ./",
"start": "npx grunt server"
}
}
2 changes: 1 addition & 1 deletion server/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ feedgen==0.7.0
openpyxl==3.0.7

git+https://github.com/superdesk/superdesk-core.git@hotfix/2.6.5#egg=superdesk-core
git+https://github.com/superdesk/superdesk-planning.git@hotfix/2.6.2#egg=superdesk-planning
git+https://github.com/superdesk/superdesk-planning.git@v2.6.2#egg=superdesk-planning
16 changes: 8 additions & 8 deletions server/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ blinker==1.4
# flask-mail
# raven
# superdesk-core
boto3==1.26.119
boto3==1.26.140
# via superdesk-core
botocore==1.29.119
botocore==1.29.140
# via
# boto3
# s3transfer
Expand All @@ -40,7 +40,7 @@ cerberus==1.3.4
# via
# eve
# superdesk-core
certifi==2022.12.7
certifi==2023.5.7
# via
# elastic-apm
# elasticsearch
Expand Down Expand Up @@ -221,13 +221,13 @@ pyyaml==5.4.1
# via superdesk-core
raven[flask]==6.10.0
# via superdesk-core
redis==4.5.4
redis==4.5.5
# via
# celery
# superdesk-core
regex==2020.7.14
# via superdesk-core
requests==2.28.2
requests==2.31.0
# via
# python-twitter
# requests-oauthlib
Expand All @@ -236,7 +236,7 @@ requests-oauthlib==1.3.1
# via python-twitter
rsa==4.9
# via oauth2client
s3transfer==0.6.0
s3transfer==0.6.1
# via boto3
sgmllib3k==1.0.0
# via feedparser
Expand All @@ -251,9 +251,9 @@ six==1.16.0
# python-dateutil
superdesk-core @ git+https://github.com/superdesk/superdesk-core.git@hotfix/2.6.5
# via -r requirements.in
superdesk-planning @ git+https://github.com/superdesk/superdesk-planning.git@hotfix/2.6.2
superdesk-planning @ git+https://github.com/superdesk/superdesk-planning.git@v2.6.2
# via -r requirements.in
typing-extensions==4.5.0
typing-extensions==4.6.2
# via superdesk-core
tzlocal==2.1
# via superdesk-core
Expand Down

0 comments on commit a32d0e1

Please sign in to comment.