diff --git a/examples/with-jest-react-testing-library/package.json b/examples/with-jest-react-testing-library/package.json index b422b7fc30ce9b..144e2b3d3f10f1 100644 --- a/examples/with-jest-react-testing-library/package.json +++ b/examples/with-jest-react-testing-library/package.json @@ -7,11 +7,10 @@ "react-dom": "^16.7.0" }, "devDependencies": { - "@babel/core": "^7.1.2", - "babel-core": "^7.0.0-bridge", - "babel-jest": "^23.6.0", - "react-testing-library": "^5.4.2", - "jest": "^23.6.0" + "@babel/core": "7.3.4", + "babel-jest": "24.1.0", + "jest": "24.1.0", + "react-testing-library": "^5.4.2" }, "scripts": { "test": "jest", diff --git a/examples/with-jest/package.json b/examples/with-jest/package.json index c23172407261a1..1c213bd97faa29 100644 --- a/examples/with-jest/package.json +++ b/examples/with-jest/package.json @@ -7,12 +7,11 @@ "react-dom": "^16.7.0" }, "devDependencies": { - "@babel/core": "^7.1.2", - "babel-core": "^7.0.0-bridge", - "babel-jest": "^23.6.0", + "@babel/core": "7.3.4", + "babel-jest": "24.1.0", "enzyme": "3.4.3", "enzyme-adapter-react-16": "1.2.0", - "jest": "^23.6.0", + "jest": "24.1.0", "react-addons-test-utils": "15.6.2", "react-test-renderer": "16.4.2" },