Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 26, 2024
1 parent 346545d commit 2ac9091
Show file tree
Hide file tree
Showing 4 changed files with 619 additions and 1,396 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Build and Push
steps:
- name: git-checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install all dependencies
run: npm install
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# Build stage: Install yarn dependencies
# ===
FROM node:18 AS yarn-dependencies
FROM node:22 AS yarn-dependencies
WORKDIR /srv
ADD package.json .
RUN --mount=type=cache,target=/usr/local/share/.cache/yarn yarn install
Expand Down Expand Up @@ -37,7 +37,7 @@ RUN yarn run build-site

# Build the production image
# ===
FROM ubuntu:jammy
FROM ubuntu:noble

# Set up environment
ENV LANG C.UTF-8
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
"vanilla-framework": "4.6.0"
},
"devDependencies": {
"@11ty/eleventy": "1.0.2",
"@11ty/eleventy": "2.0.1",
"autoprefixer": "10.4.17",
"concurrently": "7.6.0",
"concurrently": "8.2.2",
"sass": "1.70.0",
"postcss-cli": "10.1.0",
"stylelint": "14.16.1",
"stylelint-config-standard-scss": "6.1.0",
"postcss-cli": "11.0.0",
"stylelint": "16.4.0",
"stylelint-config-standard-scss": "13.1.0",
"stylelint-order": "6.0.4",
"watch-cli": "0.2.3"
}
Expand Down
Loading

0 comments on commit 2ac9091

Please sign in to comment.