mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-22 18:00:06 +01:00
package updates
This commit is contained in:
parent
9a7587e82d
commit
6456b1692c
26
package.json
26
package.json
@ -24,21 +24,21 @@
|
||||
"dependencies": {
|
||||
"clipboard": "^2.0.1",
|
||||
"exif-js": "^2.3.0",
|
||||
"gatsby": "^2.0.0-beta.55",
|
||||
"gatsby": "^2.0.0-beta.72",
|
||||
"gatsby-image": "^2.0.0-beta.7",
|
||||
"gatsby-plugin-catch-links": "^2.0.2-beta.4",
|
||||
"gatsby-plugin-catch-links": "^2.0.2-beta.7",
|
||||
"gatsby-plugin-matomo": "^0.4.1",
|
||||
"gatsby-plugin-react-helmet": "^3.0.0-beta.4",
|
||||
"gatsby-plugin-sass": "^2.0.0-beta.6",
|
||||
"gatsby-plugin-sharp": "^2.0.0-beta.7",
|
||||
"gatsby-plugin-sitemap": "^2.0.0-beta.3",
|
||||
"gatsby-remark-autolink-headers": "^2.0.0-beta.4",
|
||||
"gatsby-remark-autolink-headers": "^2.0.0-beta.5",
|
||||
"gatsby-remark-copy-linked-files": "^2.0.0-beta.3",
|
||||
"gatsby-remark-images": "^2.0.1-beta.9",
|
||||
"gatsby-remark-prismjs": "^3.0.0-beta.4",
|
||||
"gatsby-remark-images": "^2.0.1-beta.10",
|
||||
"gatsby-remark-prismjs": "^3.0.0-beta.5",
|
||||
"gatsby-remark-smartypants": "^2.0.0-beta.3",
|
||||
"gatsby-source-filesystem": "^2.0.1-beta.9",
|
||||
"gatsby-transformer-remark": "^2.1.1-beta.4",
|
||||
"gatsby-source-filesystem": "^2.0.1-beta.10",
|
||||
"gatsby-transformer-remark": "^2.1.1-beta.6",
|
||||
"gatsby-transformer-sharp": "^2.1.1-beta.6",
|
||||
"gatsby-transformer-yaml": "^2.1.1-beta.3",
|
||||
"graphql": "^0.13.2",
|
||||
@ -47,25 +47,25 @@
|
||||
"nord": "^0.2.1",
|
||||
"prismjs": "^1.15.0",
|
||||
"qrious": "^4.0.2",
|
||||
"react": "^16.4.1",
|
||||
"react-dom": "^16.4.1",
|
||||
"react": "^16.4.2",
|
||||
"react-dom": "^16.4.2",
|
||||
"react-helmet": "^5.2.0",
|
||||
"react-time": "^4.3.0",
|
||||
"slugify": "^1.3.0",
|
||||
"slugify": "^1.3.1",
|
||||
"vex-js": "^4.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@svgr/cli": "^2.1.1",
|
||||
"babel-eslint": "^8.2.6",
|
||||
"eslint": "^5.2.0",
|
||||
"eslint": "^5.3.0",
|
||||
"eslint-config-prettier": "^2.9.0",
|
||||
"eslint-loader": "^2.1.0",
|
||||
"eslint-plugin-graphql": "^2.1.1",
|
||||
"eslint-plugin-prettier": "^2.6.2",
|
||||
"eslint-plugin-react": "^7.10.0",
|
||||
"prettier": "^1.13.7",
|
||||
"prettier": "^1.14.0",
|
||||
"prettier-stylelint": "^0.4.2",
|
||||
"stylelint": "^9.2.1",
|
||||
"stylelint": "^9.4.0",
|
||||
"stylelint-config-css-modules": "^1.3.0",
|
||||
"stylelint-config-standard": "^18.2.0",
|
||||
"stylelint-scss": "^3.2.0"
|
||||
|
@ -6,7 +6,7 @@ import Head from './molecules/Head'
|
||||
import Header from './organisms/Header'
|
||||
import styles from './Layout.module.scss'
|
||||
|
||||
const Layout = ({ children, location }) => {
|
||||
const Layout = ({ children }) => {
|
||||
return (
|
||||
<StaticQuery
|
||||
query={graphql`
|
||||
@ -38,7 +38,7 @@ const Layout = ({ children, location }) => {
|
||||
<Head meta={meta} />
|
||||
<Header />
|
||||
|
||||
<main className={styles.site__document} location={location}>
|
||||
<main className={styles.site__document}>
|
||||
<div className={styles.site__content}>
|
||||
<Container>{children}</Container>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user