Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
X
xpub-faraday
Manage
Activity
Members
Labels
Plan
Issues
2
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Container Registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
xpub
xpub-faraday
Commits
b72727a7
Commit
b72727a7
authored
7 years ago
by
Alf Eaton
Browse files
Options
Downloads
Patches
Plain Diff
Update PubSweet core dependencies and set winston as default logger
parent
a3150657
No related branches found
No related tags found
No related merge requests found
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
packages/xpub-collabra/config/default.js
+2
-0
2 additions, 0 deletions
packages/xpub-collabra/config/default.js
packages/xpub-collabra/package.json
+6
-5
6 additions, 5 deletions
packages/xpub-collabra/package.json
yarn.lock
+751
-755
751 additions, 755 deletions
yarn.lock
with
759 additions
and
760 deletions
packages/xpub-collabra/config/default.js
+
2
−
0
View file @
b72727a7
const
path
=
require
(
'
path
'
)
const
components
=
require
(
'
./components.json
'
)
const
logger
=
require
(
'
winston
'
)
const
environment
=
process
.
env
.
NODE_ENV
||
'
development
'
...
...
@@ -18,6 +19,7 @@ module.exports = {
dbPath
:
process
.
env
.
PUBSWEET_DB
||
path
.
join
(
__dirname
,
'
..
'
,
'
api
'
,
'
db
'
,
environment
),
logger
,
},
'
pubsweet-client
'
:
{
API_ENDPOINT
:
'
http://localhost:3000/api
'
,
...
...
This diff is collapsed.
Click to expand it.
packages/xpub-collabra/package.json
+
6
−
5
View file @
b72727a7
...
...
@@ -8,6 +8,7 @@
"url"
:
"https://gitlab.coko.foundation/xpub/xpub"
},
"dependencies"
:
{
"@pubsweet/ui"
:
"^0.1.1"
,
"babel-core"
:
"^6.26.0"
,
"config"
:
"^1.26.2"
,
"font-awesome"
:
"^4.7.0"
,
...
...
@@ -17,8 +18,8 @@
"loadable-components"
:
"^0.3.0"
,
"moment"
:
"^2.18.1"
,
"prop-types"
:
"^15.5.10"
,
"pubsweet"
:
"^1.
0.0-beta.5
"
,
"pubsweet-client"
:
"^1.
0.0-beta.8
"
,
"pubsweet"
:
"^1.
1.1
"
,
"pubsweet-client"
:
"^1.
1.1
"
,
"pubsweet-component-ink-backend"
:
"^0.1.1"
,
"pubsweet-component-ink-frontend"
:
"^0.2.3"
,
"pubsweet-component-xpub-app"
:
"^0.0.2"
,
...
...
@@ -27,7 +28,7 @@
"pubsweet-component-xpub-manuscript"
:
"^0.0.2"
,
"pubsweet-component-xpub-review"
:
"^0.0.2"
,
"pubsweet-component-xpub-submit"
:
"^0.0.2"
,
"pubsweet-server"
:
"^1.0.
0-beta.2
"
,
"pubsweet-server"
:
"^1.0.
1
"
,
"react"
:
"^15.6.1"
,
"react-dom"
:
"^15.6.1"
,
"react-router-dom"
:
"^4.2.2"
,
...
...
@@ -35,10 +36,10 @@
"redux"
:
"^3.6.0"
,
"redux-form"
:
"^7.0.3"
,
"redux-logger"
:
"^3.0.1"
,
"winston"
:
"^2.4.0"
,
"xpub-journal"
:
"^0.0.2"
,
"xpub-selectors"
:
"^0.0.2"
,
"xpub-theme"
:
"^0.0.2"
,
"@pubsweet/ui"
:
"^0.1.1"
"xpub-theme"
:
"^0.0.2"
},
"devDependencies"
:
{
"babel-core"
:
"^6.26.0"
,
...
...
This diff is collapsed.
Click to expand it.
yarn.lock
+
751
−
755
View file @
b72727a7
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment