Skip to content

Commit

Permalink
chore: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bebraw committed Feb 20, 2018
1 parent db2d0dd commit 5f3d1d2
Show file tree
Hide file tree
Showing 3 changed files with 87 additions and 102 deletions.
177 changes: 81 additions & 96 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
},
"homepage": "https://github.com/ReactFinland/site#readme",
"dependencies": {
"@react-finland/content-2018": "^12.0.3",
"antwar": "^0.24.0",
"@react-finland/content-2018": "^12.0.4",
"antwar": "^0.25.0",
"antwar-interactive": "^0.21.0",
"apollo-client": "^2.2.5",
"classnames": "^2.2.5",
Expand All @@ -58,16 +58,16 @@
"@babel/preset-react": "^7.0.0-beta.40",
"@babel/register": "^7.0.0-beta.40",
"autoprefixer": "^8.0.0",
"babel-eslint": "^8.2.1",
"babel-eslint": "^8.2.2",
"babel-loader": "^8.0.0-beta.0",
"babel-runtime": "^6.26.0",
"css-loader": "^0.28.9",
"eslint": "^4.18.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-react": "^7.6.1",
"eslint-plugin-react": "^7.7.0",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.6",
"file-loader": "^1.1.7",
"gh-pages": "^1.1.0",
"husky": "^0.14.3",
"lint-staged": "^6.1.1",
Expand Down
2 changes: 1 addition & 1 deletion utils/render-page.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ module.exports = function renderDefault({ location, content: component }, cb) {
);

getDataFromTree(page)
.then(() => cb(null, ReactDOMServer.renderToStaticMarkup(page)))
.then(() => cb(null, { html: ReactDOMServer.renderToStaticMarkup(page) }))
.catch(cb);
};

0 comments on commit 5f3d1d2

Please sign in to comment.