Skip to content

Commit 29db16b

Browse files
committed
Add 18.3.1 to build react version
1 parent fa7d30a commit 29db16b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

dash/development/build_process.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,10 @@ def bundles(self, build=None): # pylint:disable=too-many-locals
167167
class Renderer(BuildProcess):
168168
def __init__(self):
169169
"""dash-renderer's path is binding with the dash folder hierarchy."""
170-
extras = ["18.2.0"] # versions to include beyond what's in package.json
170+
extras = [
171+
"18.2.0",
172+
"18.3.1",
173+
] # versions to include beyond what's in package.json
171174
super().__init__(
172175
self._concat(os.path.dirname(__file__), os.pardir, "dash-renderer"),
173176
(

0 commit comments

Comments
 (0)