Skip to content

Commit

Permalink
Add 18.3.1 to build react version
Browse files Browse the repository at this point in the history
  • Loading branch information
T4rk1n committed Nov 4, 2024
1 parent fa7d30a commit 29db16b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion dash/development/build_process.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
(
Expand Down

0 comments on commit 29db16b

Please sign in to comment.