Skip to content

Commit 65b708a

Browse files
committed
build:updated plotly and underscore deps
1 parent 3216681 commit 65b708a

File tree

6 files changed

+30
-30
lines changed

6 files changed

+30
-30
lines changed

packages/splunk_plotly_collection_viz/appserver/static/visualizations/boxplot/package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/splunk_plotly_collection_viz/appserver/static/visualizations/boxplot/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"dependencies": {
1818
"d3": "^7.6.1",
1919
"jquery": ">=3.5.0",
20-
"plotly.js-dist": "^2.4.1",
21-
"underscore": "^1.12.1"
20+
"plotly.js-dist": "^3.1.0",
21+
"underscore": "^1.13.7"
2222
}
2323
}

packages/splunk_plotly_collection_viz/appserver/static/visualizations/multiple-axes/package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/splunk_plotly_collection_viz/appserver/static/visualizations/multiple-axes/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"d3": "^3.5.16",
1919
"lodash.clonedeep": "^4.5.0",
2020
"jquery": ">=3.5.0",
21-
"plotly.js-dist": "^2.4.1",
22-
"underscore": "^1.12.1"
21+
"plotly.js-dist": "^3.1.0",
22+
"underscore": "^1.13.7"
2323
}
2424
}

packages/splunk_plotly_collection_viz/appserver/static/visualizations/ohlc/package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/splunk_plotly_collection_viz/appserver/static/visualizations/ohlc/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"dependencies": {
1818
"d3": "^7.6.1",
1919
"jquery": ">=3.5.0",
20-
"plotly.js-dist": "^2.4.1",
21-
"underscore": "^1.12.1",
20+
"plotly.js-dist": "^3.1.0",
21+
"underscore": "^1.13.7",
2222
"sma": "^0.1.1",
2323
"exponential-moving-average": "^1.0.0"
2424
}

0 commit comments

Comments
 (0)