From b479dc66e145ed7fbd5f2d4b2451a42cfef721e1 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Sat, 28 Oct 2017 19:38:06 +0000 Subject: [PATCH] chore(package): update dependencies --- building/buildSources.js | 4 ++-- package.json | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/building/buildSources.js b/building/buildSources.js index af66098..0b2243a 100644 --- a/building/buildSources.js +++ b/building/buildSources.js @@ -47,8 +47,8 @@ const buildBundles = async (outputDirectoryPath, buildConfigPath) => { bundle(rootPath('runner-modules/tabs/lib/content'), 'tabs-content.js'), bundle(rootPath('runner-modules/wait/lib/script-env'), 'wait-script-env.js'), bundle(rootPath('runner-modules/wait/lib/content'), 'wait-content.js'), - fs.copy(require.resolve('react/dist/react.js'), outputPath('react.js')), - fs.copy(require.resolve('react-dom/dist/react-dom.js'), outputPath('react-dom.js')), + fs.copy(require.resolve('react/umd/react.development.js'), outputPath('react.js')), + fs.copy(require.resolve('react-dom/umd/react-dom.production.min.js'), outputPath('react-dom.js')), fs.copy(require.resolve('performr-runner-result-graph/bundle'), outputPath('performr-runner-result-graph.js')), ]); }; diff --git a/package.json b/package.json index ed4ce5c..a5095be 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "openrunner-build-firefox-profile": "./bin/build-firefox-profile.js" }, "devDependencies": { - "babel-eslint": "^7.2.3", + "babel-eslint": "^8.0.1", "clone": "^2.1.1", "coveralls": "^3.0.0", "eslint": "^4.2.0", @@ -53,7 +53,7 @@ "brace": "^0.10.0", "browserify": "^14.4.0", "chai": "^4.1.2", - "chai-arrays": "^1.1.0", + "chai-arrays": "^2.0.0", "chai-dom": "^1.5.0", "chai-subset": "^1.6.0", "cjson": "^0.5.0", @@ -61,9 +61,9 @@ "fs-extra": "^4.0.1", "jsonbird": "^3.0.0", "performr-runner-metadata-parser": "^1.0.0", - "performr-runner-result-graph": "^3.2.0", - "react": "^15.6.1", - "react-dom": "^15.6.1", + "performr-runner-result-graph": "^4.0.1", + "react": "^16.0.0", + "react-dom": "^16.0.0", "robust-websocket": "^0.3.0", "shortid": "^2.2.8", "split": "^1.0.1",