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 Mar 2, 2024
1 parent fb72f1d commit 75ee585
Show file tree
Hide file tree
Showing 4 changed files with 129 additions and 128 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
with:
persist-credentials: false
- name: Setup PHP
uses: shivammathur/setup-php@2.29.0
uses: shivammathur/setup-php@2.30.0
with:
php-version: 8.1
extensions: mbstring, dom, intl, iconv
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
with:
persist-credentials: false
- name: Setup PHP
uses: shivammathur/setup-php@2.29.0
uses: shivammathur/setup-php@2.30.0
with:
php-version: 8.1
extensions: mbstring, dom, intl
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/setup-php@2.29.0
uses: shivammathur/setup-php@2.30.0
with:
php-version: ${{ matrix.php-versions }}
extensions: mbstring, dom, intl, iconv
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
- uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/setup-php@2.29.0
uses: shivammathur/setup-php@2.30.0
with:
php-version: '8.1'
extensions: mbstring, dom, intl, iconv
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
fetch-depth: 0

- name: Setup PHP
uses: shivammathur/setup-php@2.29.0
uses: shivammathur/setup-php@2.30.0
with:
php-version: 8.1
extensions: mbstring, dom, intl, iconv
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"devDependencies": {
"@biomejs/biome": "1.5.3",
"@swc/core": "1.4.2",
"@swissquote/crafty": "1.24.0",
"@swissquote/crafty-preset-postcss": "1.24.0",
"@swissquote/crafty-runner-gulp": "1.24.0",
"@swissquote/crafty": "1.25.0",
"@swissquote/crafty-preset-postcss": "1.25.0",
"@swissquote/crafty-runner-gulp": "1.25.0",
"flexsearch": "^0.7.0",
"katex": "^0.16.4",
"mermaid": "^10.0.0",
Expand Down
Loading

0 comments on commit 75ee585

Please sign in to comment.