Update JavaScript Dependencies.

This commit is contained in:
Akshay Joshi
2026-01-27 12:25:34 +05:30
parent 26ea03f421
commit 8f39f8a6bc
6 changed files with 229 additions and 237 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ Either build the sources or get them from macports or similar:
1. To bundle a different version of Python from the default of 3.13.1, set the
*PGADMIN_PYTHON_VERSION* environment variable, e.g:
export PGADMIN_PYTHON_VERSION=3.13.1
export PGADMIN_PYTHON_VERSION=3.13.11
2. If a path different from the default of /usr/local/pgsql for the PostgreSQL
installation has been used, set the *PGADMIN_POSTGRES_DIR* environment variable
+2 -2
View File
@@ -53,8 +53,8 @@ if [ "${PGADMIN_POSTGRES_DIR}" == "" ]; then
fi
if [ "${PGADMIN_PYTHON_VERSION}" == "" ]; then
echo "PGADMIN_PYTHON_VERSION not set. Setting it to the default: 3.13.1"
export PGADMIN_PYTHON_VERSION=3.13.1
echo "PGADMIN_PYTHON_VERSION not set. Setting it to the default: 3.13.11"
export PGADMIN_PYTHON_VERSION=3.13.11
fi
# Initialize variables