mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-22 12:03:25 -04:00
Merge branch 'renovate/nuxtjs-monorepo' into 'main'
Update dependency nuxt to ^3.17.4 See merge request PronounsPage/PronounsPage!619
This commit is contained in:
commit
80a34410b7
@ -31,6 +31,11 @@ check:
|
|||||||
name=${1:-$current_section};
|
name=${1:-$current_section};
|
||||||
echo -e "\033[0;31m$name failed with exit code $exit_code\033[0m"; failures+=("$name");
|
echo -e "\033[0;31m$name failed with exit code $exit_code\033[0m"; failures+=("$name");
|
||||||
};
|
};
|
||||||
|
- >
|
||||||
|
if [ $INSTALL_BUILD_DEPENDENCIES ]; then
|
||||||
|
apt-get update -y
|
||||||
|
apt-get install build-essential libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev -y
|
||||||
|
fi
|
||||||
script:
|
script:
|
||||||
- start_section "Install Dependencies"
|
- start_section "Install Dependencies"
|
||||||
# temporarily replace FontAwesomePro dependency with its fake version as the CI can’t access it
|
# temporarily replace FontAwesomePro dependency with its fake version as the CI can’t access it
|
||||||
|
@ -111,7 +111,7 @@
|
|||||||
"markdown-it-sub": "^2.0.0",
|
"markdown-it-sub": "^2.0.0",
|
||||||
"markdown-it-sup": "^2.0.0",
|
"markdown-it-sup": "^2.0.0",
|
||||||
"marked": "^0.7.0",
|
"marked": "^0.7.0",
|
||||||
"nuxt": "^3.17.2",
|
"nuxt": "^3.17.4",
|
||||||
"path-to-regexp": "0.1.12",
|
"path-to-regexp": "0.1.12",
|
||||||
"postcss-rtl": "^2.0.0",
|
"postcss-rtl": "^2.0.0",
|
||||||
"qr-code-styling": "1.6.0-rc.1",
|
"qr-code-styling": "1.6.0-rc.1",
|
||||||
|
3645
pnpm-lock.yaml
generated
3645
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user