From 655f3ed1576aeb01ba3f473ce1c7a34922e7aacb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 19:12:40 +0000 Subject: [PATCH] fix(deps): bump the ords-mui-dependencies group Bumps the ords-mui-dependencies group in /templates/ords-remix-jwt-sample with 2 updates: [@mui/icons-material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material) and [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material). Updates `@mui/icons-material` from 6.0.2 to 6.1.1 - [Release notes](https://github.com/mui/material-ui/releases) - [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md) - [Commits](https://github.com/mui/material-ui/commits/v6.1.1/packages/mui-icons-material) Updates `@mui/material` from 6.0.2 to 6.1.1 - [Release notes](https://github.com/mui/material-ui/releases) - [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md) - [Commits](https://github.com/mui/material-ui/commits/v6.1.1/packages/mui-material) --- updated-dependencies: - dependency-name: "@mui/icons-material" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ords-mui-dependencies - dependency-name: "@mui/material" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ords-mui-dependencies ... Signed-off-by: dependabot[bot] --- templates/ords-remix-jwt-sample/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/ords-remix-jwt-sample/package.json b/templates/ords-remix-jwt-sample/package.json index af14af5..4d0ee33 100644 --- a/templates/ords-remix-jwt-sample/package.json +++ b/templates/ords-remix-jwt-sample/package.json @@ -36,8 +36,8 @@ "@emotion/cache": "^11.13.0", "@emotion/react": "^11.13.0", "@emotion/styled": "^11.13.0", - "@mui/icons-material": "6.0.2", - "@mui/material": "6.0.2", + "@mui/icons-material": "6.1.1", + "@mui/material": "6.1.1", "@remix-run/css-bundle": "2.11.2", "@remix-run/node": "2.11.2", "@remix-run/react": "2.11.2",