Skip to content

Commit

Permalink
Merge pull request #2 from superdesk/deps
Browse files Browse the repository at this point in the history
update superdesk cores
  • Loading branch information
takeit authored Sep 1, 2020
2 parents b179a3f + 232b9bb commit acc197c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ install:

script:
- cd server && flake8 && cd ..
- cd client && grunt build && cd ..
- cd client && node --max-old-space-size=4096 `which grunt` build && cd ..
- cd server && python manage.py users:create -u test -p test -e test@localhost --admin && cd ..
4 changes: 2 additions & 2 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "superdesk",
"license": "GPL-3.0",
"dependencies": {
"superdesk-core": "^1.30",
"superdesk-publisher": "superdesk/superdesk-publisher#2.0"
"superdesk-core": "1.33.3",
"superdesk-publisher": "superdesk/superdesk-publisher#2.1"
}
}
2 changes: 1 addition & 1 deletion server/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
gunicorn==19.7.1
honcho==1.0.1
newrelic>=2.66,<2.67
superdesk-core>=1.30
superdesk-core==1.33.4

0 comments on commit acc197c

Please sign in to comment.