Skip to content

Commit

Permalink
Bump @mui/icons-material from 5.16.13 to 5.16.14 (#436)
Browse files Browse the repository at this point in the history
* Bump @mui/icons-material from 5.16.13 to 5.16.14

Bumps [@mui/icons-material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material) from 5.16.13 to 5.16.14.
- [Release notes](https://github.com/mui/material-ui/releases)
- [Changelog](https://github.com/mui/material-ui/blob/v5.16.14/CHANGELOG.md)
- [Commits](https://github.com/mui/material-ui/commits/v5.16.14/packages/mui-icons-material)

---
updated-dependencies:
- dependency-name: "@mui/icons-material"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Added comments to the `UpdateExamples` test

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: rmanaem <[email protected]>
  • Loading branch information
dependabot[bot] and rmanaem authored Jan 13, 2025
1 parent 14e66df commit da8fa47
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion cypress/e2e/UpdateExamples.cy.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
// This file automates the process of generating the query tool example files.
import fapiQuerySuccess200 from '../../neurobagel_examples/api-responses/fapi_query_success_200.json';

describe('Update Examples', () => {
it('Removes a newline character from a dataset name in the downloaded dataset-level results file', () => {
it('Generates result files using a successful FAPI query', () => {
cy.intercept('GET', 'query*', (req) => {
req.reply(fapiQuerySuccess200);
}).as('call');
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@fontsource/roboto": "^5.1.1",
"@mui/icons-material": "^5.16.13",
"@mui/icons-material": "^5.16.14",
"@mui/material": "^5.16.7",
"axios": "^1.7.7",
"eslint-plugin-tsdoc": "^0.4.0",
Expand Down

0 comments on commit da8fa47

Please sign in to comment.