mirror of
https://0xacab.org/jvoisin/mat2-web.git
synced 2025-02-23 16:49:59 -05:00
RenovateBot: Update dependency @fullhuman/postcss-purgecss to v5
This commit is contained in:
parent
56b9b208c5
commit
9615fd426c
@ -20,7 +20,7 @@ mypy:
|
||||
- apt-get -qqy install --no-install-recommends python3-pip
|
||||
- pip3 install mypy
|
||||
- pip3 install -r requirements-test.txt
|
||||
- mypy --ignore-missing-imports matweb main.py
|
||||
- mypy --ignore-missing-imports --explicit-package-bases matweb main.py
|
||||
|
||||
bandit:
|
||||
image:
|
||||
|
@ -1,5 +1,5 @@
|
||||
# Build the needed css files in an intermediate container
|
||||
FROM node:18-buster AS static_web_assets_build
|
||||
FROM node:19-buster AS static_web_assets_build
|
||||
WORKDIR /var/www/mat2-web
|
||||
COPY . /var/www/mat2-web
|
||||
RUN npm install \
|
||||
|
2289
package-lock.json
generated
2289
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -19,7 +19,7 @@
|
||||
"author": "jvoisin, jfriedli",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@fullhuman/postcss-purgecss": "^4.0.2",
|
||||
"@fullhuman/postcss-purgecss": "^5.0.0",
|
||||
"autoprefixer": "^10.2.5",
|
||||
"cssnano": "^5.0.0",
|
||||
"postcss": "^8.4.5",
|
||||
|
Loading…
x
Reference in New Issue
Block a user