Closed wincent closed 4 years ago
CI is green and this is a routine update, so going to merge.
I don't like the size of the yarn.lock
diff, but that won't have downstream effects in the dependency graph of liferay-portal, which is the only thing I care about here.
Because we need this revert.
Done with:
Note that we have some cross-project coupling going on here that lead to duplicates in the yarn.lock file (output trimmed for brevity):
Neither
yarn
nor ayarn install --force
were enough to get rid of it; had to go withrm yarn.lock && yarn
. This gets rid of the duplicate dependencies from the liferay-js-toolkit project, but there are a bunch of others in here still, hopefully benign (eg. look at the@storybook
dupes in there).