Skip to content
This repository was archived by the owner on Jul 25, 2019. It is now read-only.

Commit c5565f7

Browse files
committed
⬆️ Update dependencies
1 parent 890bd82 commit c5565f7

File tree

2 files changed

+192
-147
lines changed

2 files changed

+192
-147
lines changed

package.json

+17-17
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"devDependencies": {
2525
"@testing-library/cypress": "4.0.2",
2626
"@tryghost/admin-api": "0.5.1",
27-
"@tryghost/content-api": "1.2.4",
27+
"@tryghost/content-api": "1.2.5",
2828
"algoliasearch": "3.33.0",
2929
"autoprefixer": "9.6.0",
3030
"cssnano": "4.1.10",
@@ -35,7 +35,7 @@
3535
"ghost-spirit": "0.0.50",
3636
"mocha": "6.1.4",
3737
"postcss-color-mod-function": "3.0.3",
38-
"postcss-css-variables": "0.12.0",
38+
"postcss-css-variables": "0.13.0",
3939
"postcss-custom-media": "7.0.8",
4040
"postcss-custom-properties": "8.0.10",
4141
"postcss-easy-import": "3.0.0",
@@ -44,39 +44,39 @@
4444
"start-server-and-test": "1.9.1"
4545
},
4646
"dependencies": {
47-
"@tryghost/helpers": "1.1.5",
48-
"@tryghost/helpers-gatsby": "1.0.8",
47+
"@tryghost/helpers": "1.1.6",
48+
"@tryghost/helpers-gatsby": "1.0.9",
4949
"algolia-html-extractor": "0.0.1",
50-
"gatsby": "2.8.2",
51-
"gatsby-image": "2.1.2",
52-
"gatsby-plugin-advanced-sitemap": "1.0.6",
50+
"gatsby": "2.9.5",
51+
"gatsby-image": "2.1.4",
52+
"gatsby-plugin-advanced-sitemap": "1.1.1",
5353
"gatsby-plugin-algolia": "0.3.0",
5454
"gatsby-plugin-catch-links": "2.0.15",
5555
"gatsby-plugin-force-trailing-slashes": "1.0.4",
5656
"gatsby-plugin-manifest": "2.1.1",
57-
"gatsby-plugin-offline": "2.1.1",
57+
"gatsby-plugin-offline": "2.1.3",
5858
"gatsby-plugin-postcss": "2.0.7",
5959
"gatsby-plugin-react-helmet": "3.0.12",
6060
"gatsby-plugin-react-svg": "2.1.1",
6161
"gatsby-plugin-remove-serviceworker": "1.0.0",
62-
"gatsby-plugin-sharp": "2.1.3",
63-
"gatsby-remark-autolink-headers": "2.0.16",
62+
"gatsby-plugin-sharp": "2.1.6",
63+
"gatsby-remark-autolink-headers": "2.0.18",
6464
"gatsby-remark-code-titles": "1.1.0",
65-
"gatsby-remark-embed-snippet": "3.2.4",
65+
"gatsby-remark-embed-snippet": "4.0.0",
6666
"gatsby-remark-external-links": "0.0.4",
67-
"gatsby-remark-images": "3.0.14",
68-
"gatsby-remark-prismjs": "3.2.9",
69-
"gatsby-source-filesystem": "2.0.38",
70-
"gatsby-source-ghost": "3.3.4",
71-
"gatsby-transformer-remark": "2.3.12",
67+
"gatsby-remark-images": "3.0.16",
68+
"gatsby-remark-prismjs": "3.2.11",
69+
"gatsby-source-filesystem": "2.0.40",
70+
"gatsby-source-ghost": "3.4.2",
71+
"gatsby-transformer-remark": "2.4.0",
7272
"gatsby-transformer-sharp": "2.1.21",
7373
"gatsby-transformer-yaml": "2.1.12",
7474
"prismjs": "1.16.0",
7575
"react": "16.8.6",
7676
"react-autosuggest": "9.4.3",
7777
"react-dom": "16.8.6",
7878
"react-helmet": "5.2.1",
79-
"react-instantsearch-dom": "5.6.0",
79+
"react-instantsearch-dom": "5.7.0",
8080
"react-modal": "3.8.1",
8181
"tocbot": "4.7.0"
8282
}

0 commit comments

Comments
 (0)