Skip to content

Commit eb9bac8

Browse files
authoredOct 15, 2020
fix: Update version in tests (#27477)
1 parent 85c4adc commit eb9bac8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎e2e-tests/development-runtime/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": "Dustin Schau <dustin@gatsbyjs.com>",
66
"dependencies": {
77
"gatsby": "^2.4.4",
8-
"gatsby-plugin-image": "^0.0.1",
8+
"gatsby-plugin-image": "^0.0.2",
99
"gatsby-image": "^2.0.41",
1010
"gatsby-plugin-manifest": "^2.0.17",
1111
"gatsby-plugin-offline": "^2.1.0",

‎e2e-tests/gatsby-static-image/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"dependencies": {
77
"cypress": "^3.1.0",
88
"gatsby": "^2.0.118",
9-
"gatsby-plugin-image": "^0.0.1",
9+
"gatsby-plugin-image": "^0.0.2",
1010
"gatsby-plugin-sharp": "^2.0.20",
1111
"react": "^16.8.0",
1212
"react-dom": "^16.8.0"

‎e2e-tests/production-runtime/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"dependencies": {
77
"cypress": "3.4.1",
88
"gatsby": "^2.22.9",
9-
"gatsby-plugin-image": "^0.0.1",
9+
"gatsby-plugin-image": "^0.0.2",
1010
"gatsby-plugin-manifest": "^2.0.17",
1111
"gatsby-plugin-offline": "^3.0.0",
1212
"gatsby-plugin-react-helmet": "^3.0.6",

0 commit comments

Comments
 (0)
Please sign in to comment.