From 63407b1d359acad3891ecdddbcacb41ae235f78c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sava=20Gavri=C4=87?= Date: Tue, 9 May 2023 16:25:32 +0200 Subject: [PATCH] Update shepherd.js version in installation guide MLFL-19 --- doc/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/installation.md b/doc/installation.md index 11dc1db6..d0ae3353 100644 --- a/doc/installation.md +++ b/doc/installation.md @@ -576,7 +576,7 @@ nvm use 12 Ensure you have the following packages installed: ```bash -yarn add babel-preset-env bazinga-translator intl-messageformat lodash.get node-sass@4.14.1 shepherd.js webpack-notifier +yarn add babel-preset-env bazinga-translator intl-messageformat lodash.get node-sass@4.14.1 shepherd.js@11.0 webpack-notifier yarn add --dev @babel/core@7.16.0 @babel/register@7.16.0 @babel/plugin-proposal-object-rest-spread@7.16.5 @symfony/webpack-encore@1.5.0 ```