Skip to content

Commit

Permalink
use core v2.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
petrjasek committed Dec 5, 2024
1 parent fe35d5b commit 233694c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 14 deletions.
19 changes: 8 additions & 11 deletions client/package-lock.json

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

2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"build": "webpack --mode production --progress"
},
"dependencies": {
"newsroom-core": "github:superdesk/newsroom-core#release/2.8"
"newsroom-core": "github:superdesk/newsroom-core#v2.8.1"
}
}
2 changes: 1 addition & 1 deletion server/requirements.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
git+https://github.com/superdesk/newsroom-core.git@release/2.8#egg=Newsroom-Core
git+https://github.com/superdesk/newsroom-core.git@v2.8.1#egg=Newsroom-Core
2 changes: 1 addition & 1 deletion server/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ markupsafe==2.0.1
# wtforms
mongolock @ git+https://github.com/superdesk/mongolock.git@v1
# via superdesk-core
newsroom-core @ git+https://github.com/superdesk/newsroom-core.git@release/2.8
newsroom-core @ git+https://github.com/superdesk/newsroom-core.git@v2.8.1
# via -r requirements.in
oauth2client==4.1.3
# via flask-oidc-ex
Expand Down

0 comments on commit 233694c

Please sign in to comment.