3 Commits

Author SHA1 Message Date
9f7037eebd Merge branch 'main' into renovate/main-node-sass-8.x 2023-04-24 08:15:21 +00:00
dc416fb45c fix: date & url
All checks were successful
continuous-integration/drone/push Build is passing
2023-04-14 15:24:10 +02:00
b522c93e7f chore(deps): update dependency node-sass to v8 2023-01-23 08:04:09 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
--- ---
title: "April 2023 funding report" title: "April 2023 funding report"
date: 2023-01-02T11:32:59+02:00 date: 2023-04-13T11:32:59+02:00
draft: false draft: false
image: "/img/comp-squat.jpg" image: "/img/comp-squat.jpg"
imageCredit: "Image from the Outdoor Computing Club collection by Fletcher Bach (are.na/fletcher-bach)." imageCredit: "Image from the Outdoor Computing Club collection by Fletcher Bach (are.na/fletcher-bach)."

View File

@ -37,7 +37,7 @@
"devDependencies": { "devDependencies": {
"autoprefixer": "^9.8.6", "autoprefixer": "^9.8.6",
"clean-css-cli": "^5.0.0", "clean-css-cli": "^5.0.0",
"node-sass": "^4.14.1", "node-sass": "^8.0.0",
"postcss-cli": "^7.1.2", "postcss-cli": "^7.1.2",
"rimraf": "^4.0.0" "rimraf": "^4.0.0"
}, },