deps: replace inherits with inherits-browser

This increase the safety of our build; external consumers
do no longer need to account for the `browser` field to
bundle bpmn-js (or otherwise bundle a Node shim, unintentionally).
This commit is contained in:
Nico Rehwaldt
2022-04-06 21:38:27 +02:00
committed by fake-join[bot]
parent e02fd6138d
commit 7478388070
62 changed files with 66 additions and 68 deletions

View File

@ -1,4 +1,4 @@
import inherits from 'inherits';
import inherits from 'inherits-browser';
import CommandInterceptor from 'diagram-js/lib/command/CommandInterceptor';