Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 12, 2024
1 parent 86b250a commit ba5589e
Show file tree
Hide file tree
Showing 4 changed files with 231 additions and 224 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:
- name: Generate documentation
run: bin/daux generate --value html.plausible_domain=daux.io
- name: Deploy same repository 🚀
uses: JamesIves/[email protected].3
uses: JamesIves/[email protected].4
with:
folder: "static"
branch: gh-pages
- name: Deploy daux.io 🚀
uses: JamesIves/[email protected].3
uses: JamesIves/[email protected].4
with:
folder: "static"
token: ${{ secrets.GH_TOKEN_DAUX }}
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM composer:2.7.8 AS composer
FROM composer:2.7.9 AS composer

FROM php:8.3.11

Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"version": "0.3.0",
"private": true,
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@swc/core": "1.7.22",
"@swissquote/crafty": "1.26.0",
"@swissquote/crafty-preset-postcss": "1.26.0",
"@swissquote/crafty-runner-gulp": "1.26.0",
"@biomejs/biome": "1.9.0",
"@swc/core": "1.7.26",
"@swissquote/crafty": "1.27.0",
"@swissquote/crafty-preset-postcss": "1.27.0",
"@swissquote/crafty-runner-gulp": "1.27.0",
"flexsearch": "^0.7.0",
"katex": "^0.16.4",
"mermaid": "^11.0.0",
Expand Down
Loading

0 comments on commit ba5589e

Please sign in to comment.