Skip to content

Commit

Permalink
Update all non-major dependencies (#376)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 22, 2023
1 parent 83ae3a5 commit dd7d9d1
Show file tree
Hide file tree
Showing 4 changed files with 147 additions and 122 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.24.0
uses: shivammathur/setup-php@2.25.1
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.24.0
uses: shivammathur/setup-php@2.25.1
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@v3

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

- name: Setup PHP
uses: shivammathur/setup-php@2.24.0
uses: shivammathur/setup-php@2.25.1
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.24.0
uses: shivammathur/setup-php@2.25.1
with:
php-version: 8.1
extensions: mbstring, dom, intl, iconv
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": {
"@swissquote/crafty": "1.22.0",
"@swissquote/crafty-preset-babel": "1.22.0",
"@swissquote/crafty-preset-postcss": "1.22.0",
"@swissquote/crafty-runner-gulp": "1.22.0",
"@swissquote/crafty-runner-rollup": "1.22.0",
"@swissquote/crafty": "1.22.1",
"@swissquote/crafty-preset-babel": "1.22.1",
"@swissquote/crafty-preset-postcss": "1.22.1",
"@swissquote/crafty-runner-gulp": "1.22.1",
"@swissquote/crafty-runner-rollup": "1.22.1",
"flexsearch": "^0.7.0",
"katex": "^0.16.4",
"mermaid": "^9.2.2",
Expand Down
Loading

0 comments on commit dd7d9d1

Please sign in to comment.