Skip to content

Commit

Permalink
Feature/package updates (#1014)
Browse files Browse the repository at this point in the history
* Update codecov/codecov-action action to v4.3.0

* Update material-ui monorepo to v5.15.15

* Update dependency eslint to v9

* Update dependency twilio/sdk to v8

* Update dependency @bmlt-enabled/croutonjs to v3.18.12

* Update dependency react-player to v2.16.0

* Update dependency plotly.js-dist to v2.31.0

* copy releasenotes

* updating deps

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
dgershman and renovate[bot] authored Apr 11, 2024
1 parent 12a2eee commit f5a45cd
Show file tree
Hide file tree
Showing 7 changed files with 257 additions and 284 deletions.
2 changes: 1 addition & 1 deletion .github/actions/test-coverage/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ runs:

- name: Send coverage data to codecov.io
if: matrix.php == '8.1'
uses: codecov/codecov-action@v4.2.0
uses: codecov/codecov-action@v4.3.0
with:
files: src/coverage.xml
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
id: generate_release_notes
run: |
cd src
cp ../RELEASENOTES.md .
curl -LO https://raw.githubusercontent.com/bmlt-enabled/release-notes-tool/master/gh-release-notes.sh
chmod +x gh-release-notes.sh
./gh-release-notes.sh RELEASENOTES.md "###"
Expand Down
2 changes: 1 addition & 1 deletion src/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"laravel/framework": "^10.39.0",
"laravel/tinker": "^2.8.2",
"phpmailer/phpmailer": "^6.9.1",
"twilio/sdk": "^7.0.0"
"twilio/sdk": "^8.0.0"
},
"require-dev": {
"fakerphp/faker": "^1.23.0",
Expand Down
Loading

0 comments on commit f5a45cd

Please sign in to comment.