Skip to content

Commit

Permalink
Merge pull request #899 from henry-deriv/henry/dtra-2491/cannot-read-…
Browse files Browse the repository at this point in the history
…undefined

chore: bump webtrader charts package
  • Loading branch information
ahmadtaimoor-deriv authored Jan 8, 2025
2 parents bd87c00 + 20b419b commit ea1a850
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
36 changes: 18 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"@babel/polyfill": "7.12.1",
"@binary-com/binary-document-uploader": "^2.4.4",
"@binary-com/binary-style": "^0.2.26",
"@binary-com/webtrader-charts": "^0.6.2",
"@deriv-com/webtrader-charts": "^0.6.3",
"@deriv-com/analytics": "^1.26.1",
"@deriv-com/auth-client": "1.3.8",
"@deriv-com/quill-ui": "^1.16.2",
Expand Down
2 changes: 1 addition & 1 deletion src/javascript/app/pages/trade/charts/webtrader_chart.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const WebtraderChart = (() => {
if (!is_initialized) {
require.ensure(['highstock-release'], () => {
require.ensure([], (require) => {
WebtraderCharts = require('@binary-com/webtrader-charts');
WebtraderCharts = require('@deriv-com/webtrader-charts');
WebtraderCharts.init({
server: Config.getSocketURL(),
appId : Config.getAppId(),
Expand Down

0 comments on commit ea1a850

Please sign in to comment.