Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit a9cebef

Browse files
Merge pull request #7395 from plotly/replace-regl-dep
Replace alias for regl with @plotly/regl
2 parents 808dd82 + 0a64c23 commit a9cebef

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

‎package-lock.json

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

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
"point-in-polygon": "^1.1.0",
108108
"polybooljs": "^1.2.2",
109109
"probe-image-size": "^7.2.3",
110-
"regl": "npm:@plotly/regl@^2.1.2",
110+
"@plotly/regl": "^2.1.2",
111111
"regl-error2d": "^2.0.12",
112112
"regl-line2d": "^3.1.3",
113113
"regl-scatter2d": "^3.3.1",

‎src/lib/prepare_regl.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ var showNoWebGlMsg = require('./show_no_webgl_msg');
66
// files corresponding to regl trace modules
77
// so that bundles with non-regl only don't include
88
// regl and all its bytes.
9-
var createRegl = require('regl');
9+
var createRegl = require('@plotly/regl');
1010

1111
/**
1212
* Idempotent version of createRegl. Create regl instances

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /