From 588640c1c30ed4b7bded753cd839f5b7ed4bef11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 18:50:17 +0000 Subject: [PATCH] fix(deps): bump the ords-remix-dependencies group Bumps the ords-remix-dependencies group in /templates/ords-remix-jwt-sample with 4 updates: [@remix-run/dev](https://github.com/remix-run/remix/tree/HEAD/packages/remix-dev), [@remix-run/node](https://github.com/remix-run/remix/tree/HEAD/packages/remix-node), [@remix-run/react](https://github.com/remix-run/remix/tree/HEAD/packages/remix-react) and [@remix-run/serve](https://github.com/remix-run/remix/tree/HEAD/packages/remix-serve). Updates `@remix-run/dev` from 2.15.3 to 2.16.0 - [Release notes](https://github.com/remix-run/remix/releases) - [Changelog](https://github.com/remix-run/remix/blob/main/packages/remix-dev/CHANGELOG.md) - [Commits](https://github.com/remix-run/remix/commits/@remix-run/dev@2.16.0/packages/remix-dev) Updates `@remix-run/node` from 2.15.3 to 2.16.0 - [Release notes](https://github.com/remix-run/remix/releases) - [Changelog](https://github.com/remix-run/remix/blob/main/packages/remix-node/CHANGELOG.md) - [Commits](https://github.com/remix-run/remix/commits/@remix-run/node@2.16.0/packages/remix-node) Updates `@remix-run/react` from 2.15.3 to 2.16.0 - [Release notes](https://github.com/remix-run/remix/releases) - [Changelog](https://github.com/remix-run/remix/blob/main/packages/remix-react/CHANGELOG.md) - [Commits](https://github.com/remix-run/remix/commits/@remix-run/react@2.16.0/packages/remix-react) Updates `@remix-run/serve` from 2.15.3 to 2.16.0 - [Release notes](https://github.com/remix-run/remix/releases) - [Changelog](https://github.com/remix-run/remix/blob/main/packages/remix-serve/CHANGELOG.md) - [Commits](https://github.com/remix-run/remix/commits/@remix-run/serve@2.16.0/packages/remix-serve) --- updated-dependencies: - dependency-name: "@remix-run/dev" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ords-remix-dependencies - dependency-name: "@remix-run/node" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ords-remix-dependencies - dependency-name: "@remix-run/react" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ords-remix-dependencies - dependency-name: "@remix-run/serve" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ords-remix-dependencies ... Signed-off-by: dependabot[bot] --- templates/ords-remix-jwt-sample/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/ords-remix-jwt-sample/package.json b/templates/ords-remix-jwt-sample/package.json index 54aff50..c0e4e81 100644 --- a/templates/ords-remix-jwt-sample/package.json +++ b/templates/ords-remix-jwt-sample/package.json @@ -38,10 +38,10 @@ "@emotion/styled": "^11.13.0", "@mui/icons-material": "5.16.14", "@mui/material": "5.16.14", - "@remix-run/dev": "2.15.3", - "@remix-run/node": "2.15.3", - "@remix-run/react": "2.15.3", - "@remix-run/serve": "2.15.3", + "@remix-run/dev": "2.16.0", + "@remix-run/node": "2.16.0", + "@remix-run/react": "2.16.0", + "@remix-run/serve": "2.16.0", "dotenv": "^16.4.5", "embla-carousel": "^8.2.0", "embla-carousel-react": "^8.2.0",