Skip to content
This repository was archived by the owner on Oct 3, 2024. It is now read-only.

Commit 3477eda

Browse files
greenkeeper[bot]Joris van der Wel
authored andcommitted
fix(package): update performr-runner-result-graph to version 6.0.0
1 parent a3ab0ec commit 3477eda

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

building/buildSources.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ const buildBundles = async (outputDirectoryPath, buildConfigPath, {instrumentCov
6161
bundle(rootPath('runner-modules/wait/lib/content'), 'wait-content.js'),
6262
fs.copy(require.resolve('react/umd/react.development.js'), outputPath('react.js')),
6363
fs.copy(require.resolve('react-dom/umd/react-dom.production.min.js'), outputPath('react-dom.js')),
64-
fs.copy(require.resolve('performr-runner-result-graph/bundle'), outputPath('performr-runner-result-graph.js')),
64+
fs.copy(require.resolve('performr-runner-result-graph/dist/bundle.js'), outputPath('performr-runner-result-graph.js')),
65+
fs.copy(require.resolve('performr-runner-result-graph/dist/bundle.css'), outputPath('performr-runner-result-graph.css')),
6566
]);
6667
};
6768

core/lib/scratchpad-content/scratchpad-breakdown.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<meta charset="utf-8">
55
<title>Scratchpad Breakdown</title>
66
<link rel="stylesheet" type="text/css" href="scratchpad-breakdown.css">
7+
<link rel="stylesheet" type="text/css" href="/build/performr-runner-result-graph.css">
78
<script src="/build/react.js"></script>
89
<script src="/build/react-dom.js"></script>
910
<script src="/build/performr-runner-result-graph.js"></script>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"jsonbird": ">= 3.1.0 < 4",
7979
"jsonbird-websocket": "^1.0.0",
8080
"performr-runner-metadata-parser": "^1.0.0",
81-
"performr-runner-result-graph": "^5.0.0",
81+
"performr-runner-result-graph": "^6.0.0",
8282
"react": "^16.0.0",
8383
"react-dom": "^16.0.0",
8484
"shortid": "^2.2.8",

0 commit comments

Comments
 (0)