feat(ds-fr): Update dependencies

This commit is contained in:
Tom Hubrecht 2024-04-07 21:47:15 +02:00
parent ac2bd4bb13
commit 999817ce8b

View file

@ -5,7 +5,7 @@
git, git,
fetchYarnDeps, fetchYarnDeps,
yarn, yarn,
fixup_yarn_lock, prefetch-yarn-deps,
nodejs, nodejs,
ruby_3_2, ruby_3_2,
bundlerEnv, bundlerEnv,
@ -61,7 +61,7 @@ let
buildInputs = [ rubyEnv ]; buildInputs = [ rubyEnv ];
nativeBuildInputs = [ nativeBuildInputs = [
fixup_yarn_lock prefetch-yarn-deps
nodejs nodejs
yarn yarn
rubyEnv.wrappedRuby rubyEnv.wrappedRuby
@ -86,7 +86,7 @@ let
buildPhase = '' buildPhase = ''
export HOME=$(mktemp -d) export HOME=$(mktemp -d)
yarn config --offline set yarn-offline-mirror $offlineCache yarn config --offline set yarn-offline-mirror $offlineCache
fixup_yarn_lock yarn.lock fixup-yarn-lock yarn.lock
yarn install --offline --frozen-lockfile --ignore-platform --ignore-scripts --no-progress --non-interactive yarn install --offline --frozen-lockfile --ignore-platform --ignore-scripts --no-progress --non-interactive
patchShebangs node_modules/ patchShebangs node_modules/