Update dependencies
This commit is contained in:
parent
710eebc3b5
commit
29f9fa0471
2 changed files with 6 additions and 6 deletions
10
package.json
10
package.json
|
|
@ -15,15 +15,15 @@
|
||||||
"history": "^2.1.1",
|
"history": "^2.1.1",
|
||||||
"lodash": "^4.13.1",
|
"lodash": "^4.13.1",
|
||||||
"moment": "^2.14.1",
|
"moment": "^2.14.1",
|
||||||
"react": "^15.2.0",
|
"react": "^15.2.1",
|
||||||
"react-document-title": "^2.0.2",
|
"react-document-title": "^2.0.2",
|
||||||
"react-dom": "^15.2.0",
|
"react-dom": "^15.2.1",
|
||||||
"react-responsive-grid": "^0.3.3",
|
"react-responsive-grid": "^0.3.3",
|
||||||
"react-router": "^2.5.2",
|
"react-router": "^2.5.2",
|
||||||
"safe-access": "^0.1.0",
|
"safe-access": "^0.1.0",
|
||||||
"typography": "^0.10.6",
|
"typography": "^0.11.1",
|
||||||
"typography-react": "^0.10.4",
|
"typography-react": "^0.10.4",
|
||||||
"typography-theme-wordpress-2016": "^0.10.0",
|
"typography-theme-wordpress-2016": "^0.11.3",
|
||||||
"underscore.string": "^3.2.3"
|
"underscore.string": "^3.2.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
@ -34,7 +34,7 @@
|
||||||
"eslint": "^2.11.1",
|
"eslint": "^2.11.1",
|
||||||
"eslint-config-airbnb": "^9.0.1",
|
"eslint-config-airbnb": "^9.0.1",
|
||||||
"eslint-plugin-import": "^1.10.2",
|
"eslint-plugin-import": "^1.10.2",
|
||||||
"eslint-plugin-jsx-a11y": "^1.5.5",
|
"eslint-plugin-jsx-a11y": "^2.0.1",
|
||||||
"eslint-plugin-react": "^5.2.2",
|
"eslint-plugin-react": "^5.2.2",
|
||||||
"gh-pages": "^0.11.0",
|
"gh-pages": "^0.11.0",
|
||||||
"null-loader": "^0.1.1",
|
"null-loader": "^0.1.1",
|
||||||
|
|
|
||||||
|
|
@ -56,7 +56,7 @@ class Template extends React.Component {
|
||||||
<Container
|
<Container
|
||||||
style={{
|
style={{
|
||||||
maxWidth: rhythm(24),
|
maxWidth: rhythm(24),
|
||||||
padding: `${rhythm(2)} ${rhythm(1/2)}`,
|
padding: `${rhythm(1.5)} ${rhythm(3/4)}`,
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
{header}
|
{header}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue