diff --git a/integration-tests/gatsby-image/package.json b/integration-tests/gatsby-image/package.json index 7773525176081..8668768e01f30 100644 --- a/integration-tests/gatsby-image/package.json +++ b/integration-tests/gatsby-image/package.json @@ -5,16 +5,16 @@ "author": "Kyle Mathews ", "dependencies": { "cypress": "^3.1.0", - "gatsby": "next", - "gatsby-image": "^2.0.5", - "gatsby-plugin-manifest": "next", - "gatsby-plugin-offline": "next", - "gatsby-plugin-react-helmet": "next", - "gatsby-plugin-sharp": "^2.0.0-rc.7", - "gatsby-source-filesystem": "next", - "gatsby-transformer-sharp": "^2.1.1-rc.3", - "react": "^16.4.2", - "react-dom": "^16.4.2", + "gatsby": "latest", + "gatsby-image": "latest", + "gatsby-plugin-manifest": "latest", + "gatsby-plugin-offline": "latest", + "gatsby-plugin-react-helmet": "latest", + "gatsby-plugin-sharp": "latest", + "gatsby-source-filesystem": "latest", + "gatsby-transformer-sharp": "latest", + "react": "^16.5.2", + "react-dom": "^16.5.2", "react-helmet": "^5.2.0" }, "keywords": [ @@ -25,16 +25,15 @@ "build": "gatsby build", "develop": "gatsby develop", "format": "prettier --write '**/*.js'", - "test": "npm-run-all -s build start-server-and-test", + "test": "npm run build && npm run start-server-and-test", "start-server-and-test": "start-server-and-test serve http://localhost:9000 cy:run", "serve": "gatsby serve", "cy:open": "cypress open", "cy:run": "cypress run --browser chrome" }, "devDependencies": { - "npm-run-all": "^4.1.3", - "prettier": "^1.14.2", - "start-server-and-test": "^1.7.0" + "prettier": "^1.14.3", + "start-server-and-test": "^1.7.1" }, "repository": { "type": "git", diff --git a/integration-tests/path-prefix/package.json b/integration-tests/path-prefix/package.json index 2a806dc9830ec..87eb1dc517e2f 100644 --- a/integration-tests/path-prefix/package.json +++ b/integration-tests/path-prefix/package.json @@ -5,12 +5,12 @@ "author": "Kyle Mathews ", "dependencies": { "cypress": "^3.1.0", - "gatsby": "^2.0.6", - "gatsby-plugin-manifest": "next", - "gatsby-plugin-offline": "next", - "gatsby-plugin-react-helmet": "next", - "react": "^16.4.2", - "react-dom": "^16.4.2", + "gatsby": "latest", + "gatsby-plugin-manifest": "latest", + "gatsby-plugin-offline": "latest", + "gatsby-plugin-react-helmet": "latest", + "react": "^16.5.2", + "react-dom": "^16.5.2", "react-helmet": "^5.2.0" }, "keywords": [ @@ -21,16 +21,15 @@ "build": "gatsby build --prefix-paths", "develop": "gatsby develop", "format": "prettier --write '**/*.js'", - "test": "npm-run-all -s build start-server-and-test", + "test": "npm run build && npm run start-server-and-test", "start-server-and-test": "start-server-and-test serve http://localhost:9000/blog cy:run", "serve": "gatsby serve --prefix-paths", "cy:open": "cypress open", "cy:run": "cypress run --browser chrome" }, "devDependencies": { - "npm-run-all": "^4.1.3", - "prettier": "^1.14.2", - "start-server-and-test": "^1.7.0" + "prettier": "^1.14.3", + "start-server-and-test": "^1.7.1" }, "repository": { "type": "git", diff --git a/integration-tests/production-runtime/package.json b/integration-tests/production-runtime/package.json index 3ebfcde1c3af5..49594e179cd0e 100644 --- a/integration-tests/production-runtime/package.json +++ b/integration-tests/production-runtime/package.json @@ -9,8 +9,8 @@ "gatsby-plugin-manifest": "latest", "gatsby-plugin-offline": "latest", "gatsby-plugin-react-helmet": "latest", - "react": "^16.4.2", - "react-dom": "^16.4.2", + "react": "^16.5.2", + "react-dom": "^16.5.2", "react-helmet": "^5.2.0" }, "keywords": [ @@ -21,16 +21,15 @@ "build": "gatsby build", "develop": "gatsby develop", "format": "prettier --write '**/*.js'", - "test": "npm-run-all -s build start-server-and-test", + "test": "npm run build && npm run start-server-and-test", "start-server-and-test": "start-server-and-test serve http://localhost:9000 cy:run", "serve": "gatsby serve", "cy:open": "cypress open", "cy:run": "cypress run --browser chrome" }, "devDependencies": { - "npm-run-all": "^4.1.3", - "prettier": "^1.14.2", - "start-server-and-test": "^1.7.0" + "prettier": "^1.14.3", + "start-server-and-test": "^1.7.1" }, "repository": { "type": "git",