diff --git a/dash/development/build_process.py b/dash/development/build_process.py index 1ef987b607..8f534d56e2 100644 --- a/dash/development/build_process.py +++ b/dash/development/build_process.py @@ -167,7 +167,10 @@ def bundles(self, build=None): # pylint:disable=too-many-locals class Renderer(BuildProcess): def __init__(self): """dash-renderer's path is binding with the dash folder hierarchy.""" - extras = ["18.2.0"] # versions to include beyond what's in package.json + extras = [ + "18.2.0", + "18.3.1", + ] # versions to include beyond what's in package.json super().__init__( self._concat(os.path.dirname(__file__), os.pardir, "dash-renderer"), (