Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaurício Meneghini Fauth <mauricio@fauth.dev>2022-03-01 23:53:07 +0300
committerMaurício Meneghini Fauth <mauricio@fauth.dev>2022-03-01 23:53:07 +0300
commit856f03340267ea8bf425e70058fa3e74af2aef24 (patch)
tree884eea0c12fe0ff6cee7126ceeb1bece6e5eb999 /scripts
parentd110fa90c15901d367eba7eeb29336ec8ff05767 (diff)
Upgrade some JavaScript dependencies
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/sync-js-vendor-files.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/sync-js-vendor-files.sh b/scripts/sync-js-vendor-files.sh
index 4ead41a6c0..53b62021f1 100755
--- a/scripts/sync-js-vendor-files.sh
+++ b/scripts/sync-js-vendor-files.sh
@@ -77,11 +77,11 @@ echo 'Updating OpenLayers'
cp ./node_modules/ol/ol.css ./js/vendor/openlayers/theme/ol.css
npx webpack-cli --config ./js/config/ol/webpack.config.js
echo "/*!
- * OpenLayers v$(yarn -s info ol version) (https://openlayers.org/)
+ * OpenLayers v$(yarn info -s ol version) (https://openlayers.org/)
* Copyright 2005-present, OpenLayers Contributors All rights reserved.
* Licensed under BSD 2-Clause License (https://github.com/openlayers/openlayers/blob/main/LICENSE.md)
*
- * @license $(yarn -s info ol license)
+ * @license $(yarn info -s ol license)
*/
$(cat ./js/vendor/openlayers/OpenLayers.js)" > ./js/vendor/openlayers/OpenLayers.js
echo 'Updating sprintf'