Skip to content

Commit 2892cdf

Browse files
authored
Update example sites to gatsby-plugin-react-helmet v2 (#3044)
1 parent 37c81fe commit 2892cdf

File tree

5 files changed

+15
-10
lines changed

5 files changed

+15
-10
lines changed

examples/using-mongodb/package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@
44
"description": "Gatsby example site using gatsby-source-mongodb",
55
"author": "[email protected]",
66
"dependencies": {
7-
"gatsby": "latest",
8-
"gatsby-link": "latest",
9-
"gatsby-plugin-react-helmet": "latest",
10-
"gatsby-source-mongodb": "latest",
11-
"gatsby-transformer-remark": "latest"
7+
"gatsby": "^1.9.119",
8+
"gatsby-link": "^1.6.28",
9+
"gatsby-plugin-react-helmet": "^2.0.1",
10+
"gatsby-source-mongodb": "^1.5.11",
11+
"gatsby-transformer-remark": "^1.7.21",
12+
"react-helmet": "^5.2.0"
1213
},
1314
"license": "MIT",
1415
"main": "n/a",

examples/using-page-transitions/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"dependencies": {
77
"gatsby": "^1.9.102",
88
"gatsby-link": "^1.6.22",
9-
"gatsby-plugin-react-helmet": "^1.0.8",
9+
"gatsby-plugin-react-helmet": "^2.0.1",
10+
"react-helmet": "^5.2.0",
1011
"react-transition-group": "^2.2.1"
1112
},
1213
"keywords": [

examples/using-redirects/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"dependencies": {
77
"gatsby": "latest",
88
"gatsby-link": "latest",
9-
"gatsby-plugin-react-helmet": "latest"
9+
"gatsby-plugin-react-helmet": "latest",
10+
"react-helmet": "^5.2.0"
1011
},
1112
"license": "MIT",
1213
"main": "n/a",

examples/using-remark-copy-linked-files/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"gatsby-link": "^1.6.24",
99
"gatsby-plugin-google-analytics": "^1.0.12",
1010
"gatsby-plugin-offline": "^1.0.10",
11-
"gatsby-plugin-react-helmet": "^1.0.8",
11+
"gatsby-plugin-react-helmet": "^2.0.1",
1212
"gatsby-plugin-sharp": "^1.6.20",
1313
"gatsby-plugin-typography": "^1.7.10",
1414
"gatsby-remark-copy-linked-files": "^1.5.20",
@@ -21,6 +21,7 @@
2121
"gatsby-transformer-sharp": "^1.6.13",
2222
"hast-util-to-html": "^3.1.0",
2323
"lodash": "^4.15.0",
24+
"react-helmet": "^5.2.0",
2425
"react-responsive-grid": "^0.3.3",
2526
"typeface-merriweather": "^0.0.35",
2627
"typeface-montserrat": "^0.0.37",

examples/using-wordpress/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,14 @@
99
"gatsby-image": "^1.0.4",
1010
"gatsby-link": "^1.6.21",
1111
"gatsby-plugin-glamor": "^1.6.7",
12-
"gatsby-plugin-react-helmet": "^1.0.7",
12+
"gatsby-plugin-react-helmet": "^2.0.1",
1313
"gatsby-plugin-sharp": "^1.6.7",
14-
"gatsby-plugin-styled-components": "latest",
14+
"gatsby-plugin-styled-components": "^2.0.2",
1515
"gatsby-plugin-typography": "^1.7.9",
1616
"gatsby-source-wordpress": "^2.0.0",
1717
"gatsby-transformer-sharp": "^1.6.5",
1818
"lodash": "^4.16.4",
19+
"react-helmet": "^5.2.0",
1920
"react-icons": "^2.2.5",
2021
"typography-theme-wordpress-2013": "^0.15.10"
2122
},

0 commit comments

Comments
 (0)