Skip to content

Commit 1452193

Browse files
committed
restrict version of certain modules in case new func introduced again
1 parent ad8b54f commit 1452193

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
"gl-pointcloud2d": "^1.0.3",
108108
"gl-scatter3d": "^1.2.3",
109109
"gl-select-box": "^1.0.4",
110-
"gl-shader": "^4.3.1",
110+
"gl-shader": "4.3.1",
111111
"gl-spikes2d": "^1.0.2",
112112
"gl-streamtube3d": "^1.4.1",
113113
"gl-surface3d": "^1.6.0",
@@ -140,9 +140,9 @@
140140
"regl-splom": "^1.0.14",
141141
"right-now": "^1.0.0",
142142
"robust-determinant": "plotly/robust-determinant.git#v1.2.0",
143-
"robust-in-sphere": "^1.2.1",
143+
"robust-in-sphere": "1.2.1",
144144
"robust-linear-solve": "plotly/robust-linear-solve.git#v1.1.0",
145-
"robust-orientation": "^1.2.1",
145+
"robust-orientation": "1.2.1",
146146
"simplicial-complex-contour": "plotly/simplicial-complex-contour.git#v1.1.0",
147147
"strongly-connected-components": "^1.0.1",
148148
"superscript-text": "^1.0.0",
@@ -151,7 +151,7 @@
151151
"tinycolor2": "^1.4.2",
152152
"to-px": "1.0.1",
153153
"topojson-client": "^3.1.0",
154-
"vectorize-text": "^3.2.2",
154+
"vectorize-text": "3.2.2",
155155
"webgl-context": "^2.2.0",
156156
"world-calendars": "^1.0.3",
157157
"zero-crossings": "plotly/zero-crossings.git#v1.1.0"

0 commit comments

Comments
 (0)