fix: a few small fixes
Showing
- app/components/App.js 1 addition, 1 deletionapp/components/App.js
- config/authsomeGraphql.js 9 additions, 5 deletionsconfig/authsomeGraphql.js
- config/components.json 5 additions, 5 deletionsconfig/components.json
- config/development.js 4 additions, 0 deletionsconfig/development.js
- config/test-mailer.js 13 additions, 0 deletionsconfig/test-mailer.js
- package.json 2 additions, 2 deletionspackage.json
- server/manuscript/src/resolvers.js 2 additions, 3 deletionsserver/manuscript/src/resolvers.js
config/test-mailer.js
0 → 100644
... | @@ -56,10 +56,10 @@ | ... | @@ -56,10 +56,10 @@ |
"styled-components": "^4.1.1", | "styled-components": "^4.1.1", | ||
"supertest": "^3.0.0", | "supertest": "^3.0.0", | ||
"winston": "^2.4.0", | "winston": "^2.4.0", | ||
"xpub-journal": "^0.0.22", | "xpub-journal": "^0.1.0", | ||
"xpub-selectors": "^0.2.0", | "xpub-selectors": "^0.2.0", | ||
"xpub-theme": "^0.0.23", | "xpub-theme": "^0.0.23", | ||
"xpub-with-context": "^0.1.4" | "xpub-with-context": "^0.2.0" | ||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"@babel/core": "^7.0.0", | "@babel/core": "^7.0.0", | ||
... | ... |
Please register or sign in to comment