diff --git a/README.md b/README.md index 857fc29..acd2f91 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ All project images make use of the excellent [gatsby-image](https://github.com/g All together, Gatsby automatically generates all required image sizes for delivering responsible, responsive images to visitors, including lazy loading of all images. Also includes the [intersection-observer polyfill](https://github.com/w3c/IntersectionObserver) to make lazy loading work properly in Safari. -All project images use one single component defined in [`src/components/atoms/ProjectImage.jsx`](src/components/atoms/ProjectImage.jsx). In there, one main GraphQL query fragment is defined, which then gets used throughout other GraphQL queries. +All project images use one single component defined in [`src/components/molecules/ProjectImage.jsx`](src/components/atoms/ProjectImage.jsx). In there, one main GraphQL query fragment is defined, which then gets used throughout other GraphQL queries. ### 💎 Importing SVG assets @@ -88,7 +88,7 @@ All SVG assets under `src/images/` will be converted to React components before import Logo from './components/svg/Logo' ``` -That's done with a simple bash script under [`src/scripts/svg.sh`](src/scripts/svg.sh) +That's done with a simple bash script under [`scripts/svg.sh`](src/scripts/svg.sh) ### 🍬 Typekit component diff --git a/package.json b/package.json index ac3a7e6..0433ef1 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ }, "dependencies": { "file-saver": "^1.3.8", - "gatsby": "^2.0.0-rc.25", + "gatsby": "^2.0.0-rc.27", "gatsby-image": "^2.0.0-rc.3", "gatsby-plugin-manifest": "^2.0.2-rc.1", "gatsby-plugin-matomo": "^0.5.0", @@ -47,7 +47,7 @@ "vcf": "^2.0.1" }, "devDependencies": { - "@svgr/cli": "^2.3.0", + "@svgr/cli": "^2.4.1", "ava": "^0.25.0", "babel-eslint": "^9.0.0", "chrome-launcher": "^0.10.2",